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
公式URL 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
Eメール [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'"
}