Author Topic: Subleq  (Read 7596 times)

Offline ALGOL9000

  • Jr. Member
  • *
  • Posts: 4
Subleq
« 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
« Last Edit: August 31, 2021, 07:54:25 PM by ALGOL9000 »