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
Programmer
DDEUtils
Commits
3e05a9e4
Commit
3e05a9e4
authored
13 years ago
by
Robert Sprowson
Browse files
Options
Download
Email Patches
Plain Diff
Be ultra cautious and NOP after the TEQP, but more to shut the assembler warning up.
Version 1.72. Tagged as 'DDEUtils-1_72'
parent
01565944
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
16 deletions
+18
-16
VersionASM
VersionASM
+6
-6
VersionNum
VersionNum
+10
-10
s/ddeutils
s/ddeutils
+2
-0
No files found.
VersionASM
View file @
3e05a9e4
...
...
@@ -11,13 +11,13 @@
GBLS Module_HelpVersion
GBLS Module_ComponentName
GBLS Module_ComponentPath
Module_MajorVersion SETS "1.7
1
"
Module_Version SETA 17
1
Module_MajorVersion SETS "1.7
2
"
Module_Version SETA 17
2
Module_MinorVersion SETS ""
Module_Date SETS "0
2
Jan 2012"
Module_ApplicationDate SETS "0
2
-Jan-12"
Module_Date SETS "0
7
Jan 2012"
Module_ApplicationDate SETS "0
7
-Jan-12"
Module_ComponentName SETS "DDEUtils"
Module_ComponentPath SETS "castle/RiscOS/Sources/Programmer/DDEUtils"
Module_FullVersion SETS "1.7
1
"
Module_HelpVersion SETS "1.7
1
(0
2
Jan 2012)"
Module_FullVersion SETS "1.7
2
"
Module_HelpVersion SETS "1.7
2
(0
7
Jan 2012)"
END
This diff is collapsed.
Click to expand it.
VersionNum
View file @
3e05a9e4
/* (1.7
1
)
/* (1.7
2
)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 1.7
1
#define Module_MajorVersion_CMHG 1.7
2
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 0
2
Jan 2012
#define Module_Date_CMHG 0
7
Jan 2012
#define Module_MajorVersion "1.7
1
"
#define Module_Version 17
1
#define Module_MajorVersion "1.7
2
"
#define Module_Version 17
2
#define Module_MinorVersion ""
#define Module_Date "0
2
Jan 2012"
#define Module_Date "0
7
Jan 2012"
#define Module_ApplicationDate "0
2
-Jan-12"
#define Module_ApplicationDate "0
7
-Jan-12"
#define Module_ComponentName "DDEUtils"
#define Module_ComponentPath "castle/RiscOS/Sources/Programmer/DDEUtils"
#define Module_FullVersion "1.7
1
"
#define Module_HelpVersion "1.7
1
(0
2
Jan 2012)"
#define Module_LibraryVersionInfo "1:7
1
"
#define Module_FullVersion "1.7
2
"
#define Module_HelpVersion "1.7
2
(0
7
Jan 2012)"
#define Module_LibraryVersionInfo "1:7
2
"
This diff is collapsed.
Click to expand it.
s/ddeutils
View file @
3e05a9e4
...
...
@@ -657,6 +657,7 @@ write_name1
add_prefix_ret_26
TEQP
pc
,
lr
NOP
; banked register follows
LDR
pc
,
[
sp
],
#
4
; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
...
...
@@ -760,6 +761,7 @@ common_handler3
TEQ
pc
,
pc
LDRNE
lr
,
[
sp
,
#
4
]
; get real pass-on address from 26-bit veneer
TEQNEP
pc
,
lr
NOP
; banked register follows
STR
r1
,
[
sp
,
#-
4
]!
MOV
r1
,
r12
STR
pc
,
[
sp
,
#-
4
]!
; store PC+8 (Architecture 4) or PC+12
...
...
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