***
*
* DEBUG.MAC
*
* Macro file for DEBUG. This file is read in when DEBUG starts up.
*
***

*
* General macros
*

map f flip
map s step
map o stepover
map r restart

macro l "disasm arg1"
macro d "dump arg1"
macro s step
macro j stepover
macro g go

macro restart link

macro term "set pc prog_end ;g"

macro next "dump value-80+#350"

macro a "s;g"
map a a
