NASM - The Netwide Assembler

NASM Forum => Example Code => Topic started by: ALGOL9000 on August 28, 2021, 01:43:26 AM

Title: Subleq
Post by: ALGOL9000 on August 28, 2021, 01:43:26 AM
Hello,
I have made a very basic Subleq emulator for Win64Bit, somewhat inspired by the Altair8800.
I think it is a decent example of amateur assembler for windows.
Very top row is current address, second row is the current instruction, bottom is the content of above two addresses.
(press h for help)
I linked it with;   golink  /console  user32.dll  kernel32.dll  sblq.obj
Example of accepted syntax(basic program that continually adds 3 to address 1):
0000 0003 0003
0002 0000 0006
0000 0001 0009
0000 0000 0000