0 Members and 1 Guest are viewing this topic.
Let’s work on the routine to display the menu. I’ll give you thecode line by line, and explain it on the way. Create a new text file called“ASMGorillasStartProgram.asm”, and include this in“ASMGorillasMain.asm.”
Finally, go to “ASMGorillasMenus.asm” and replace the top fourlines with the following line:
Wait, it's no wonder you're finding all these typos. You're looking at the old lessons, and I know that because I canceled ASM Gorillas.
Oh, I didn't see that. Can you edit your first post on your lesson thread? I hope no one else makes the same mistake.
I just want to thank you because your tutorials are really teaching me ASM.
.option BM_SHD = 2.option bm_min_w = 8#include “ti83plus.inc”.org $9D93.db t2ByteTok, tAsmCmp
.option BM_SHD = 2.option bm_min_w = 96#include “ti83plus.inc”.org $9D93.db t2ByteTok, tAsmCmp
LD HL, Divide_By_4_23LD DE, OP2 ;Division requires two numbers, so OP2 holds our second one.LD BC, 9LDIRB_CALL _FPDiv ;Multiply 1.5 by 3ld hl, 0 ;Where we want to display the result on the screenld (penCol), hlld a, 11 ;Displays 10 digitsB_CALL _DispOP1AB_CALL _getKey