Adapted for use of ACK VAX assembler
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
.set getpid,20
|
||||
.globl _getpid
|
||||
.sect .text; .sect .rom; .sect .data; .sect .bss
|
||||
.sect .text
|
||||
getpid = 20
|
||||
.define _getpid
|
||||
|
||||
_getpid:
|
||||
.word 0x0000
|
||||
.data2 0x0000
|
||||
chmk $getpid
|
||||
ret
|
||||
|
||||
Reference in New Issue
Block a user