[Date Prev][Date Next][Subject Prev][Subject Next][ Date Index][ Subject Index]

Re: Dvorak Keyboard in Mac OS



Reply to note from Fred Weiner  Sat, 1 Sep 2018 15:06:07 -
0700

Fred,

You can do a couple of things. One, before running STARTUP.INT, issue a
command like D WA=54. This will execute a pause after an error. (The
length of the pause is 1/18th of a second per unit of value. So, 54 means
pause for 3 seconds.) After you've debugged it, remember to command D WA=0
to eliminate the pause.

The more painstaking (and revealing) way is to insert  commands at the
end of every line. The program stops when it comes to . Thus, you can
run STARTUP.INT repeatedly, deleting each succesive  if it runs
successfully up to that point. You will eventually get to the line(s) that
are misbehaving.

Hope this helps.

--
Carl Distefano
cld@xxxxxxxx