Files
RomWBW/Source/pSys/fill.asm
Wayne Warthen 71a8b2b177 Finalize p-System Implementation
- Implemented Extended BIOS functions
- p-System slices moved into partition
2023-01-16 15:41:21 -08:00

5 lines
99 B
NASM

#include "psys.inc"
.fill (8 * 1024) - loader_size - bios_size - boot_size - (512 * 3)
.end