minix/lib/ack/libe/arch/i386/em/em_nop.s

10 lines
179 B
ArmAsm

.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