JS Hypothetical Machine

Neander Machine with Extended Instruction Set.

什麼是JS Hypothetical Machine?

JS Hypothetical Machine是由https://www.dalmirdasilva.com開發的Chrome擴展程式,該擴展的主要功能是“Neander Machine with Extended Instruction Set.”。

擴展截圖

screenshot

下載JS Hypothetical Machine擴展crx文件

下載JS Hypothetical Machine擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This is a simple computer simulator. 

There are a few simulator out there, but they are usually desktop programs, we need to download it, install it, and... usually it only runs in Windows environment.

To be able to call procedures it needs to have stack and some extra instructions.

Also I added some devices, which can be accessed by memory mapping.

The simulator is able to be interrupted, I planned to add some input devices to use that functionality.

Have fun.                    

擴展基本資訊

名稱 JS Hypothetical Machine JS Hypothetical Machine
ID fceihaihbmjkpknodbbhckdaiijijegf
官方網址 https://chromewebstore.google.com/detail/js-hypothetical-machine/fceihaihbmjkpknodbbhckdaiijijegf
簡介 Neander Machine with Extended Instruction Set.
檔案大小 1.49 MB
安裝次數 29
目前版本 1.4.0
更新時間 2015-11-30
上架時間 2015-11-29
評分 5.00/5 共 1 次評分
開發者 https://www.dalmirdasilva.com
電子郵箱 [email protected]
付費類型 free
擴展官網 http://www.dalmirdasilva.com/jshm
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "JS Hypothetical Machine",
    "description": "Neander Machine with Extended Instruction Set.",
    "version": "1.4.0",
    "permissions": [
        "http:\/\/www.dalmirdasilva.com\/jshm\/"
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "extension.js"
        ]
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}