18 lines
246 B
Plaintext
18 lines
246 B
Plaintext
; BIOS
|
|
section RESET load 8000
|
|
section SERIAL
|
|
|
|
; BIOS Interface and Utilities
|
|
section BIOSINT load 8800
|
|
section MEMTEST
|
|
|
|
; BUZBEE Monitor
|
|
section BUZBEE
|
|
section BBHASHES
|
|
|
|
; Static Data
|
|
section VECTORS high 100000
|
|
section VERSION high
|
|
|
|
entry 8000
|