Adapted for use of ACK VAX assembler

This commit is contained in:
ceriel
1990-01-11 16:00:19 +00:00
parent 2eacdccc5d
commit de564c09b2
141 changed files with 1026 additions and 816 deletions

View File

@@ -1,7 +1,9 @@
.set sync,36
.globl _sync
.sect .text; .sect .rom; .sect .data; .sect .bss
.sect .text
sync = 36
.define _sync
_sync:
.word 0x0000
.data2 0x0000
chmk $sync
ret