assembler-simulator
assembler-simulator copied to clipboard
Simple 8-bit Assembler Simulator with Angular.js
I've realizated some examples (https://github.com/soundtrack42/assembly-8-bit-examples) how can I link them to this project?
MOV A, 255 NOT A ; A becomes 256
I tried to optimize the virtual CPU to use less memory for its code. I took inspiration from what I remember of the Z80 CPU assembly. This simple optimization creates...
This isn't a huge issue, but on line 486 it shows "MULL" instead of "MUL".
Hi, I really liked your simulator, have been playing all day. So I added "switch" inputs in the same way I know the 8 bit NES does, by mapping 16...
https://github.com/Schweigi/assembler-simulator/issues/32
You cannot use charachters like ' " ' in a string. Using the default example at [https://schweigi.github.io/assembler-simulator/](url) For example if you want to use "\"Hello world!" the program won't be...
There is no way to get the remainder of a division operation.
Hey, I found your superb simulator today. I used to code in assembler about 20 or 30 years ago and I found it very didactic for teammates that now only...
Added ability to save and load from file 