dirkwhoffmann / Moira

A Motorola 68000 emulator written in C++
https://dirkwhoffmann.github.io/Moira
Other
109 stars 13 forks source link

added bartmans disassembler and a simple cmd line interface #11

Closed mithrendal closed 2 years ago

mithrendal commented 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