0 Members and 1 Guest are viewing this topic.
B_CALL _DisableDone
res 5,(iy+0)
You don't need a bcall, you need to use a flag :Code: [Select]res 5,(iy+0)this is the command to disable "Done"
Hi,How do you disable the "Done" message?thanks in advance!
DiagnosticOff
AsmPrgmFDCB00AEC9
Yep, that's exactly what http://tibasicdev.wikidot.com/hexcodes#toc9 does, but more readable EDIT: ...for everyone except Xeda112358
lolCan you also do something like NoDone EQU FDCB00AEC9?That would be useful to add to the ti83plus.inc.
NoDone
RES donePrgm,(IY+doneFlags)
#define NoDone res 5,(iy+0)...NoDone
Quote from: aeTIos on March 23, 2011, 07:47:17 amHi,How do you disable the "Done" message?thanks in advance!If it's Axe I would:Code: [Select]DiagnosticOfforCode: [Select]AsmPrgmFDCB00AEC9
Quote from: Deep Thought on March 23, 2011, 10:25:19 amYep, that's exactly what http://tibasicdev.wikidot.com/hexcodes#toc9 does, but more readable EDIT: ...for everyone except Xeda112358Why do you say that?
Code: [Select]#define NoDone res 5,(iy+0)...NoDoneThis is a good idea Deep Though, seems like perfectly working.
Because she'd rather use hex