mirror of
https://github.com/Tolik-Trek/Crazy-Blaster.git
synced 2026-06-15 01:21:36 +03:00
25 lines
862 B
Plaintext
25 lines
862 B
Plaintext
|
|
;[--------------------------------------------------------------------------]
|
|
MACRO Set_Block text, blk_addr
|
|
.tmp equ $
|
|
BLOCK blk_addr-.tmp,#FF
|
|
DISPLAY text, /H, $-.tmp
|
|
ENDM
|
|
;[--------------------------------------------------------------------------]
|
|
ORG 0
|
|
DISPLAY '[ Building ROM for 1K30 ]'
|
|
OUTPUT 'Build/_SPRIN.BIN'
|
|
;PAGE 0
|
|
Set_Block 'ROM free space: ', #20000
|
|
|
|
;PAGE 8
|
|
INCBIN 'Build/CrazyBlaster.raw'
|
|
Set_Block 'EXP free space: ', #30000
|
|
|
|
;PAGE 12-15 (#0C, #0D, #0E, #0F)
|
|
INCBIN '../SP_Core/Build/Bin/LOADER_K30.BIN'
|
|
Set_Block 'Loader & Bitstream free space: ', #40000
|
|
;[--------------------------------------------------------------------------]
|
|
DISPLAY '[ Building ROM for 1K30 done ]'
|
|
;[--------------------------------------------------------------------------]
|
|
;'Build/Bin/LOADER_K30.BIN' |