
I've used Mateo's _PrintString routine for displaying the whole program, which has a nice font, and is pretty small.
How the basic program works:
- Code: Select all
Read Ans as a string
Convert it to a program name in OP1
Check if program exists, and if not, return
Setup the graphics
For each token of the data of the program:
Get the token in ASCII characters with _Get_Tok_Strng
Display all the characters, if not offscreen
If (newline) is entered, move the cursor to the newline
If end of program reached, stop
End
Possibility to move up or down and eventually left or right
Pause
Return
I'm now at the stage for displaying the characters. This is what I got so far:


(That last characters looks awesome but is not intended

In a later version, I will maybe add editing as well, now I'm okay with this

I know, this could be MUCH easier with the C libraries, but with C it is very hard to convert the number to a string, so I made this in pure ASM.
If you have any suggestions or questions, please post
