1: /*
2: * Copyright (c) 1982, 1986 Regents of the University of California.
3: * All rights reserved. The Berkeley software License Agreement
4: * specifies the terms and conditions for redistribution.
5: *
6: * @(#)rpb.s 7.1 (Berkeley) 6/5/86
7: */
8:
9: /*
10: * This has to get loaded first (physical 0) as 780 memory restart rom
11: * only looks for rpb on a 64K page boundary (doc isn't wrong,
12: * it never says what size "page boundary" rpb has to be on).
13: */
14: .globl _rpb
15: _rpb:
16: .space 508
17: erpb:
18: .space 4
Defined functions
_rpb
declared in line
14; defined in line
15; used 1 times
erpb
defined in line
17;
never used