A86: The shell (in general)...
[Prev][Next][Index][Thread]
A86: The shell (in general)...
I think the icons should be the type of program it is, i.e:
[U] Ballloons <--Name of program
^--The icon, the "U" being the type of prog (Usgard), Z(z-shell),
etc...
-----------------------------------------------
For the shell name:
1. HotOS - Hot Operation Shell
2. OS-86 - Operating Shell 86, like the 85's
3. Wasm86 - Windows(based-on) Asm 86
4. ZOS - Z80 OS
5. t.o.s - The Operating Shell or TI Operating Shell
6. 86 Central
-----------------------------------------------
You should have something like when you press [2nd][2nd] or [2nd] 3
times, your calc pauses what you are doing, and shuts off, or goes to a
screen with math eqations on it, like a teacher button.
-----------------------------------------------
You should also make a feature where you run a prog that you make, and
when you exit, it locks up all of the buttons so you can't do
anything...for example:
(This locks up the feature: [2nd][CUSTOM], so you run it, it says done,
and you can't press [2nd][CUSTOM]...so it is locked until you press
exit.
#include "ti86asm.inc"
.org _asm_exec_ram
push hl
ld l, 200
ld a, 0
ld h, 0
call $05D0
pop hl
.end
------------------------------------------------
-Kyle Anderson
-<jaasan@hargray.com>
Follow-Ups: