Re: A86: Free Memory $ program size.
[Prev][Next][Index][Thread]
Re: A86: Free Memory $ program size.
>Why won't this bit of code work?
>
>ld hl,0202
>ld (_curRow),hl
>call _MEMCHK
>call _dispahl
Heres my code optimization for MinyShell. It'll work. Although
sometimes Mario will crash your calc in MinyShell.
DspMem:
ld a,40
ld (_penRow),a
xor a
ld (_penCol),a
ld hl,MemF
call _vputs
xor a
ld (_curCol),a
ld a,6
ld (_curRow),a
call 46BBh ; MemCheck
call 4A33h ; DispAHL
ret
InFuZeD at Zone TI - "Making Basic Programming Worth While"
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com