added new routines for ansi

This commit is contained in:
eck
1990-01-22 11:56:01 +00:00
parent dbe88218e4
commit a940c44ae5
35 changed files with 273 additions and 2 deletions

View File

@@ -0,0 +1,4 @@
#include "syscall.h"
.sect .text; .sect .rom; .sect .data; .sect .bss; .sect .text
.define __write
__write: SYSTEM(SYS_write)