qf/in.asm
Jeremy Penner e601535399 First cut at x86 assembler & simplest program
- add VM tracing
- bootstrap defs from file
- error messages
2019-10-20 01:05:26 -04:00

7 lines
119 B
NASM
Executable file

\ The simplest possible COM file: just return 1
\ 1 trace
\ mov \ should fail and yelp
ax &h4c01 # mov
&h21 int