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
RiscOS
S
Sources
Toolbox
tboxlib
Commits
7c6ec8c6
Commit
7c6ec8c6
authored
25 years ago
by
Stewart Brodie
Browse files
Options
Download
Email Patches
Plain Diff
Assembler veneers to Toolbox_Memory SWI are 32-bit capable.
Admin: Built. Version 0.07. Tagged as 'Common-0_07'
parent
74882f7d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
8 deletions
+17
-8
VersionNum
VersionNum
+5
-5
s/toolboxmem
s/toolboxmem
+12
-3
No files found.
VersionNum
View file @
7c6ec8c6
/* (0.0
6
)
/* (0.0
7
)
*
* This file is automatically maintained by srccommit, do not edit manually.
*
*/
#define Module_MajorVersion_CMHG 0.0
6
#define Module_MajorVersion_CMHG 0.0
7
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 17 Nov 1999
#define Module_MajorVersion "0.0
6
"
#define Module_Version
6
#define Module_MajorVersion "0.0
7
"
#define Module_Version
7
#define Module_MinorVersion ""
#define Module_Date "17 Nov 1999"
#define Module_FullVersion "0.0
6
"
#define Module_FullVersion "0.0
7
"
This diff is collapsed.
Click to expand it.
s/toolboxmem
View file @
7c6ec8c6
...
...
@@ -25,20 +25,29 @@ XToolbox_Memory * &64EF9
EXPORT
toolbox_memory_free
EXPORT
toolbox_memory_extend
MACRO
MOVRet
$cond
[
{CONFIG}
=
26
MOV
$cond.
S
pc
,
r12
|
MOV
$cond
pc
,
r12
]
MEND
toolbox_memory_alloc
MOV
R12
,
LR
MOV
R1
,
R0
MOV
R0
,#
0
SWI
XToolbox_Memory
MOVVS
R0
,#
0
MOVS
PC
,
R12
MOVRet
toolbox_memory_free
MOV
R12
,
LR
MOV
R1
,
R0
MOV
R0
,#
1
SWI
XToolbox_Memory
MOVS
PC
,
R12
MOVRet
toolbox_memory_extend
MOV
R12
,
LR
...
...
@@ -47,6 +56,6 @@ toolbox_memory_extend
MOV
R0
,#
2
SWI
XToolbox_Memory
MOVVS
R0
,#
0
MOVS
PC
,
R12
MOVRet
END
This diff is collapsed.
Click to expand it.
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