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
Jeffrey Lee
RISC_OSLib
Commits
89f84cf5
Commit
89f84cf5
authored
27 years ago
by
Mike Stephens
Browse files
Options
Download
Email Patches
Plain Diff
update service call handler to Ursula format (with table)
parent
70dbde99
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
+18
-0
s/modulewrap
s/modulewrap
+18
-0
No files found.
s/modulewrap
View file @
89f84cf5
...
...
@@ -649,7 +649,25 @@ count1 MOVVC r0, #ModHandReason_GetNames
Pull
"r0-r7, pc"
; Service call handler
;
;Ursula format
;
ASSERT
Service_Memory
<
Service_Reset
ASSERT
Service_Reset
<
Service_ResourceFSStarting
;
ModuleWrap_ServTab
DCD
0
;flags
DCD
ModuleWrap_UService
-
Module_BaseAddr
DCD
Service_Memory
DCD
Service_Reset
[
:LNOT::DEF:
FilerAct
DCD
Service_ResourceFSStarting
]
DCD
0
;terminator
DCD
ModuleWrap_ServTab
-
Module_BaseAddr
;anchor
ModuleWrap_Service
MOV
r0
,
r0
;magic instruction
ModuleWrap_UService
[
:LNOT::DEF:
FilerAct
CMP
r1
,
#
Service_ResourceFSStarting
BEQ
svc_resourcefsstarting
...
...
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