0 Members and 3 Guests are viewing this topic.
Quote from: aeTIos on March 23, 2011, 10:41:23 amlolCan you also do something like NoDone EQU FDCB00AEC9?That would be useful to add to the ti83plus.inc. Not really at all, because in ASM, it's just easier to say res 5,(IY+0). *shrugs* I mean it's easier for me at least.
lolCan you also do something like NoDone EQU FDCB00AEC9?That would be useful to add to the ti83plus.inc.
Just as a small spot of randomness, I have been working on a .TAB thing for TASM in case I ever get around to manually converting my programs to mnemonics... is it bad practice if I do things like making ld hl,bc or if I change FE00 to B7 and whatnot? I've always thought it would make source codes much easier to read with things like:ld hl,a (loads a into l and h=0)ld hl,bccp hl,bcld bc,(hl)And other random things like that I just define them in the actual .TAB file...
Plus, it's not much harder to just write ld h, 0 \ ld l, a and that way you know what is really going on.
ld hl,0444D2909292929