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