CPCWiki forum

General Category => Programming => Topic started by: Devilmarkus on 16:02, 27 February 10

Title: Breakpoints in ASM
Post by: Devilmarkus on 16:02, 27 February 10
Hi!

Does WinApe use a asm - command to use break instruction? (ED FF)
I suggested, the Maxam-command "BRK" would do that but it outputs F7 (RST 6)

So, is there also a command to set break instruction ED FF or do you use DB &ED,&FF for that?
Title: Re: Breakpoints in ASM
Post by: norecess on 03:51, 28 February 10
Use a macro if you dislike the syntax  :-*
Title: Re: Breakpoints in ASM
Post by: Devilmarkus on 11:52, 03 March 10
Quote from: norecess on 03:51, 28 February 10
Use a macro if you dislike the syntax  :-*

I included a BREAK command.
This puts ED FF at it's position.
Powered by SMFPacks Menu Editor Mod