felipesanches / AnotherWorld_VMTools

Toolchain for software development targeting the virtual machine originally designed for Eric Chahi's Another World game.
21 stars 2 forks source link

Do not output unnecessary labels #17

Closed felipesanches closed 2 years ago

felipesanches commented 2 years ago

The current implementation give labels to the first address of every code-block.

But only entry points and addresses referenced by instructions such as JMP or CALL should have labels.