How to make your own Assembler simulator in JS
mschweighauser.com
How to make your own Assembler simulator in JS
1–6 of 6 posts
Re: How to make your own Assembler simulator in JS
#2Re: How to make your own Assembler simulator in JS
#3Re: How to make your own Assembler simulator in JS
#4Assembler simulator seems wrong. My understanding is that an assembler assembles assembly code.
Re: How to make your own Assembler simulator in JS
#5Assembler simulator seems wrong. My understanding is that an assembler assembles assembly code.
"Calling the language assembler might be considered potentially confusing and ambiguous, since this is also the name of the utility program that translates assembly language statements into machine code. However, this usage has been common among professionals and in the literature for decades.[30] Similarly, some early computers called their assembler their assembly program.[31]"
http://en.m.wikipedia.org/wiki/Assembly_language#Related_ter...
Re: How to make your own Assembler simulator in JS
#6Assembler simulator seems wrong. My understanding is that an assembler assembles assembly code.
I primarily choose the name because it uses a basic simulation of a computer to run programs written in Assembler. Because everything is quite simple it is very easy to use it for teaching purposes.