minix/lib/i386/em/em_nop.s
2005-04-21 14:53:53 +00:00

11 lines
179 B
ArmAsm
Executable file

.sect .text; .sect .rom; .sect .data; .sect .bss
.sect .text
.define .nop
.extern printd, printc, hol0
.nop:
mov eax,(hol0)
call printd
movb al,'\n'
jmp printc