7 lines
119 B
NASM
7 lines
119 B
NASM
|
\ The simplest possible COM file: just return 1
|
||
|
|
||
|
\ 1 trace
|
||
|
\ mov \ should fail and yelp
|
||
|
ax &h4c01 # mov
|
||
|
&h21 int
|