ack/mach/vax4/libsysV_2/access.s

14 lines
173 B
ArmAsm
Raw Normal View History

1990-01-11 16:00:19 +00:00
.sect .text; .sect .rom; .sect .data; .sect .bss
.sect .text
access = 33
.define _access
.define cerror
1987-02-02 16:06:51 +00:00
_access:
1990-01-11 16:00:19 +00:00
.data2 0x0000
1987-02-02 16:06:51 +00:00
chmk $access
1990-01-11 16:00:19 +00:00
bcc 1f
1987-02-02 16:06:51 +00:00
jmp cerror
1990-01-11 16:00:19 +00:00
1:
1987-02-02 16:06:51 +00:00
ret