17 lines
219 B
Plaintext
17 lines
219 B
Plaintext
; BIOS
|
|
section RESET load 8000
|
|
section SERIAL
|
|
|
|
; BUZBEE Monitor
|
|
section BUZBEE
|
|
section BBHASHES
|
|
|
|
; Utility functions
|
|
section MEMTEST load 8800
|
|
|
|
; Static data
|
|
section VECTORS high 100000
|
|
section VERSION high
|
|
|
|
entry 8000
|