Adapted for use of ACK VAX assembler
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
.set pause,29
|
||||
.globl _pause
|
||||
.globl cerror
|
||||
.sect .text; .sect .rom; .sect .data; .sect .bss
|
||||
.sect .text
|
||||
pause = 29
|
||||
.define _pause
|
||||
|
||||
_pause:
|
||||
.word 0x0000
|
||||
.data2 0x0000
|
||||
chmk $pause
|
||||
bcc ok
|
||||
bcc 1f
|
||||
jmp cerror
|
||||
ok:
|
||||
1:
|
||||
clrl r0
|
||||
ret
|
||||
|
||||
Reference in New Issue
Block a user