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
UserI
Display
Commits
24d07c87
Commit
24d07c87
authored
Apr 15, 1998
by
Mike Stephens
Browse files
update to Ursula service format
parent
17e2ca5e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
34 additions
and
4 deletions
+34
-4
Resources/UK/Messages
Resources/UK/Messages
+0
-0
Version
Version
+3
-3
s/Module
s/Module
+31
-1
No files found.
Resources/UK/Messages
View file @
24d07c87
No preview for this file type
Version
View file @
24d07c87
...
...
@@ -65,8 +65,8 @@
; REMEMBER TO UPDATE VERSION IN MESSAGES FILE
Version SETA 03
4 ; 000
VString SETS "0.3
4
"
; "0.00"
Date SETS "
29 May 1997" ; "Development
"
Version SETA 03
5
VString SETS "0.3
5
"
Date SETS "
15 Apr 1998
"
END
s/Module
View file @
24d07c87
...
...
@@ -130,7 +130,37 @@ Mod_PathDefault DCB "Resources:$.Resources.Display.",0
;---------------------------------------------------------------------------
; Service call handler.
;
;Ursula format
;
ASSERT
Service_Reset
<
Service_ModeChange
ASSERT
Service_ModeChange
<
Service_StartWimp
ASSERT
Service_StartWimp
<
Service_StartedWimp
ASSERT
Service_StartedWimp
<
Service_CalibrationChanged
ASSERT
Service_CalibrationChanged
<
Service_WimpPalette
ASSERT
Service_WimpPalette
<
Service_MessageFileClosed
ASSERT
Service_MessageFileClosed
<
Service_ResourceFSStarting
ASSERT
Service_ResourceFSStarting
<
Service_ModeFileChanged
;
UServTab
DCD
0
DCD
UService
-
Module_BaseAddr
DCD
Service_Reset
DCD
Service_ModeChange
DCD
Service_StartWimp
DCD
Service_StartedWimp
DCD
Service_CalibrationChanged
DCD
Service_WimpPalette
[
MessageChanging
DCD
Service_MessageFileClosed
]
[
standalone
DCD
Service_ResourceFSStarting
]
DCD
Service_ModeFileChanged
DCD
0
DCD
UServTab
-
Module_BaseAddr
Mod_Service
MOV
r0
,
r0
TEQ
r1
,
#
Service_StartWimp
TEQNE
r1
,
#
Service_StartedWimp
TEQNE
r1
,
#
Service_Reset
...
...
@@ -145,7 +175,7 @@ Mod_Service
TEQNE
r1
,
#
Service_MessageFileClosed
]
MOVNES
pc
,
lr
UService
TEQ
r1
,
#
Service_StartWimp
BEQ
svc_startwimp
...
...
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