A83: YAHOO!!!!! Matrix solved!


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

A83: YAHOO!!!!! Matrix solved!




I DID IT!!!!!!!!!!!
I SOLVED THE MATRIX PROBLEM!!!

Ok, here's the code...Basically the same as Ian's with a small change :)...

.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

Thank you Ian...

James.