From 916376d0693f55fdc79e385bce4d145138ace963 Mon Sep 17 00:00:00 2001 From: mpohoreski Date: Tue, 27 Jun 2006 02:32:20 +0000 Subject: [PATCH] .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. --- docs/Debugger_Changelog.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/Debugger_Changelog.txt b/docs/Debugger_Changelog.txt index 0ecd44ca..e64d2780 100644 --- a/docs/Debugger_Changelog.txt +++ b/docs/Debugger_Changelog.txt @@ -1,6 +1,14 @@ /* 2.5.4.x +.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. .9 Fixed modifier keys (Shift,Ctrl,Alt) not being updated when mouse scrolling. .8 Changed scrolling page up & down to not scroll as far. .7 Fixed scroll up bug, introduced with new scroll up code