m_a_i_n --> _m_a_i_n

This commit is contained in:
ceriel
1991-03-06 14:26:16 +00:00
parent 76d79cf17a
commit b893ec7013
38 changed files with 57 additions and 72 deletions

View File

@@ -1,9 +1,8 @@
.sect .text; .sect .rom; .sect .data; .sect .bss
.define begtext,begdata,begbss,syscal
.define begtext,begdata,begbss
.define hol0,.reghp,.limhp,.trppc,.ignmask
.define ERANGE,ESET,EHEAP,ECASE,EILLINS,EIDIVZ,EODDZ
.extern _end
ERANGE = 1
ESET = 2
@@ -35,7 +34,7 @@ begtext:
push ax
push bx
push cx
call _m_a_i_n
call __m_a_i_n
push ax
call __exit
.sect .data