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
V
Video
Render
Hourglass
Commits
5a06b179
Commit
5a06b179
authored
Apr 15, 1998
by
Richard Leggett
Browse files
Added Ursula service call table.
parent
16dccd9c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
0 deletions
+21
-0
s/Module
s/Module
+21
-0
No files found.
s/Module
View file @
5a06b179
...
...
@@ -251,7 +251,28 @@ FinalisationCode ROUT
]
Pull
"pc"
; +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
; Table of service calls we want
ASSERT
Service_Error
<
Service_Reset
ServiceTable
DCD
0
DCD
ServiceUrsula
-
ModuleStart
DCD
Service_Error
DCD
Service_Reset
DCD
0
DCD
ServiceTable
-
ModuleStart
; +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
; Module service entry point
ServiceCall
ROUT
MOV
r0
,
r0
; Indicates there is a service call table
ServiceUrsula
CMP
r1
,
#
Service_Reset
; is it reset ? EQ,CSet if so
TEQNE
r1
,
#
Service_Error
*
4
,
2
; or error ? EQ, CClear if so
MOVNE
pc
,
lr
...
...
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