JS Hypothetical Machine

Neander Machine with Extended Instruction Set.

Hvad er JS Hypothetical Machine?

JS Hypothetical Machine er en Chrome-udvidelse udviklet af https://www.dalmirdasilva.com, og dens hovedfunktion er "Neander Machine with Extended Instruction Set.".

Udvidelsesskærmbilleder

screenshot

Download JS Hypothetical Machine-udvidelses-CRX-fil

Download JS Hypothetical Machine-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn JS Hypothetical Machine JS Hypothetical Machine
ID fceihaihbmjkpknodbbhckdaiijijegf
Officiel URL https://chromewebstore.google.com/detail/js-hypothetical-machine/fceihaihbmjkpknodbbhckdaiijijegf
Beskrivelse Neander Machine with Extended Instruction Set.
Filstørrelse 1.49 MB
Antal Installationer 29
Nuværende Version 1.4.0
Senest Opdateret 2015-11-30
Udgivelsesdato 2015-11-29
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler https://www.dalmirdasilva.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://www.dalmirdasilva.com/jshm
Understøttede Sprog 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'"
}