[A83] Re: Single Pixels


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

[A83] Re: Single Pixels




You forgot "ret" at the end to return to TI-OS.
Besides if you work with TI-83+ you should have $9D95 as program start.
(.org $9D95)


>
>Here's a small program I threw together to test the code,
>
>.NOLIST
>#define equ .equ
>#define EQU .equ
>#define end .end
>.LIST
>#define B_CALL(xxxx)	rst 28h \ .dw xxxx
>#define B_JUMP(xxxx)	call 50h \ .dw xxxx
>_IPOINT                 .equ     4AE8h
>.org 9327h
>	ld b,7
>	ld c,5
>	B_CALL(_ipoint)
>
>.end
>END
>
>Not only did it not work, but it started into some delirious endless loop,
>and my calculator (83+) cleared its RAM. Any ideas on why it would do
>that/how to fix it (I'm not too keen on it happening again)?
>
>Thanks
>
>_________________________________________________________________
>Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
>
>
>


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp