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
F
FileSys
NetFS
NetFS
Commits
d21dfda9
Commit
d21dfda9
authored
Apr 16, 1998
by
Kevin Bracey
Browse files
Ursula service call table added
parent
55ad3204
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
+17
-0
s/Module
s/Module
+17
-0
No files found.
s/Module
View file @
d21dfda9
...
...
@@ -223,7 +223,23 @@ ExitInitialisation
STRVS
r0
,
[
sp
]
Pull
"r0-r4, pc"
ServiceTable
DCD
0
DCD
ServiceMain
-
Origin
DCD
Service_UKCommand
; Don't forget - ascending order required
DCD
Service_Reset
DCD
Service_FSRedeclare
DCD
Service_EconetDying
[
:LNOT:
OldOs
DCD
Service_TerritoryStarted
DCD
Service_Portable
]
DCD
0
DCD
ServiceTable
-
Origin
Service
ROUT
MOV
r0
,
r0
TEQ
r1
,
#
Service_FSRedeclare
TEQNE
r1
,
#
Service_UKCommand
TEQNE
r1
,
#
Service_EconetDying
...
...
@@ -233,6 +249,7 @@ Service ROUT
TEQNE
r1
,
#
Service_TerritoryStarted
]
MOVNE
pc
,
lr
ServiceMain
TEQ
r1
,
#
Service_FSRedeclare
BEQ
RedeclareFilingSystem
LDR
wp
,
[
r12
]
...
...
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