Re: A86: test program


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

Re: A86: test program



If you want to have some real fun... type in the hex code into you ti
just like it is there... then run it using ASM(
its real fun... it freezes the ti and i have no way to know how to undo
other than pulling out hte batteries... Or atleast i hope it works... 
MAN THAT REALLY SUCKS... YOU HAVE TO TAKE OUT THE BATTERIES AND THE BACK
UP... if you hate someone type in that code... hehe



Mark Baldi-Biek wrote:

> org _asm_exec_ram               ; ASMPRGM
> call _clrscrn                   ; CD824A
> ld hl,3                         ; 210300
> ld (_curRow),hl                 ; 220FC0
> ld hl,press                     ; 2164D7
> call _puts                      ; CD374A
> call _newline                   ; CD5F4A
> call _getky                     ; CDAA55
> ld hl,hello                     ; 2171D7
> call _puts                      ; CD374A
> ret                             ; C9
> press:
> db  'Press a key!',0
> hello:
> db 'Hello',0


Follow-Ups: References: