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
Render
Super
Commits
6d398a62
Commit
6d398a62
authored
Jun 05, 2000
by
Stewart Brodie
Browse files
32-bit compatible.
Version 0.11. Tagged as 'Super-0_11'
parent
c52ee59d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
26 additions
and
22 deletions
+26
-22
VersionASM
VersionASM
+10
-10
VersionNum
VersionNum
+9
-9
s/Super
s/Super
+7
-3
No files found.
VersionASM
View file @
6d398a62
;
;
; This file is automatically maintained by srccommit, do not edit manually.
; This file is automatically maintained by srccommit, do not edit manually.
;
;
GBLS
Module_MajorVersion
GBLS
Module_MajorVersion
GBLA Module_Version
GBLA Module_Version
GBLS
Module_MinorVersion
GBLS
Module_MinorVersion
GBLS
Module_Date
GBLS
Module_Date
GBLS
Module_FullVersion
GBLS
Module_FullVersion
Module_MajorVersion
SETS "0.1
0
"
Module_MajorVersion
SETS "0.1
1
"
Module_Version SETA 1
0
Module_Version SETA 1
1
Module_MinorVersion
SETS
""
Module_MinorVersion
SETS
""
Module_Date
SETS "02 Nov 1999
"
Module_Date
SETS "05 Jun 2000
"
Module_FullVersion SETS "0.1
0
"
Module_FullVersion SETS "0.1
1
"
END
END
VersionNum
View file @
6d398a62
/* (0.1
0
)
/* (0.1
1
)
*
*
* This file is automatically maintained by srccommit, do not edit manually.
* This file is automatically maintained by srccommit, do not edit manually.
*
*
*/
*/
#define Module_MajorVersion_CMHG
0.1
0
#define Module_MajorVersion_CMHG
0.1
1
#define Module_MinorVersion_CMHG
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG
02 Nov 1999
#define Module_Date_CMHG
05 Jun 2000
#define Module_MajorVersion
"0.1
0
"
#define Module_MajorVersion
"0.1
1
"
#define Module_Version 1
0
#define Module_Version 1
1
#define Module_MinorVersion
""
#define Module_MinorVersion
""
#define Module_Date
"02 Nov 1999
"
#define Module_Date
"05 Jun 2000
"
#define Module_FullVersion "0.1
0
"
#define Module_FullVersion "0.1
1
"
s/Super
View file @
6d398a62
...
@@ -65,7 +65,6 @@ Module_BaseAddr
...
@@ -65,7 +65,6 @@ Module_BaseAddr
GET
Hdr:ModHand
GET
Hdr:ModHand
GET
Hdr:FSNumbers
GET
Hdr:FSNumbers
GET
Hdr:NewErrors
GET
Hdr:NewErrors
; GET Hdr:Draw
GET
Hdr:NDRDebug
GET
Hdr:NDRDebug
GET
Hdr:MsgTrans
GET
Hdr:MsgTrans
...
@@ -91,20 +90,25 @@ MySWIBase * SuperSamplerSWI_Base
...
@@ -91,20 +90,25 @@ MySWIBase * SuperSamplerSWI_Base
DCD
MySWIDecode
-
Module_BaseAddr
DCD
MySWIDecode
-
Module_BaseAddr
DCD
MySWINames
-
Module_BaseAddr
DCD
MySWINames
-
Module_BaseAddr
DCD
0
DCD
0
[
:LNOT:
No32bitCode
DCD
0
DCD
0
DCD
MyFlags
-
Module_BaseAddr
]
Title
=
"SuperSample"
,
0
Title
=
"SuperSample"
,
0
Helpstr
=
"SuperSample"
,
9
,
"
$Module_MajorVersion
$Module_MinorVersion
(
$Module_Date
)"
,
0
Helpstr
=
"SuperSample"
,
9
,
"
$Module_MajorVersion
$Module_MinorVersion
(
$Module_Date
)"
,
0
ALIGN
ALIGN
[
:LNOT:
No32bitCode
MyFlags
DCD
ModuleFlag_32bit
]
;;----------------------------------------------------------------------------
;;----------------------------------------------------------------------------
;; SWI decoding
;; SWI decoding
;;----------------------------------------------------------------------------
;;----------------------------------------------------------------------------
MySWIDecode
MySWIDecode
TEQP
PC
,#
SVC_mode
; re-enable interrupts!!!
CLRPSR
I_bit
+
F_bit
,
R0
; re-enable interrupts!!!
;
LDR
R12
,[
R12
]
; R12 --> workspace
LDR
R12
,[
R12
]
; R12 --> workspace
CMP
R11
,#
maxSWI
CMP
R11
,#
maxSWI
ASSERT
(
MySWITable
-
.
=
8
)
; table must follow
ASSERT
(
MySWITable
-
.
=
8
)
; table must follow
...
...
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