Software that simulates the working of an ARM processor to a certain degree.
The application is written using web technologies and run using nw, formerly known as node-webkit. It is based on Chromium
and node.js
.
git clone https://github.com/avinashshenoy97/ARMulate
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
;