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