nss/login: move the PSA to .bss
[hvf.git] / nss / login / psa.s
blobc7d807adcc421300a3a81e417894094dfe7441de
1 /*
2 * Copyright (c) 2007-2019 Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
4 * Permission is hereby granted, free of charge, to any person obtaining a copy
5 * of this software and associated documentation files (the "Software"), to deal
6 * in the Software without restriction, including without limitation the rights
7 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8 * copies of the Software, and to permit persons to whom the Software is
9 * furnished to do so, subject to the following conditions:
11 * The above copyright notice and this permission notice shall be included in
12 * all copies or substantial portions of the Software.
14 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
17 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
19 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
20 * SOFTWARE.
23 .bss
24 .org 0x120
25 .globl psw_rst_old
26 psw_rst_old:
28 .org 0x130
29 .globl psw_ext_old
30 psw_ext_old:
32 .org 0x140
33 .globl psw_svc_old
34 psw_svc_old:
36 .org 0x150
37 .globl psw_prg_old
38 psw_prg_old:
40 .org 0x160
41 .globl psw_mch_old
42 psw_mch_old:
44 .org 0x170
45 .globl psw_io_old
46 psw_io_old:
48 .org 0x1a0
49 .globl psw_rst_new
50 psw_rst_new:
52 .org 0x1b0
53 .globl psw_ext_new
54 psw_ext_new:
56 .org 0x1c0
57 .globl psw_svc_new
58 psw_svc_new:
60 .org 0x1d0
61 .globl psw_prg_new
62 psw_prg_new:
64 .org 0x1e0
65 .globl psw_mch_new
66 psw_mch_new:
68 .org 0x1f0
69 .globl psw_io_new
70 psw_io_new: