59
8.24 Launch Terminal Window TERM
Format:
TERM
This command opens the Terminal Window (see page 74). It is included so that a macro can put the
user in direct terminal communication with a target board. Suppose, for example, that the
demonstration program included in the distribution, TermDemo.asm, has been compiled to run at
$8000. Then the following macro might be used to load the demonstration program, start it running
and open the terminal window, whenever the MCU is re-booted:
DEFM Autostart
BEGIN
LD "C:\Program Files\Xplor8\Samples\TermDemo.s19"
G 8000
TERM
END
Comentários a estes Manuais