-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
implement STEPDEBUG and small fix to diself (#24)
* implement STEPDEBUG option to insert NOPs (when targetting 68k) to allow EDBG to work added STEPDEBUG50 option to insert 3 NOPs which can allow EDBG to work under OS v50+ * fix diself to reference eecelf instead of ecxelf fix dishunk so that dis command line parameter correctly defaults to off
- Loading branch information
Showing
4 changed files
with
30 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
|
||
OPT PREPROCESS | ||
|
||
MODULE '*ecxelf' | ||
MODULE '*eecelf' | ||
MODULE '*ppcdisasm' | ||
|
||
-> Jan, Apr, Jul 2003 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters