66K Disassembler

Christopher Favreau

#16 ◈ 2025-06-29

Re: 66K Disassembler

I am getting the 66201 manual uploaded in PDF version . It has all of the opcodes bookmarked. Look in the OBD1 forum. I am also converting the 66207 incomplete manual to PDF....

Ed Gibson

#17 ◈ 2025-06-29

Re: 66K Disassembler

Fantastic. I gave up on converting it - my attempts produced some odd results & it didn't pick much text out at all 8o(

tuan

#18 ◈ 2025-06-29

Re: 66K Disassembler

Assembler question

What will result in acc of the following code.
LB A, r0 ; r0 -> Al DD = 0
L A, 06 ; Acc = ?

Thanks
Tony

Christopher Favreau

#19 ◈ 2025-06-29

Re: 66K Disassembler

I believe...

AL = 06

AH = Untouched

Somebody correct me if I am wrong.

nigel

#20 ◈ 2025-06-29

Re: 66K Disassembler

Please which is the disassembler for the 66x301
Is it the same as the 66201

[%sig%]

nigel

#21 ◈ 2025-06-29

Re: 66K Disassembler

Ignore last post,
I just loaded and run the 66201 one halfway down this post, and it says OKI 66K Disassembler for 66301/66201/66207 Processors.
Great work Doc!.

Dissassembed PW0mm.bin now I have to integrate Pelegri's dataloging code.
Still haven't found an assembler, I'll have to get help from a programmer mate.
Is there a 66301 assembler out there?

[%sig%]

blundar

#22 ◈ 2025-06-29

Re: 66K Disassembler

I think everyone has been assembling by hand...
I caution you that there are known problems with the disassembler that Doc wrote that involve handling the 16/8bit instructions that share a common opcode. DD status register, blah blah blah. I should make a FAQ entry about this.

Bottom line: try disassembling just the area of code you care about as opposed to the whole ROM. You'll have much more accurate results.

[%sig%]

nigel

#23 ◈ 2025-06-29

Re: 66K Disassembler

Thanks

[%sig%]

majdi

#24 ◈ 2025-06-29

Re: 66K Disassembler

How can we assemble back asm file to bin file? i give a try using asm66k.exe but it cannot run on win xp, any one have manual to used asm66k.exe to assemble back asm file to bin?

cloudasc

#25 ◈ 2025-06-29

Re: 66K Disassembler

I am not seeing the download links to download this assembler. Can someone re-upload the files or at least point me in the right direction? Thanks in advance!

EDIT: Nevermind, I found a copy of it on another site, but it would be nice to have the attachments show up for the original post.

dip

#26 ◈ 2025-06-29

Re: 66K Disassembler

majdi wrote:
How can we assemble back asm file to bin file? i give a try using asm66k.exe but it cannot run on win xp, any one have manual to used asm66k.exe to assemble back asm file to bin?
Send me your "asm" file, and if file is correct, i create bin file for you.