JS Hypothetical Machine

Neander Machine with Extended Instruction Set.

Qu'est-ce que JS Hypothetical Machine ?

JS Hypothetical Machine est une extension Chrome développée par https://www.dalmirdasilva.com, et sa fonction principale est "Neander Machine with Extended Instruction Set.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension JS Hypothetical Machine

Téléchargez les fichiers d'extension JS Hypothetical Machine au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom JS Hypothetical Machine JS Hypothetical Machine
ID fceihaihbmjkpknodbbhckdaiijijegf
URL Officiel https://chromewebstore.google.com/detail/js-hypothetical-machine/fceihaihbmjkpknodbbhckdaiijijegf
Description Neander Machine with Extended Instruction Set.
Taille du Fichier 1.49 MB
Nombre d'Installations 29
Version Actuelle 1.4.0
Dernière Mise à Jour 2015-11-30
Date de Publication 2015-11-29
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://www.dalmirdasilva.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.dalmirdasilva.com/jshm
Langues Prises en Charge 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'"
}