20 lines
266 B
Plaintext
20 lines
266 B
Plaintext
; BIOS
|
|
section RESET load 8000
|
|
section SERIAL
|
|
|
|
; BIOS Interface and Utilities
|
|
section BIOSINT
|
|
|
|
; BUZBEE Monitor
|
|
section BUZBEE
|
|
section BBHASHES
|
|
|
|
; Onboard programs
|
|
section MEMTEST load 9000
|
|
|
|
; Static Data
|
|
section VECTORS high 100000
|
|
section VERSION high
|
|
|
|
entry 8000
|