home *** CD-ROM | disk | FTP | other *** search
- include compiler.inc
-
- ttl CROOT, 1.03, 07-30-86 clr
-
- ; Aztec version of _main -- parses command line
-
- dseg
- public cls__
- cls__ equ this word
- dd noper_
- cseg
- xtfs <exit,_exit,main>
-
- procdef noper
- xor ax,ax
- pret
- pend noper
-
- procdef Croot
- callit main
- xor ax,ax
- callit exit,<<ax,reg>>
- pret
- pend Croot
-
- ;procdef exit,<<retval,word>>
- ; callit _exit,<<retval,word>>
- ; pret
- ; pend exit
-
- finish
-