JS Hypothetical Machine

Neander Machine with Extended Instruction Set.

Vad är JS Hypothetical Machine?

JS Hypothetical Machine är en Chrome-tillägg utvecklad av https://www.dalmirdasilva.com, och dess huvudfunktion är "Neander Machine with Extended Instruction Set.".

Tilläggsskärmbilder

screenshot

Ladda ner JS Hypothetical Machine-förlängningens CRX-fil

Ladda ner JS Hypothetical Machine-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn JS Hypothetical Machine JS Hypothetical Machine
ID fceihaihbmjkpknodbbhckdaiijijegf
Officiell webbadress https://chromewebstore.google.com/detail/js-hypothetical-machine/fceihaihbmjkpknodbbhckdaiijijegf
Beskrivning Neander Machine with Extended Instruction Set.
Filstorlek 1.49 MB
Antal Installationer 29
Aktuell Version 1.4.0
Senast Uppdaterad 2015-11-30
Publiceringsdatum 2015-11-29
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://www.dalmirdasilva.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://www.dalmirdasilva.com/jshm
Stödda Språk 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'"
}