0 Members and 1 Guest are viewing this topic.
Just to clarify: Does the app assemble a program built in the TI-OS editor, or does it have its own editor?
Also, how many flash pages are you planning for this to take up? The only reason I'm wondering is that with MirageOS, CalcSys, and a larger app on my calculator, as well as the dozen or so groups of programs I keep indefinitely in development, my calculator's flash ROM's going to be pretty crammed.
well I have no clue what the code above and what are wildcards in terms of mosaic and ASM, but I'm glad to see some progress regardless
Ya, congrats on the progress. Would you mind sharing what wildcards are? That in turn would maybe tell us none assembly people what the code does, or a better idea.
01CDEF = ld bc, $CDEFThis means that I got wildcards working, which is something I've been struggling with for the past few months.
$$: ;...code... jr $B ;...code... jr $F ;...code...$$: