cross platform X68000 disassembler (Human68k, Windows, Linux)
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
vampirefrog a33454c2c8 pointer size fixes for arm64, thanks to UD2 in the #x68000 chat 1 year ago
include initial dis.w32 by rururutan, in Shift_JIS 5 years ago
src pointer size fixes for arm64, thanks to UD2 in the #x68000 chat 1 year ago
.gitignore gitignore 5 years ago
ChangeLog.txt initial dis.w32 by rururutan, in Shift_JIS 5 years ago
GPL.TXT initial dis.w32 by rururutan, in Shift_JIS 5 years ago
README.DOC initial dis.w32 by rururutan, in Shift_JIS 5 years ago
README.W32 initial dis.w32 by rururutan, in Shift_JIS 5 years ago
README.md more README formatting fixes 5 years ago
dis.sublime-project README and sublime project 5 years ago
dis_option.1 initial dis.w32 by rururutan, in Shift_JIS 5 years ago
labelfile.5 initial dis.w32 by rururutan, in Shift_JIS 5 years ago
table.doc initial dis.w32 by rururutan, in Shift_JIS 5 years ago
tablefile.5 initial dis.w32 by rururutan, in Shift_JIS 5 years ago

README.md

Source code generator for X680x0 version 3.16

Copyright (C)1989-1992 K.Abe
Copyright (C)1994-1997 R.ShimiZu
Copyright (C)1997-2010 Tachibana

I've taken the rururutan code and made it work on a 64-bit target.

Documentation

Compiling on 64-bit linux

cd src
make -f ports/Makefile_Linux

You can also install in /usr/local/bin:

make -f ports/Makefile_Linux install