Commit Graph

56 Commits

Author SHA1 Message Date
mpohoreski
5a0e4f61a0 2.7.0.11 Fixed: Breakpoints and Watches no longer disappear. 2011-02-20 17:41:20 +00:00
mpohoreski
e6df67054a 2.7.0.10
Added: Watches now show (dynamic) raw hex bytes
    Changed: Lowered watches down from 16 to 8.
2011-02-20 07:31:32 +00:00
mpohoreski
0fecb02bbc 2.7.0.9 Fixed: Bookmarks weren't initialized to zero. 2011-02-17 15:32:53 +00:00
mpohoreski
6bc89c65d2 2.7.0.8
Added: New command PWD to display the current debugger directory.
2011-02-15 17:21:27 +00:00
mpohoreski
c7282b36b0 2.7.0.7 Cleaned up display of soft-switches to show address. 2011-01-30 21:41:03 +00:00
mpohoreski
54ac56de6b .6 Removed: Removed unused aliases.
Reason: When a symbol table is specified with no args, the total # of symbols will be shown.
    SYMBOLS1, SYMBOLS2, SYM0, SYM1, SYM2, SYM3, SYM4, SYM5, SYM6 
 .5 Fixed: Increased console output height so that you can view all the SYMBASIC * output.
 .4 Added: Two alises for Dos 3.3 and Prodos symbol tables
    SYMDOS
    SYMPRO
 .3 Added: Two new symbol tables added Dos 3.3 and Prodos.
    SYMDOS33 
    SYMPRODOS
2011-01-30 17:39:19 +00:00
mpohoreski
497a2a3e1a 2.7.0.2 Display soft-switches 2011-01-04 17:32:49 +00:00
mpohoreski
798b36fe81 Fixed minor typos. 2010-12-19 22:11:05 +00:00
mpohoreski
069c5c13dd 2.6.2.30 Added: DA now works! It is similar to DW except it does symbol lookups!
(DW = Define Word.  DA = Define Address)
    Example:
       U D000
       DA BASIC.FPTR D000:D080
2010-12-19 20:37:03 +00:00
mpohoreski
1acf0da21e 2.6.2.x
.29 Fixed: Pretty print DB2 DB4 DB8 without commas
.28 Fixed: DB2 DB4 DB8 DW DW2 DW4 now work/display properly.
    DB (Define Byte) shows bytes in big endian order.
    DW (Define Word) shows addresses (2 bytes) in little endian order.
    Example:
       U D000
       DB2 REV.FPTR D000:D080
       X
       DW BASIC.FPT D000:D080
       X
    Or for those minimal types who hate wasting screen real estate
        DW4 COMPACT D000:D080
        X
        DB8 RA8 D000:D080
        X
.27 Fixed: Don't do symbol look for data bytes that don't request it. (Groundwork for Define Address)
.26 Changed: Code portability. Slowly remove the LPCTSTR taint of Windowisms.
.25 Fixed: DB DW custom data byte sizes weren't scrolling properly in the disasm view.
    Changed _6502_GetOpmodeOpbyte() to be aware of data bytes.
2010-12-19 17:53:32 +00:00
mpohoreski
89808c00c3 Updated to 2.6.2.24 2010-12-18 16:05:49 +00:00
mpohoreski
247fbd9cdd Updated to 2.6.2.23 2010-12-18 15:31:11 +00:00
mpohoreski
8cb0267e52 2.6.2.12 Fixed: Following symbol tables were all hard-coded to SYMMAIN
SYMBASIC
		SYMASM
		SYMUSER
		SYMUSER2
		SYMSRC
		SYMSRC2
2010-12-18 04:18:00 +00:00
mpohoreski
99009b56ae 2.6.2.11 Added: Command line now accepts Indirect mode via ( )
Example:  U (BRKV)
2010-12-17 06:00:21 +00:00
mpohoreski
fd60d9ac9d 2.6.2.10 Added: Pretty printing 'B' of all bytes treated as data. 2010-12-16 07:33:20 +00:00
mpohoreski
3b28e5552f Fixed typo: "customer" -> "custom" 2010-12-16 06:53:45 +00:00
mpohoreski
035b388325 2.7.0.0 Released with Applewin 1.19.1.x
.9 Fixed: Renamed ambiguous command 'DL' to 'B' to list all bytes being treated as data
          Renamed command: 'B' to 'Z' as an alias to treat byte(s) as data
.8 Fixed: Define Code 'X' wasn't removing entries
.7 Fixed: DATA1 was using call win setup for code, not data.
.6 Cleanup of command table to have the proper internal command enum.
		D      // CMD_MEM_MINI_DUMP_HEX_1 moved to alias section
		M1     // CMD_MEM_MINI_DUMP_HEX_1 moved to alias section
		M2     // CMD_MEM_MINI_DUMP_HEX_2 moved to alias section
		TEXT81 // CMD_VIEW_TEXT81         <- CMD_VIEW_TEXT8X
		TEXT82 // CMD_VIEW_TEXT82         <- CMD_VIEW_TEXT8X
		W      // CMD_WATCH               <- CMD_WATCH_ADD
.5 Added: Internal consistency checking for commands and their internal command enum.
.4 Fixed: Added customer assembler type and debugger disassembly display uses variable
          instead of always being hard-coded to Merlin directives.
.5 Fixed: Data disassembler help -- was using wrong command help offset due to wrong order of commands.
.3 Fixed: Assembler now accepts lower-case mnemonics
2010-12-16 06:44:51 +00:00
mpohoreski
03de51db05 2.6.3.0 Fixed: Assembler now accepts lower-case mnemonics 2010-12-15 16:03:55 +00:00
mpohoreski
930b6097cf 2009-10-26 01:45:26 +00:00
mpohoreski
36fb9f1765 2.6.2.2 data disassembly prep and implementation 2009-10-26 01:01:09 +00:00
mpohoreski
24fa6c8218 2009-07-14 07:56:17 +00:00
mpohoreski
5613f5ff56 2009-07-13 19:00:12 +00:00
mpohoreski
c72ce669dd Updated 2.6.1.19 2009-07-12 21:48:21 +00:00
mpohoreski
d2fef4a2c0 2.6.0.8 Updated: symsrc load "filename" [, offset] 2009-02-13 10:30:21 +00:00
mpohoreski
de8eff9d70 2.6.0.7 Increased symbol length from 13 to 31 2009-02-13 08:08:14 +00:00
mpohoreski
c175936ecc typo fix for HELP 2008-08-31 08:47:06 +00:00
mpohoreski
62a0aa9ebf 2.6.0.6 changes 2008-08-31 08:42:54 +00:00
mpohoreski
f68629183e .2 Fixed 'G' to not send the Return of the command into the Apple Keyboard
.1 Renamed GO to G to not conflict with GR, GR1, GR2
2008-08-31 01:07:08 +00:00
mpohoreski
daa4ce8fab fixed spelling & grammar 2008-08-25 05:40:53 +00:00
mpohoreski
5a8fe14897 updated aliases: text40, text41, text42 2008-08-25 05:38:27 +00:00
mpohoreski
6e474d9c13 updated 2.6.0.0 help view 2008-08-25 05:26:06 +00:00
mpohoreski
a5547518e5 Disassembly formating
TraceFile fixes
2006-08-16 18:59:39 +00:00
mpohoreski
af04ad4cf0 Fixed debugger mouse click not checking if in debug mode 2006-07-09 15:44:08 +00:00
mpohoreski
2253938a55 Help is colorized
Rewrote color console for 2nd and last time.
2006-07-09 04:52:30 +00:00
mpohoreski
83dbe3f69c Color console support 2006-07-05 21:24:23 +00:00
mpohoreski
d9f65ad85b 2.5.6.41 2006-07-01 06:43:16 +00:00
mpohoreski
7b4255d119 2006-06-29 05:36:46 +00:00
mpohoreski
57c47f47bb 2006-06-29 03:30:50 +00:00
mpohoreski
ae55365bd7 Fixed incorrect 2.5.6.1 comment. (Was tentatively a TODO, but no longer needed.)
Changed to:
.1 Added: Increased breakpoints to 15, Watches to 6, Zeropage pointers to 6.
   Fixed: Display only active breakpoints.
2006-06-27 22:00:24 +00:00
mpohoreski
9af9df2ec2 Reorganized info panel
Memory dump display fixes
Fixed _6502_GetTargets() Indirect (Zeropage) Indexed, Y
2006-06-27 21:39:47 +00:00
mpohoreski
597bbfbfd5 .15 Fixed Help Category comma syntax parsing
.14 Fixed BP comma syntax parsing
2006-06-27 05:37:38 +00:00
mpohoreski
71c5f5616f .13 Fixed BSAVE syntax parsing
BSAVE ["Filename"], addr, len 
.12 Fixed BLOAD syntax parsing
	BLOAD ["Filename"], addr[, len] 
.11 Fixed Go syntax parsing
	G StopAddress [SkipAddress,Length]
.10 Changed internal parsing of comma operator.
	It is now left in the command arguments.
2006-06-27 02:32:20 +00:00
mpohoreski
6b99d451ed Debugger fixes/new features
Mouse wheel support
many scrolling fixes
general cleanup of globals
bookmarks
2006-06-26 17:01:17 +00:00
mpohoreski
011b59ad4d 2006-06-25 03:44:14 +00:00
mpohoreski
174636bfb4 2006-06-13 01:23:06 +00:00
mpohoreski
f2a9980e5d added BLOAD
added BSAVE
2006-06-12 03:01:08 +00:00
mpohoreski
f12de3d6de new DISASM command to change disassembly view options 2006-06-11 23:23:54 +00:00
mpohoreski
f673d85564 BRK, BRKOP, Ctrl-V support 2006-05-14 05:13:30 +00:00
mpohoreski
043dd07c7a 2006-05-10 21:57:33 +00:00
mpohoreski
24b680431c *** empty log message *** 2006-03-14 05:42:34 +00:00