0 Members and 1 Guest are viewing this topic.
This is my code:Code: [Select];#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"It doesn't work
;#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 $C0DE; 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, lEndAxiomRoutine: dw 0 dw hRound db 5 db "cos0(";#IMPORT "TOKENHOO";#IMPORT "AXE"
This is the new code, is it correct ? :Code: [Select];#SECTION "MAIN", CODE dw $C0DE; 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, lEndAxiomRoutine: dw 0 dw hRound db 5 db "cos0(";#IMPORT "TOKENHOO";#IMPORT "AXE"
And how can I do to return any value in ans?
I would like to send tileIt! to my calculator but when I send tileIt! 2.0 with TI Connect CE, my TI-84+SE crash and I have a beautiful Ram Cleard.But if I send tileIt! 1.0, it works Help me please
Yes, it works, but I would like to know why?
:.TEST:#Axiom(STAXM):L1->(SP):5->A:Push °A:rand->A:Pop °A:Disp A>Dec