Comments

Log in with itch.io to leave a comment.

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

(2 edits)

Very feature full yet still very promising. Is there a place like a Discord channel where people can talk & ask questions?

(+1)

hi,

you have to open the block comment and delete the contents. On saving the program will remove the comment.


Just created one: https://discord.com/channels/917434373442269204/917434373442269207

Thanks. Link doesn't work. I think if you provided an "invite link" it would work.

(+1)

https://discord.gg/8br52Wv6KE

This is a great tool. Is there a way to stop it detecting the SID frequency tables? Or at least to allow the labels and comments to be deleted? It's very annoying to have labels and comments that can't be deleted no matter how hard you try.

Options added in git source. Will be available in 1.6 version. Thanks

Thanks Stefano!

Wow ... I am impressed. Trying to run it on a M1 Mac and it seems to work...  Trying to find my way through the UI now.

Good. Thanks

Nice update!

Thanks.

Near to come the support for patching the memory while disassembling

Expect version 0.8 soon (being testing right now). Version 0.7 has a (wrong) 20KB limit instead of 65KB in input file.


Added even new features..