Re: A86: questions numbering 3


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

Re: A86: questions numbering 3




actually that is not how bomberbloke does it because not only is it
compressed but (i think) it loads it into a different area than $d748. if
you don't use lite86, then use _mm_ldir to copy it. i believe the
bomberbloke source is available, though, isn't it?

----- Original Message -----
From: <ComAsYuAre@aol.com>
To: <assembly-86@lists.ticalc.org>
Sent: Thursday, February 10, 2000 7:13 PM
Subject: Re: A86: questions numbering 3


>  ld hl,varname-1
>  rst 20h  ;copy to op1
>  rst 10h ;findsym
>  call nc,_exec_assembly  ;execute
>
>
> varname:
>  .db 6,"module"   ;module name




Follow-Ups: References: