Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 1.59 KB

README.md

File metadata and controls

46 lines (27 loc) · 1.59 KB

ARMulate

Status NW.js GitHub issues Open Source Love License

Software that simulates the working of an ARM processor to a certain degree.

ARMulate

The application is written using web technologies and run using nw, formerly known as node-webkit. It is based on Chromium and node.js.

To test ARMulate :

Clone the repo :
git clone https://github.com/avinashshenoy97/ARMulate
Get NW.js (built using v0.22.3)

NW Download Page

v0.22.3

macOS 64bit

Windows 64bit

Windows 32bit

Linux 64bit

Linux 32bit

Run the app
cd /path/to/app/
/path/to/nw .

/path/to/nw is the path to the binary file of NW.js.

On Mac, it's nwjs.app/Contents/MacOS/nwjs

On Linux, it's nw;

On Winodws, it's nw.exe;