ack/mach/m68k4/libem/nop.s

19 lines
209 B
ArmAsm
Raw Normal View History

1985-02-07 22:06:32 +00:00
.define .nop
.sect .text
.sect .rom
.sect .data
.sect .bss
1985-02-07 22:06:32 +00:00
1987-03-27 09:58:03 +00:00
.sect .text
1985-02-07 22:06:32 +00:00
.nop:
1985-03-04 15:29:36 +00:00
pea 4(sp)
1987-03-27 09:58:03 +00:00
move.l .lino,-(sp)
1985-02-07 22:06:32 +00:00
pea fmt
jsr .diagnos
1987-03-27 09:58:03 +00:00
lea 12(sp),sp
1985-02-07 22:06:32 +00:00
rts
.sect .data
1987-03-27 09:58:03 +00:00
fmt: .asciz "test %d, sp 0x%x.\n"
1985-02-07 22:06:32 +00:00
.align 2