
C:\FASM>kbd.com  was made for assembly language programming.
When you press ; to make a comment, caps lock is off for lower case comments.
When you press ENTER key, caps=on4, BOLD EASY TO SEE UPPER CASE instructions.

Using AED.com editor, instructions are bright white on black (good contrast)
comments are dull green = hard2 see & not in your thoughts until you need them.
Numbers are bright red, so they are not hidden in the text, & no other colors.
Keep It Simple Stupid, KISS.......

TSR messages =
KBD.com was already TSR
Installed KBD.com TSR

Enter key  = Upper Case
SemiColon; = Lower Case
Left+Right shift keys toggle on/off
UNinstall = Hold CapsLock & press LeftCtrl, if it's on.

----------------------------------------------------------------------------
I need to rewrite this KBD.com to: have an INFO BAR that comes on screen:
Vmode 3 only. Shows character values in decimal, hex, & binary, or something?

Maybe does COPY/PASTE: use page 7 as storage area.....
and  VALUE under cursor: in lower or upper right corner, +- one line ?
maybe an INFO BAR menu for: ? setting key press combo's that don't conflict
with the current program running. ??

-----------------------
There was a PUSH/POP bug, PUSH AX BX ES and exit without POPx3

I should move SP to 100h, then resize memory,
that leaves the ARGC PSP as a 127 byte stack area ?


