Closed mithrendal closed 2 years ago
Hi @dirkwhoffmann I created a new folder for the disassembler of @BartmanAbyss to your repo and I added a simple cmd line interface to it ...
I also checked in the precompiled js file so you have not to bother with the type script compiler.
you can use it like this from cmd shell
node dasm.js 0x1234 0x4567 movea.w -(sp),a2
0x1234
0x4567
movea.w -(sp),a2
Hi @dirkwhoffmann I created a new folder for the disassembler of @BartmanAbyss to your repo and I added a simple cmd line interface to it ...
I also checked in the precompiled js file so you have not to bother with the type script compiler.
you can use it like this from cmd shell
node dasm.js
0x1234
0x4567
movea.w -(sp),a2