Difference between revisions of "Z80:Directives:BREAKPOINT"

From Learn @ Cemetech
Jump to navigationJump to search
(Initial automated import)
 
(No difference)

Latest revision as of 17:41, 5 February 2016

Inserts a breakpoint at current program counter address.

Syntax

   .breakpoint ["description"]

Uses

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