Re: A86: Running Stuff


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

Re: A86: Running Stuff




At 17:37 1998-03-04 -0500, you wrote:
>
>You're not passing it correctly to the rst 20h.  And also, you really
don't need
>it.  just point hl to this structure:
>
>Prog:
>  .db 13,06,"insane",0
>
>(i think - not too sure about the 1st 2 bytes, but i'm pretty sure they're
var

Actually, the first byte can be any byte - it's not used in FIND_SYM.
And you don't need ,0. So:


 ld hl,Prog-1   ; First byte is the byte before prog - garbage

Prog:
 .db 06,"insane"
--
Real name: Jimmy Mårdell                 
IRC......: Yarin                         
Email....: mailto:yarin@acc.umu.se      <-- NEW E-MAIL ADDRESS!!!!
Homepage.: http://www.algonet.se/~mja/


References: