JS Hypothetical Machine

Neander Machine with Extended Instruction Set.

Wat is JS Hypothetical Machine?

JS Hypothetical Machine is een Chrome-extensie ontwikkeld door https://www.dalmirdasilva.com, en de belangrijkste functie is "Neander Machine with Extended Instruction Set.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie JS Hypothetical Machine

Download JS Hypothetical Machine-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam JS Hypothetical Machine JS Hypothetical Machine
ID fceihaihbmjkpknodbbhckdaiijijegf
Officiële URL https://chromewebstore.google.com/detail/js-hypothetical-machine/fceihaihbmjkpknodbbhckdaiijijegf
Beschrijving Neander Machine with Extended Instruction Set.
Bestandsgrootte 1.49 MB
Aantal Installaties 29
Huidige Versie 1.4.0
Laatst Bijgewerkt 2015-11-30
Publicatiedatum 2015-11-29
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://www.dalmirdasilva.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.dalmirdasilva.com/jshm
Ondersteunde Talen 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'"
}