Page 1 of 1

where can we find 6800x opcode table online?

Posted: Sun Feb 06, 2022 3:44 pm
by nitrofurano
while i have found these ones:
- https://clrhome.org/table/ (z80)
- https://www.pastraiser.com/cpu/i8080/i8080_opcodes.html (8080)
- https://www.masswerk.at/6502/6502_instruction_set.html (6502)
- https://www.pastraiser.com/cpu/gameboy/ ... codes.html (lr35902)
- https://pastraiser.com/cpu/i8088/i8088_opcodes.html (8088)
and etc., i'm struggling to find the same about 68000 and 68008 - where can we find them?

Re: where can we find 6800x opcode table online?

Posted: Sun Feb 06, 2022 4:24 pm
by NormanDunbar
EDITED: Fixed appendix and page number.

https://www.nxp.com/files-static/archiv ... 000PRM.pdf Appendix A, page A-12.

Cheers,
Norm.

Re: where can we find 6800x opcode table online?

Posted: Sun Feb 06, 2022 4:41 pm
by nitrofurano
found no apendix 12 there.... - wouldn't it be that chapter 8.2 instead?
thanks! :)

Re: where can we find 6800x opcode table online?

Posted: Sun Feb 06, 2022 5:43 pm
by NormanDunbar
Sorry, Appendix A, page A-12. I'll fix my previous posting.

Cheers,
Norm.

Re: where can we find 6800x opcode table online?

Posted: Sun Feb 06, 2022 6:33 pm
by nitrofurano
thanks! A-12 looks more as an opcode glossary, what i was looking for was more like what we find at 8-5 - but thanks anyway, the information there (more at 8-5, and A-12 as complement) is really useful!

Re: where can we find 6800x opcode table online?

Posted: Sun Feb 06, 2022 7:13 pm
by mfro

Re: where can we find 6800x opcode table online?

Posted: Sun Feb 06, 2022 8:36 pm
by NormanDunbar
nitrofurano wrote:thanks! A-12 looks more as an opcode glossary, what i was looking for was more like what we find at 8-5 - but thanks anyway, the information there (more at 8-5, and A-12 as complement) is really useful!
I thought, from the thread title, you were looking for just a table listing the opcodes. But, as you have found, chapter 8 has all the details.

Also, there's a half decent introductionto QL Assembly Programming at https://github.com/NormanDunbar/QLAssem ... nguage.pdf and som QL based Assembly Language eMagazines at https://github.com/NormanDunbar/QLAssem ... e/releases if you are interested. ;)

Cheers,
Norm.

Re: where can we find 6800x opcode table online?

Posted: Mon Feb 07, 2022 8:29 pm
by nitrofurano
thanks! :)