0 Members and 2 Guests are viewing this topic.
I think my L1 stacklib function has a place here, as it can be useful for declaring local variables
I do not manage to send TileIT! to my calculator. Could anybody help me?Thank you in advance
I would like create an axiom for TI 84+ SE but when I build my code, and I transfer the program on my calculator, I execute the progra and the calculator says me "Error: Version" I don't understand
I would like create an Axiom with Mimas but my Axiom don't work when I launch one
;#SECTION "MAIN", CODE dw AXM_HEADER; Debut Routine dw EndAxiomRoutine + 6 db AXM_ALL db hRound, 0 db AXM_INLINE db 1 org 0 B_CALL _OP1Set0 B_CALL _Cos B_CALL _ConvOP1 ex de, hl ld d, h ld b, h ld e, l ld c, l retEndAxiomRoutine: dw hRound db 5 db "cos0(";#IMPORT "TOKENHOO";#IMPORT "AXE"
;#SECTION "MAIN", CODE dw AXM_HEADER; Debut Routine dw EndAxiomRoutine db AXM_ALL db hRound, 0 db AXM_INLINE db 1 rorg 0 B_CALL _OP1Set0 B_CALL _Cos B_CALL _ConvOP1 ex de, hl ld d, h ld b, h ld e, l ld c, l retEndAxiomRoutine: dw hRound db 5 db "cos0(";#IMPORT "TOKENHOO";#IMPORT "AXE"