NASM Forum > Example Code

Subleq

(1/1)

ALGOL9000:
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

Navigation

[0] Message Index

Go to full version