JS Hypothetical Machine

Neander Machine with Extended Instruction Set.

Cos'è JS Hypothetical Machine?

JS Hypothetical Machine è un'estensione di Chrome sviluppata da https://www.dalmirdasilva.com, e la sua funzione principale è "Neander Machine with Extended Instruction Set.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione JS Hypothetical Machine

Scarica i file di estensione JS Hypothetical Machine in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome JS Hypothetical Machine JS Hypothetical Machine
ID fceihaihbmjkpknodbbhckdaiijijegf
URL Ufficiale https://chromewebstore.google.com/detail/js-hypothetical-machine/fceihaihbmjkpknodbbhckdaiijijegf
Descrizione Neander Machine with Extended Instruction Set.
Dimensione del File 1.49 MB
Conteggio Installazioni 29
Versione Corrente 1.4.0
Ultimo Aggiornamento 2015-11-30
Data di Pubblicazione 2015-11-29
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://www.dalmirdasilva.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.dalmirdasilva.com/jshm
Lingue Supportate 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'"
}