Initial revision

This commit is contained in:
ceriel
1987-10-06 16:39:14 +00:00
parent faa22c0da8
commit 72d25b7df8
94 changed files with 1233 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
.sect .text; .sect .rom; .sect .data; .sect .bss
.define _ftime
.sect .text
_ftime:
mov ax,2856
push bp
mov bp,sp
mov bx,4(bp)
call syscal
pop bp
ret