From bdca5616046f9f929e831a79f6ed5b625f54b691 Mon Sep 17 00:00:00 2001 From: Georg Rottensteiner Date: Fri, 2 Apr 2021 11:18:27 +0200 Subject: [PATCH] Update docs --- Doc/ide_debug_memory.html | 6 ++++++ Doc/ide_debug_registers.html | 2 ++ HexBox/BuiltInContextMenu.cs | 2 +- Sample Projects/MacroTest/MacroTest.c64 | Bin 23551 -> 23800 bytes Sample Projects/MacroTest/MacroTest.s64 | Bin 229 -> 257 bytes Sample Projects/MacroTest/dountil_test.asm | 10 +++++----- 6 files changed, 14 insertions(+), 6 deletions(-) diff --git a/Doc/ide_debug_memory.html b/Doc/ide_debug_memory.html index 6ac0f8c3..6095b689 100644 --- a/Doc/ide_debug_memory.html +++ b/Doc/ide_debug_memory.html @@ -16,6 +16,12 @@

Debug Memory


Values that changed during the last step are marked red.

+ Clicking on the display-as-text button (left most) will switch to character display. Clicking again switches to lower case mode.
+
+ Clicking on the display-as-charset button (second left) will switch to characterset display. Clicking again switches between hires, multicolor and ECM mode. The used colors can be changed via right-click context menu.
+
+ Clicking on the display-as-sprite button (third) will switch to sprite display. Clicking again switches between hires and multicolor mode. The used colors can be changed via right-click context menu.
+

diff --git a/Doc/ide_debug_registers.html b/Doc/ide_debug_registers.html index 1834428f..14c70f5b 100644 --- a/Doc/ide_debug_registers.html +++ b/Doc/ide_debug_registers.html @@ -44,6 +44,8 @@

Debug Registers

Status
Status displays the various flags of the CPU. NV-BDIZC from left to right are Negative flag, Overflow flag, Expansion Bit (unused), Break flag, Decimal flag, Interrupt flag, Zero flag and Carry flag.

+ Overwriting values will update them for the current session where applicable (A, X, Y, PC, Flags). Updating values obviously only works in active Debug Mode.
+

diff --git a/HexBox/BuiltInContextMenu.cs b/HexBox/BuiltInContextMenu.cs index 50f91e6a..c44a9427 100644 --- a/HexBox/BuiltInContextMenu.cs +++ b/HexBox/BuiltInContextMenu.cs @@ -219,7 +219,7 @@ internal string CopyAsHexMenuItemTextInternal /// /// Gets the text of the "Select All" ContextMenuStrip item. /// - internal string SelectAllMenuItemTextInternal { get { return !string.IsNullOrEmpty(SelectAllMenuItemText) ? SelectAllMenuItemText : "SelectAll"; } } + internal string SelectAllMenuItemTextInternal { get { return !string.IsNullOrEmpty(SelectAllMenuItemText) ? SelectAllMenuItemText : "Select All"; } } /// /// Gets or sets the image of the "Cut" ContextMenuStrip item. diff --git a/Sample Projects/MacroTest/MacroTest.c64 b/Sample Projects/MacroTest/MacroTest.c64 index da7f97122da357254cd49ab070ed29de910235ff..ca9c91e612ac120785ede3e5a5e11b5ed9ce814b 100644 GIT binary patch delta 191 zcmeyro$<#`#tnN}C#NzCOxECPoZQE%4`ho?PUWed{6T_c@-Y_e&3jqrFpJJ*U|?Vb zVh$i?17e@Vq|}_r7g_rz%LedFPUY<71<4|07BDGKUa!V8`8Jo9ga}YZ0EkoaOY=%H ybK*-M&C@{H)yL0jeX|>7u@&c33vNldu@HUzp$fGq`D@tJU m24{iE0!qn~{R4O=yYTJ?tLbHHocKXv@&_Tl&Hs6S`T+ny${<7l diff --git a/Sample Projects/MacroTest/MacroTest.s64 b/Sample Projects/MacroTest/MacroTest.s64 index 794fd2f31e226e99f1263a83ba74676b28af1cdc..27fa2fd9746d844c4f15cb4efa476cf4e670e675 100644 GIT binary patch delta 47 zcmaFL*vQ1p!18+{a|~nq#DqL)2?hoR*PPVc)VvZc-^Api{E*b*5-p#^q|}^=XC(kv CkPmzS delta 40 ucmZok1_oXr_DxJK$`45`F40RiGXVg|E(y~B diff --git a/Sample Projects/MacroTest/dountil_test.asm b/Sample Projects/MacroTest/dountil_test.asm index 981bfe98..7a4de0b6 100644 --- a/Sample Projects/MacroTest/dountil_test.asm +++ b/Sample Projects/MacroTest/dountil_test.asm @@ -5,11 +5,11 @@ num_tiles = 10 START -;!set i=0 -;!do { -;!byte num_tiles +!set i=0 +!do { +!byte num_tiles !for i=0 to num_tiles