"s/ARM600" did not exist on "53da419a39cfe088ca200b71658997fad3175020"
GetAll 4.87 KB
Newer Older
Neil Turton's avatar
Neil Turton committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
; Copyright 1996 Acorn Computers Ltd
;
; Licensed under the Apache License, Version 2.0 (the "License");
; you may not use this file except in compliance with the License.
; You may obtain a copy of the License at
;
;     http://www.apache.org/licenses/LICENSE-2.0
;
; Unless required by applicable law or agreed to in writing, software
; distributed under the License is distributed on an "AS IS" BASIS,
; WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
; See the License for the specific language governing permissions and
; limitations under the License.
;
; > GetAll

        GET     Hdr:ListOpts
        GET     Hdr:Macros
        GET     Hdr:System
20
        GET     Hdr:CPU.Arch
Neil Turton's avatar
Neil Turton committed
21
        GET     Hdr:Machine.<Machine>
22
        GET     Hdr:HALSize.<HALSize>
Neil Turton's avatar
Neil Turton committed
23
        GET     Hdr:ImageSize.<ImageSize>
24
        GET     Hdr:UserIF.<UserIF>
Neil Turton's avatar
Neil Turton committed
25 26 27 28 29 30
        $GetCPU
        $GetIO
        $GetMEMC
        $GetMEMM
        $GetVIDC

31
        GET     hdr.Options
32

Neil Turton's avatar
Neil Turton committed
33 34 35 36
; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
; now get the headers
; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

37

Neil Turton's avatar
Neil Turton committed
38 39
        GET     Hdr:CMOS
        GET     Hdr:Heap
40 41
        GET     Hdr:PublicWS
        GET     Hdr:KernelWS
42
        GET     Hdr:HALEntries
Ben Avison's avatar
Ben Avison committed
43
        GET     Hdr:HALDevice
44
        GET     Hdr:RTCDevice
45
        GET     Hdr:OSEntries
Neil Turton's avatar
Neil Turton committed
46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
        GET     Hdr:Services
        GET     Hdr:FSNumbers
        GET     Hdr:HighFSI
        GET     Hdr:NewErrors
        GET     Hdr:Proc
        GET     Hdr:Sprite
        GET     Hdr:KeyWS
        GET     Hdr:RS423
        GET     Hdr:ModHand
        GET     Hdr:Variables
        GET     Hdr:EnvNumbers
        GET     Hdr:UpCall
        GET     Hdr:Sound
        GET     Hdr:Pointer
        GET     Hdr:Podule
        GET     Hdr:VduExt
        GET     Hdr:Buffer
        GET     Hdr:Font
        GET     Hdr:DevNos
        GET     Hdr:Territory
        GET     Hdr:Portable
        GET     Hdr:MsgTrans
        GET     Hdr:PaletteV
Kevin Bracey's avatar
Kevin Bracey committed
69
        GET     Hdr:GraphicsV
Neil Turton's avatar
Neil Turton committed
70 71 72
        GET     Hdr:Wimp
        GET     Hdr:ColourTran
        GET     Hdr:Debug
73
        GET     Hdr:nvram
74
        GET     Hdr:PortMan
Neil Turton's avatar
Neil Turton committed
75 76 77 78 79
        GET     s.PMF.DEF          ; Common with 6502 code in the keyboard
        Protocol

; now the main parts of the MOS

80 81
        GET     hdr.Copro15ops ; some macros
        GET     hdr.ARMops
Neil Turton's avatar
Neil Turton committed
82

Neil Turton's avatar
Neil Turton committed
83
        GET     s.Kernel
84
        $GetFlashROM
85
        GET     s.ARMops
Neil Turton's avatar
Neil Turton committed
86 87 88 89 90 91 92 93
        GET     s.NewIRQs
        GET     s.Oscli
        GET     s.SysComms
        GET     s.HeapMan
        GET     s.ModHand
        $GetUnsqueeze
        GET     s.ArthurSWIs
        GET     s.ChangeDyn
94
        $GetHAL
Neil Turton's avatar
Neil Turton committed
95
        GET     s.Arthur2
96
        GET     s.LibKern
Neil Turton's avatar
Neil Turton committed
97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112
        GET     s.Utility
        GET     s.MoreComms
        GET     s.Convrsions
        GET     s.MoreSWIs
        GET     s.ExtraSWIs
        GET     s.HeapSort
        GET     s.Arthur3
        GET     s.SWINaming
        GET     s.TickEvents
        $GetKbdRes
        GET     s.NewReset
        $GetMessages
        GET     s.Middle
        GET     s.Super1
        $GetKernelMEMC
        $GetMemInfo
113
        ! 0, "Main kernel size = &" :CC: :STR: (.-KernelBase)
Neil Turton's avatar
Neil Turton committed
114
StartOfVduDriver
115
        GET     s.vdu.vduhint
Neil Turton's avatar
Neil Turton committed
116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132
        GET     s.vdu.VduDriver
        GET     s.vdu.VduSWIs
        GET     s.vdu.VduPalette
        $GetPalette
        GET     s.vdu.VduPlot
        GET     s.vdu.VduGrafA
        GET     s.vdu.VduGrafB
        GET     s.vdu.VduGrafC
        GET     s.vdu.VduGrafD
        GET     s.vdu.VduGrafE
        GET     s.vdu.VduGrafF
        GET     s.vdu.VduGrafG
        GET     s.vdu.VduGrafH
        GET     s.vdu.VduGrafI
        GET     s.vdu.VduGrafJ
        GET     s.vdu.VduGrafK
        GET     s.vdu.VduGrafL
Kevin Bracey's avatar
Kevin Bracey committed
133
        GET     s.vdu.VduGrafV
Neil Turton's avatar
Neil Turton committed
134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149
        GET     s.vdu.VduWrch
        GET     s.vdu.Vdu23
        GET     s.vdu.VduPointer
        GET     s.vdu.Vdu5
        GET     s.vdu.VduCurSoft
        GET     s.vdu.VduTTX

        GBLS    GiveMeBfontAnyDay
        [ BleedinDaveBell
GiveMeBfontAnyDay SETS "GET s.vdu.VduFontL1"
        |
GiveMeBfontAnyDay SETS "GET s.vdu.VduFont"
        ]

        $GiveMeBfontAnyDay

150
        ! 0, "Vdu section size = &" :CC: :STR: (.-StartOfVduDriver)
Neil Turton's avatar
Neil Turton committed
151 152 153 154 155 156 157 158

StartOfPMF
        GET     s.PMF.osinit
        GET     s.PMF.oseven
        GET     s.PMF.osbyte
        GET     s.PMF.osword
        GET     s.PMF.realtime
        GET     s.PMF.i2cutils
159
        GET     s.PMF.IIC
Neil Turton's avatar
Neil Turton committed
160 161 162 163 164 165
        GET     s.PMF.oswrch
        GET     s.PMF.buffer
        $GetKbdDrA1
        GET     s.PMF.key
        GET     s.PMF.mouse
        ALIGN
Kevin Bracey's avatar
Kevin Bracey committed
166 167 168
EndOfPMF

        ! 0, "PMF section size = &" :CC: :STR: (EndOfPMF - StartOfPMF)
Neil Turton's avatar
Neil Turton committed
169

Kevin Bracey's avatar
Kevin Bracey committed
170
 [ {FALSE}
Neil Turton's avatar
Neil Turton committed
171 172
StartOfAMB_beforealign
        ALIGN   4096                    ;align to 4k page boundary, for easy ROMpatch
Kevin Bracey's avatar
Kevin Bracey committed
173 174
 ]

Neil Turton's avatar
Neil Turton committed
175 176
StartOfAMB
        GET     s.AMBControl.AMB
Kevin Bracey's avatar
Kevin Bracey committed
177 178
EndOfAMB

179
        ! 0, "AMB section size = &" :CC: :STR: (EndOfAMB - StartOfAMB)
Kevin Bracey's avatar
Kevin Bracey committed
180

Neil Turton's avatar
Neil Turton committed
181
EndOfKernel
182
        DCD     0
Neil Turton's avatar
Neil Turton committed
183 184

        END