Page 1 of 1

Handy colored M68k opcodes table

Posted: Sat Nov 06, 2010 10:54 pm
by GManiac
Hi,

http://www.emu-land.net/forum/index.php ... tach=28007
This xls is originally made by HardWareMan many years ago. Later I fixed it a bit, added constraints and groupped ops in second page (for example, SHIFTS, IMM ops, etc.), and then I marked with color differencies between groups and other ops to make differencies more noticeable.
Sorry, comments for now are in Rusisan only, I'm too lazy to translate them. If anyone like idea of this table, I can make translation.

stay safe,

GManiac

Posted: Sun Nov 07, 2010 7:33 am
by HardWareMan
Print this tables on A3 in color. Very helpfull, specially for beginners.
Image

Posted: Sun Nov 07, 2010 9:30 am
by TmEE co.(TM)
This is pretty useful, I could understand most of the comments with my crappy Russian too ^^

Posted: Sun Nov 07, 2010 11:42 am
by GManiac
HardWareMan wrote:Print this tables on A3 in color. Very helpfull, specially for beginners.
Image
LOL. Good idea.
This is pretty useful, I could understand most of the comments with my crappy Russian too ^^
I made marking 2.5 years ago, I should post this table at this forum much earlier, heh.

Posted: Mon Nov 08, 2010 2:02 pm
by notaz
Hm, are those bitfields there to make it look cool or are you coding just with a hex editor?

Posted: Mon Nov 08, 2010 7:59 pm
by GManiac
What do you mean? Originally, I used this table to write my own disassembler. I wrote it:
- for fun
- for my own purposes
- for some reason, which I wont't designate.

Posted: Tue Nov 09, 2010 3:33 am
by HardWareMan
Also it very usefull for writing your own M68K emulator or fixing existing one. Or even catch a bug in already wroten. For example, GENS debugger has many bugs in disassembler listing. ;)