; 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. ; ; -*- Mode: Assembler -*- ;* Shared library kernel: unshared (Brazil/Arthur) version ;* Lastedit: 22 Feb 90 15:47:53 by Harry Meekings * ; ; Copyright (C) Acorn Computers Ltd., 1988. ; GBLL Brazil_Compatible GBLS Calling_Standard GBLL ModeMayBeNonUser GBLL SharedLibrary GBLL DDE Brazil_Compatible SETL {TRUE} Calling_Standard SETS "APCS_U" ModeMayBeNonUser SETL {FALSE} SharedLibrary SETL {FALSE} DDE SETL {TRUE} GET h_regs.s GET h_brazil.s GET h_objmacro.s Module kernel AREA |K$$Data|, DATA GET kernel/k_data.s AREA |K$$Code|, CODE, READONLY GET kernel/k_init.s LNK kernel/k_body.s