A83: program...
[Prev][Next][Index][Thread]
A83: program...
Hey this is about program detection...
One of the Responses to jame's question had an external level search
program. Since it looked for text inside a program, it responed as so,
well why not make that a way to determine what to display in a shell
window. Some math teachers allow shells to run math programs. Have
some-sort of level of display code:
0-Anyone can see it
1-Hide from teachers
this would mean the first line of the program be:
.db $00
or
.db $01
So inside the shell a key is pressed changing the display level.
just a thought
-Phelan 'Amen' Wolf
PS: What are you allowed to use the IX and IY registers for