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
P
Printing
Modules
PDModules
Commits
25e013d1
Commit
25e013d1
authored
May 01, 1997
by
Kevin Bracey
Browse files
Version RO_3_71 taken
parent
445e0179
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
20 deletions
+3
-20
Version
Version
+2
-2
s/PDriverDP/Private
s/PDriverDP/Private
+1
-18
No files found.
Version
View file @
25e013d1
...
...
@@ -4,10 +4,10 @@
GBLS CurrentDate
GBLS CurrentTime
CurrentDate SETS "
22 Jun
1996"
CurrentDate SETS "
30 Oct
1996"
CurrentTime SETS "14:00:00"
GBLA VersionNumber
VersionNumber SETA 44
1
VersionNumber SETA 44
2
END
s/PDriverDP/Private
View file @
25e013d1
...
...
@@ -160,25 +160,13 @@ dump_current_buffer ROUT
;check escape state - drop into user mode so that callbacks get a chance to go off
;NOPs (MOV R0,R0) extra to ARM advice around here are just in case for prototype StrongARM
MOV
R0
,
R0
MOV
R0
,
R0
STMFD
SP
,{
LR
}^
;preserve user LR
SUB
SP
,
SP
,#
4
;couldn't use write back in banked STMFD
TEQP
PC
,#
0
;user mode
MOV
R0
,
R0
;NOP
MOV
R0
,
R0
SWI
XOS_ReadEscapeState
BCS
%FT98
SWI
XOS_EnterOS
;svc mode
LDMFD
SP
,{
LR
}^
;restore user LR
MOV
R0
,
R0
;NOP
MOV
R0
,
R0
ADD
SP
,
SP
,#
4
CMP
R4
,#
0
BNE
%BT03
BL
redirect_output
...
...
@@ -187,11 +175,6 @@ dump_current_buffer ROUT
98
SWI
XOS_EnterOS
;svc mode
LDMFD
SP
,{
LR
}^
;restore user LR
MOV
R0
,
R0
;NOP
MOV
R0
,
R0
ADD
SP
,
SP
,#
4
SETV
Pull
"r0-r8, pc"
...
...
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