Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Cameron Cawley
ABRelease
Commits
28f6fe6e
Commit
28f6fe6e
authored
Jul 08, 2015
by
Robert Sprowson
Browse files
Readme update
SWI name correction. Version 0.63. Tagged as 'ABRelease-0_63'
parent
3824ee9f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
13 deletions
+13
-13
Resources/Generic/ZeroPain/ReadMe.txt
Resources/Generic/ZeroPain/ReadMe.txt
+3
-3
VersionNum
VersionNum
+10
-10
No files found.
Resources/Generic/ZeroPain/ReadMe.txt
View file @
28f6fe6e
...
...
@@ -157,7 +157,7 @@ the Debugger module, with a couple of key differences:
access - in comparison to the output from the Debugger module which (for data
aborts) will be 2 instructions ahead of the fault
In some cases there will be
less
lines of disassembly than shown above. This
In some cases there will be
fewer
lines of disassembly than shown above. This
will happen if the instruction which caused the abort is close to a page
boundary (the abort handler errs on the side of caution and avoids reading
across page boundaries). However there should still be enough information to
...
...
@@ -180,8 +180,8 @@ may limit our ability to make changes to the OS in future.
&104 - 'ESC_Status'. Software should use OS_ReadEscapeState instead.
&108 - 'IRQsema'. Used by some software to detect if it's running in the
'foreground' or not.
&10C - 'MetroGnome'. This is the centisecond counter
- OS_
MonotonicTime
should
be used
instead.
&10C - 'MetroGnome'. This is the centisecond counter
. Use OS_Read
MonotonicTime
instead.
&FE8 - 'CLibCounter'. This is used by old versions of the shared C library, and
the statically linked version (ansilib). Update to a newer version,
and/or switch to using the shared C library.
...
...
VersionNum
View file @
28f6fe6e
/* (0.6
2
)
/* (0.6
3
)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 0.6
2
#define Module_MajorVersion_CMHG 0.6
3
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 0
4
Jul 2015
#define Module_Date_CMHG 0
8
Jul 2015
#define Module_MajorVersion "0.6
2
"
#define Module_Version 6
2
#define Module_MajorVersion "0.6
3
"
#define Module_Version 6
3
#define Module_MinorVersion ""
#define Module_Date "0
4
Jul 2015"
#define Module_Date "0
8
Jul 2015"
#define Module_ApplicationDate "0
4
-Jul-15"
#define Module_ApplicationDate "0
8
-Jul-15"
#define Module_ComponentName "ABRelease"
#define Module_ComponentPath "castle/RiscOS/Utilities/Autobuild/ABRelease"
#define Module_FullVersion "0.6
2
"
#define Module_HelpVersion "0.6
2
(0
4
Jul 2015)"
#define Module_LibraryVersionInfo "0:6
2
"
#define Module_FullVersion "0.6
3
"
#define Module_HelpVersion "0.6
3
(0
8
Jul 2015)"
#define Module_LibraryVersionInfo "0:6
3
"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment