0 Members and 1 Guest are viewing this topic.
ld sp, $FFF7
; FE6Eh fin de la memoire disponible (English: End of available memory); VARIABLEmem .equ 0F000hdessine_hl .equ memdessine_ix .equ mem-2decran_x .equ mem-4decran_y .equ mem-6d;...removed the rest of equated variablesecran4 .equ mem-945decran3 .equ mem-1713dtete_retourne .equ mem-1932dflag_rafraichi_decor .equ mem-1933dflag_fondue_noir .equ mem-1934dfixe_fps .equ mem-1936d
Yeah, i've already looked through (and saved an offline copy of) that amazing list. I was just wondering what exactly the other program was doing, though unless i'm missing something it looks like it's using the space from $F000 and below:Code: [Select]; FE6Eh fin de la memoire disponible (English: End of available memory); VARIABLEmem .equ 0F000hdessine_hl .equ memdessine_ix .equ mem-2decran_x .equ mem-4decran_y .equ mem-6d;...removed the rest of equated variablesecran4 .equ mem-945decran3 .equ mem-1713dtete_retourne .equ mem-1932dflag_rafraichi_decor .equ mem-1933dflag_fondue_noir .equ mem-1934dfixe_fps .equ mem-1936d
Ah alright, thanks for the info So the stack is 400 bytes?
The Symbol table is just another (TI's) name for the VAT?
I really have no idea how the actual calculator works.