Re: A86: Re: Assembly


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

Re: A86: Re: Assembly




In a message dated 4/21/99 20:09:16 Eastern Daylight Time, rabidcow@juno.com 
writes:

> #define Outpt(a,b,text)	\
>    ld hl,a+256*b		\
>    ld (_curRow),hl		\
>    ld hl,$+3?			\
>    jr $+?+(i don't know how you'd get the length of the string)  \
>    .db text,0			\
>    call _puts
>  
>  talk about yucky
>  


the only practical way would be to pass the label to the string, rather than 
the string itself