PDA

View Full Version : 68k disassembler for OS X?




techfury90
Aug 5, 2004, 11:26 PM
I'm doing some coding for the TI-89 series graphing calcs, and their processor is a 68000 at 12 mhz. I kinda need a disassembler for this work, anyone know a good one?



NusuniAdmin
Aug 6, 2004, 12:38 AM
I'm doing some coding for the TI-89 series graphing calcs, and their processor is a 68000 at 12 mhz. I kinda need a disassembler for this work, anyone know a good one?

i used to know a 68k disassembler for os 9...ill look for it..maybe they have an x version

MisterMe
Aug 6, 2004, 08:08 AM
I'm doing some coding for the TI-89 series graphing calcs, and their processor is a 68000 at 12 mhz. I kinda need a disassembler for this work, anyone know a good one?Wouldn't a disassembler be a part of the development system?

techfury90
Aug 6, 2004, 12:13 PM
Most of the development stuff is for windows. I got the unix version of TIGCC to compile, which allows coding in 68k asm and C.