Re: A83: Re: 83 and 83+ ASM


[Prev][Next][Index][Thread]

Re: A83: Re: 83 and 83+ ASM




> On the subject of the 83+, how the hell do you use the built in compiler?! I
> can't get it to work...the manual gives very little information on it.
> Actually, under a page...lol. Do you need to use the GraphLink?...*feeling
> ignorant* :-)

Make a program; first line should be AsmPrgm (found in the catalog) and
the rest is assembly (without the 83's End/0000/End codes).  Compile it
with AsmComp(prgmSOURCE,prgmASM), and run it with Asm(prgmASM) (both found
in the catalog).  So:

prgmN looks like so:
:AsmPrgm
:00
:C9

Run this from the home screen:
AsmComp(prgmN,prgmNOP)
Asm(prgmNOP)

     Daniel Church      |  "War doesn't determine who is right-
     ___---^---___      |   only who is left."
    dchurch@mbhs.edu    |  -anonymous

-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCS/M/S/MU>AT d-(x) s++:- a15@ C++(+++)>++++$ UL++>++++ P+ L++>++++ E
W+>++ N+ o? K? w(---) !O !M V? PS+(++) PE(--) Y? !PGP>+ t+ 5 X+ R>+ tv
b+++ DI++>++++ D++ G+>++ e-(*)> h!>+() r>++ y>+
------END GEEK CODE BLOCK------



Follow-Ups: References: