Add a couple more small binaries
This commit is contained in:
10
readio.asm
Normal file
10
readio.asm
Normal file
@@ -0,0 +1,10 @@
|
||||
BITS 16
|
||||
CPU 8086
|
||||
|
||||
_start:
|
||||
mov bp, sp
|
||||
mov si, [bp+4]
|
||||
mov dx, [si]
|
||||
xor ax, ax
|
||||
in al, dx
|
||||
retf 2
|
Reference in New Issue
Block a user