A83: Re: Assembly-83 Digest V1 #372


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

A83: Re: Assembly-83 Digest V1 #372




oh man that is soooooooo great!!! i can't believe i amde such a stupid
mistake as ld bc,$11 instead of ld bc,$0101. man are you a life saver!!!
thank you so much i thought i had been defeated by my own calc!!

> .NOLIST
> #define equ .equ
> #define EQU .equ
> #define end .end
> #include "ti83asm.inc"
> #include "tokens.inc"
> .LIST
> 
> _errundefined .equ 467Bh
> 
> .org 9327h
> 
>      call _zerooop1         ; clear op1
>      ld hl,op1              ;
>      ld (hl),$02            ;
>      inc hl                 ;
>      ld (hl),$5C            ;
>      inc hl                 ;
>      ld (hl),$00            ;
>      call _chkfindsym       ; look up list
>      jp c,_errundefined     ; error if not found
>      push de
>      ld hl,500
>      call _setxxxxop2
>      call _op1exop2
>      pop de
>      ld bc,$0101              ; row 1 col 1
>      call _puttomat         ; store it
>      ret


References: