Skip to content

Commit

Permalink
nes.mk: Generate second disassembly with address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ejona86 committed Apr 11, 2020
1 parent 302eead commit 9db0d2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nes.mk
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ build/%.s: %.bin %.info Makefile | build
# Strip off the first two lines of header, which contain variable
# information; they cause merge conflicts
da65 -i $(word 2,$^) $< | tail -n +3 > $@
da65 -i $(word 2,$^) --comments 2 $< > $(basename $@).v2.s

clean:
[ ! -d build/ ] || rm -r build/
Expand Down

0 comments on commit 9db0d2e

Please sign in to comment.