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
Timothy E Baldwin
Wimp
Commits
987daf08
Commit
987daf08
authored
Mar 10, 2012
by
Robert Sprowson
Browse files
Two magic numbers swapped to defines.
Retagged as Wimp-5_14.
parent
d6ddcbac
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
s/Wimp01
s/Wimp01
+2
-2
s/Wimp02
s/Wimp02
+2
-2
No files found.
s/Wimp01
View file @
987daf08
...
...
@@ -2390,8 +2390,8 @@ WimpWriteDir_Code
Pull
"PC"
,
HI
MOV
r0
,#-
1
SWI
XTerritory_WriteDirection
MOVVS
R0
,#
0
TST
R0
,#
1
MOVVS
R0
,#
WriteDirection_LeftToRight
TST
R0
,#
WriteDirection_RightToLeft
SUBNE
R2
,
R2
,#
1
LDR
R12
,[
R12
]
; get workspace pointer!
STR
R2
,
writeabledir
...
...
s/Wimp02
View file @
987daf08
...
...
@@ -333,8 +333,8 @@ initfirsttask
;
MOV
R0
,#-
1
SWI
XTerritory_WriteDirection
MOVVS
R0
,#
0
TST
R0
,#
1
MOVVS
R0
,#
WriteDirection_LeftToRight
TST
R0
,#
WriteDirection_RightToLeft
MOVNE
R0
,#-
1
MOVEQ
R0
,#
0
STR
R0
,
writeabledir
...
...
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