ice00
Registered: Apr 2002 Posts: 54 |
Release id #196094 : JC64dis 0.8
hi,
the future 0.9 version of JC64dis (Next Generation C64 disassembler) will have many new features like 6 assemblers supported and an on the fly compilation back to binary.
I myself are using only DASM, so I'm not all aware of other assemblers syntax.
In this video you will see the new features explained with an example:
https://youtu.be/iF2y5Sgr5IY
If you want to test the current build (that will be update regularity: look always at the inside build date), it is stored in my server:
http://78.26.93.124/download/jc64dis_beta.zip
Source here: https://github.com/ice00/jc64
In particular the syntax for an assembler can be changed according to all the possibility available: for example I can use .byte, byte, dc.b, !byte, !8 ...
If you know that an assembler has other possibility from the one present in options, please report them for implementing correctly.
This stage of the program respect version 0.8 is from 3 months of day by day works on it.
It is probably at half the way for implementing all that is missing even if present into the menus, but eliminating the bugs in this stage could reduce the time for having it ready soon.
Thanks |