mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 22:13:13 -06:00
11 lines
316 B
NASM
11 lines
316 B
NASM
;
|
|
;==================================================================================================
|
|
; FILLER FOR HBIOS PROXY, JUST A 256 BYTE FILLER
|
|
;==================================================================================================
|
|
;
|
|
#INCLUDE "std.asm"
|
|
;
|
|
.FILL HBX_SIZ,0FFH
|
|
;
|
|
.END
|