Added entry points for ANSI C

This commit is contained in:
ceriel
1990-01-19 16:03:46 +00:00
parent 1dc6509af2
commit d00a333dca
25 changed files with 344 additions and 3 deletions

View File

@@ -0,0 +1,10 @@
.sect .text; .sect .rom; .sect .data; .sect .bss
.sect .text
.define __ftime
ftime = 35
.align 1
__ftime:
.data2 0x0000
chmk $ftime
ret