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,6 +1,5 @@
.define CERASE,CKILL,CSTOP,CSTART
.define .lino,.filn
.define F_DUM,EXIT
.define EXIT
.define begtext,begdata,begbss
.define EARRAY,ERANGE,ESET,EIDIVZ,EHEAP,EILLINS,ECASE
.define hol0,.reghp,.limhp,.trpim,.trppc
@@ -14,13 +13,6 @@
CERASE = 010
CKILL = 030
CSTART = 021
CSTOP = 023
F_DUM = 0
LINO_AD = 0
FILN_AD = 4
@@ -35,7 +27,7 @@ ECASE = 20
.sect .text
begtext:
add.l #2,sp !convert argc from 4-byte to 2-byte
jsr _m_a_i_n
jsr __m_a_i_n
add #010,sp
EXIT:
move.w d0,-(sp)