mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
Use rgbasm -h to use halt without nops.
This commit is contained in:
parent
f59f03c685
commit
d424eb4438
2
Makefile
2
Makefile
|
@ -50,7 +50,7 @@ $(all_obj): $$*.tx $$(patsubst %.asm, %.tx, $$($$*_dep))
|
|||
@$(gfx) 2bpp $(2bppq); $(eval 2bppq :=)
|
||||
@$(gfx) 1bpp $(1bppq); $(eval 1bppq :=)
|
||||
@$(pic) compress $(picq); $(eval picq :=)
|
||||
rgbasm -o $@ $*.tx
|
||||
rgbasm -h -o $@ $*.tx
|
||||
|
||||
|
||||
link := rgblink -n $*.sym -m $*.map
|
||||
|
|
Loading…
Reference in a new issue