z80:Directives:BREAKPOINT

From Learn @ Cemetech
Revision as of 17:41, 5 February 2016 by Maintenance script (talk | contribs) (Initial automated import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Inserts a breakpoint at current program counter address.

Syntax

   .breakpoint ["description"]

Uses

Being a breakpoint, it is used in debugging for locating errors.