[A83] Executing an ASM program w/ 83+
[Prev][Next][Index][Thread]
[A83] Executing an ASM program w/ 83+
I'm trying to execute another ASM program from within an ASM
program....in ASMGuru it says to use _exec_assembly but unfortunately
that isn't an equate in TI83Plus.inc. There are, however, several ASM
flags and stuff I found in the include file.
asm_flag1 equ 33 ; asm coding
asm_flag2 equ 34 ; asm coding
asm_flag3 equ 35 ; asm coding
asm_data_ptr1 EQU 84EBh
asm_data_ptr2 EQU 84EDh
asm_sym_ptr1 EQU 84EFh
asm_sym_ptr2 EQU 84F1h
asm_ram EQU 84F3h
asm_ind_call EQU 8507h
anyone know if I can use any of these to run another program? Thanks
a lot...
-Tom
caffeine43@netzero.net on 06/02/2001