Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hi! Thanks for this tool, it's getting better all the time. One little tweak I'd love to see is to have only one space between the opcode and data, instead of two. Great work, it works really well!

Thanks.

I will add an option in next version

ok, there is a little trick in this.

Actually it is already used 1 char of separator for the longest possible opcode that is NOOP (undocumented), so all the others get 2 chars for having the right alignment (this is why 2 was the min allowed).

In this case I will have to "force" that when 1 char is used, NOOP potentially will break the aligment (but this will not be a problem as it not have operands) and comments should adjust themself.

Ok, some NOOP has operands, however implementation works