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
FileSys
FileCore
Commits
bfa71eec
Commit
bfa71eec
authored
Jul 06, 2017
by
Robert Sprowson
Browse files
Comments improved
parent
5a07a9e0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
5 deletions
+4
-5
s/BigDirCode
s/BigDirCode
+1
-1
s/FileCore31
s/FileCore31
+2
-2
s/InitDieSvc
s/InitDieSvc
+1
-2
No files found.
s/BigDirCode
View file @
bfa71eec
...
@@ -1486,7 +1486,7 @@ GrowBigDir ROUT
...
@@ -1486,7 +1486,7 @@ GrowBigDir ROUT
TEQS
R5
,
#
0
TEQS
R5
,
#
0
TEQEQS
R4
,
#
0
TEQEQS
R4
,
#
0
BEQ
%FT25
;end of list marker found
BEQ
%FT25
;end of list marker found
MOVS
R5
,
R5
,
LSR
#
9
;link bits
MOVS
R5
,
R5
,
LSR
#
9
;link bits
from word 1 bits 9-31
ADDCS
R5
,
R5
,
R3
,
LSR
#
8
ADDCS
R5
,
R5
,
R3
,
LSR
#
8
RSBCC
R5
,
R5
,
R3
,
LSR
#
8
RSBCC
R5
,
R5
,
R3
,
LSR
#
8
[
DebugXg
[
DebugXg
...
...
s/FileCore31
View file @
bfa71eec
...
@@ -122,14 +122,14 @@ NewClaimFree ROUT
...
@@ -122,14 +122,14 @@ NewClaimFree ROUT
TEQS
R5
,
#
0
TEQS
R5
,
#
0
TEQEQS
R4
,
#
0
TEQEQS
R4
,
#
0
BEQ
%FT06
;end of list marker found
BEQ
%FT06
;end of list marker found
MOVS
R5
,
R5
,
LSR
#
9
;link bits
MOVS
R5
,
R5
,
LSR
#
9
;link bits
from word 1 bits 9-31
|
|
LDRB
R4
,
[
R8
]
;index in dir
LDRB
R4
,
[
R8
]
;index in dir
LDRB
R0
,
[
R8
,#
1
]
;sharing offset in frag
LDRB
R0
,
[
R8
,#
1
]
;sharing offset in frag
LDR
R5
,
[
R8
],#
4
LDR
R5
,
[
R8
],#
4
TEQS
R5
,
#
0
TEQS
R5
,
#
0
BEQ
%FT06
;end of list marker found
BEQ
%FT06
;end of list marker found
MOVS
R5
,
R5
,
LSR
#
17
;link bits
MOVS
R5
,
R5
,
LSR
#
17
;link bits
from bits 17-31
]
]
ADDCS
R5
,
R5
,
R3
,
LSR
#
8
ADDCS
R5
,
R5
,
R3
,
LSR
#
8
RSBCC
R5
,
R5
,
R3
,
LSR
#
8
RSBCC
R5
,
R5
,
R3
,
LSR
#
8
...
...
s/InitDieSvc
View file @
bfa71eec
...
@@ -382,8 +382,7 @@ InitEntry ROUT ; NO REENTRANCY CHECK NEEDED
...
@@ -382,8 +382,7 @@ InitEntry ROUT ; NO REENTRANCY CHECK NEEDED
[
DynamicMaps
[
DynamicMaps
; if we're using dynamic areas for the free space maps, then the
; if we're using dynamic areas for the free space maps, then the
; map for each configured drive is created as a dynamic area, with
; map for each configured drive is created as a dynamic area
; a maximum size of 4096K
SUB
SP
,
SP
,
#
256
+
4
SUB
SP
,
SP
,
#
256
+
4
...
...
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