Commit d19193ff authored by Robert Sprowson's avatar Robert Sprowson
Browse files

Correction to addressing mode in NoARMv4 case

Given the context, post indexed rather than post increment was intended.

Version 0.97. Tagged as 'IntKey-0_97'
parent 162fe1bb
......@@ -1154,7 +1154,7 @@ CheckHexAtoF_simple
ADD R4, R4, R2, LSL #3
[ NoARMv4
LDRB R8, [R4]
LDRB R4, [R4], #1
LDRB R4, [R4, #1]
ORR R4, R8, R4, LSL #8
|
LDRH R4, [R4]
......
......@@ -11,13 +11,13 @@
GBLS Module_HelpVersion
GBLS Module_ComponentName
GBLS Module_ComponentPath
Module_MajorVersion SETS "0.96"
Module_Version SETA 96
Module_MajorVersion SETS "0.97"
Module_Version SETA 97
Module_MinorVersion SETS ""
Module_Date SETS "14 Mar 2013"
Module_ApplicationDate SETS "14-Mar-13"
Module_Date SETS "01 Apr 2013"
Module_ApplicationDate SETS "01-Apr-13"
Module_ComponentName SETS "IntKey"
Module_ComponentPath SETS "castle/RiscOS/Sources/Internat/IntKey"
Module_FullVersion SETS "0.96"
Module_HelpVersion SETS "0.96 (14 Mar 2013)"
Module_FullVersion SETS "0.97"
Module_HelpVersion SETS "0.97 (01 Apr 2013)"
END
/* (0.96)
/* (0.97)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 0.96
#define Module_MajorVersion_CMHG 0.97
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 14 Mar 2013
#define Module_Date_CMHG 01 Apr 2013
#define Module_MajorVersion "0.96"
#define Module_Version 96
#define Module_MajorVersion "0.97"
#define Module_Version 97
#define Module_MinorVersion ""
#define Module_Date "14 Mar 2013"
#define Module_Date "01 Apr 2013"
#define Module_ApplicationDate "14-Mar-13"
#define Module_ApplicationDate "01-Apr-13"
#define Module_ComponentName "IntKey"
#define Module_ComponentPath "castle/RiscOS/Sources/Internat/IntKey"
#define Module_FullVersion "0.96"
#define Module_HelpVersion "0.96 (14 Mar 2013)"
#define Module_LibraryVersionInfo "0:96"
#define Module_FullVersion "0.97"
#define Module_HelpVersion "0.97 (01 Apr 2013)"
#define Module_LibraryVersionInfo "0:97"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment