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
Ben Avison
Kernel
Commits
13d32a8a
Commit
13d32a8a
authored
11 years ago
by
Robert Sprowson
Browse files
Options
Download
Email Patches
Plain Diff
Replace 1 line macro
IssueService -> BL Issue_Service.
parent
4ca0d4bb
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
s/PMF/key
s/PMF/key
+2
-2
s/PMF/osbyte
s/PMF/osbyte
+3
-3
s/PMF/osword
s/PMF/osword
+3
-3
No files found.
s/PMF/key
View file @
13d32a8a
...
...
@@ -773,7 +773,7 @@ PerformReset
BL
IICAbort
; Ensure any CMOS operation aborted
MOV
R1
,
#
Service_PreReset
; offer the pre-reset service
IssueService
BL
Issue
_
Service
WritePSRc
F_bit
+
I_bit
+
SVC_mode
,
R14
; just in case!
Pull
R0
...
...
@@ -1766,7 +1766,7 @@ IssueKeyboardService
Push
"R0,R14"
MOV
R1
,
#
Service_KeyHandler
LDRB
R2
,
KbId
IssueService
BL
Issue
_
Service
Pull
"R0,PC"
LTORG
...
...
This diff is collapsed.
Click to expand it.
s/PMF/osbyte
View file @
13d32a8a
...
...
@@ -70,7 +70,7 @@ OsByte
Push
"R0-R4"
LDMIA
R13
,
{
R2
-
R4
}
; R2=A, R3=X, R4=Y
MOV
R1
,
#
Service_UKByte
; osbyte service reason
IssueService
BL
Issue
_
Service
TEQ
R1
,
#
0
STMEQIA
R13
,
{
R2
-
R4
}
; if claimed, then update
; returned R0-R2
...
...
@@ -688,7 +688,7 @@ ConvertCNoToANo
OfferInternationalService
Push
R14
MOV
R1
,
#
Service_International
IssueService
BL
Issue
_
Service
TEQ
R1
,
#
0
; set Z flag if claimed
Pull
PC
...
...
@@ -1061,7 +1061,7 @@ Osbyte8B
; Issue Paged ROM Service Request
Osbyte8F
IssueService
BL
Issue
_
Service
MyOsbyte
; *****************************************************************************
...
...
This diff is collapsed.
Click to expand it.
s/PMF/osword
View file @
13d32a8a
...
...
@@ -41,7 +41,7 @@ OsWord
LDMIA
R13
,
{
R2
-
R4
}
; R2=A, R3=X, R4=Y
MOV
R1
,
#
Service_UKWord
; osword service reason
CLRPSR
V_bit
,
R0
; in case there's no service
IssueService
BL
Issue
_
Service
TEQ
R1
,
#
0
STMEQIA
R13
,
{
R2
-
R4
}
; if claimed, then update
; returned R0-R2
...
...
@@ -281,8 +281,8 @@ OsWord0C ROUT
; Read the last two graphics cursor positions
OsWord0D
ROUT
ByteToNosbod
DoOsWord13
MyOsWord
ByteToNosbod
DoOsWord13
MyOsWord
; *****************************************************************************
...
...
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