Warning

 

Close
Confirm Action

Are you sure you wish to do this?

Cancel Confirm
AR15.COM
3/20/2004 11:20:31 PM EDT
I just finished writing one for the Motorola 68K, as part of a CS team project. Of course (as usual), I wound up being the one doing all the coding. The solution involved using jump tables, & I finished it in under 2800 lines of code + comments. Definitely have a newfound respect for hardware design & compiler development!
3/20/2004 11:45:00 PM EDT
[#1]
What language did you write your dis-assembler in?
3/21/2004 12:09:39 AM EDT
[#2]
Motorola 68K. Apparently, it's still the most prolific out there, though Intel's ARM chip has outsold it since about '99.
3/21/2004 12:30:55 AM EDT
[#3]
When I used to write directly in machine language or used assembly language - it truly made me appreciate sleek compact efficient code.  I wrote an entire terminal program in under 2K.  I can't believe how bloated code is these days since we can have so much memory and hard drive space - sheesh!