Use rgbasm -h to use halt without nops.

This commit is contained in:
yenatch 2014-05-31 00:39:09 -07:00
parent f59f03c685
commit d424eb4438
2 changed files with 2 additions and 5 deletions

View file

@ -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