Add a couple useful tools
This commit is contained in:
10
runcomm.asm
Normal file
10
runcomm.asm
Normal file
@@ -0,0 +1,10 @@
|
||||
CPU 8086
|
||||
|
||||
mov cx, 0x100
|
||||
a:
|
||||
mov ah, 0x07
|
||||
int 0x80
|
||||
test al, al
|
||||
loopnz a
|
||||
b:
|
||||
ret
|
Reference in New Issue
Block a user