z80:Directives:BREAKPOINT
From Learn @ Cemetech
Revision as of 17:41, 5 February 2016 by Maintenance script (talk | contribs) (Initial automated import)
Inserts a breakpoint at current program counter address.
Syntax
.breakpoint ["description"]
Uses
Being a breakpoint, it is used in debugging for locating errors.