Re: A92: Disp in assembly
[Prev][Next][Index][Thread]
Re: A92: Disp in assembly
Priour Gaëtan schrieb:
>
> Can I have the code in assembly for a "disp" in basic ?
>
> Comment afficher un "disp" en assembleur ?
>
> @+
> Gaëtan
> pprj@csi.com
>
As long as nobody knows the correct entry point of Disp we got to program it
ourselves, that is use tios::DrawStrXY on every string taking care of the
string length ( otherwise it wraps around the display ) and computing the
correct starting point manually. Perhaps a look at disas.asm will help you,
especially the part where I realize the screen for new address input. A.K.
Arno.Kizina@t-online.de
>
>
References: