-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for 'mul' instructions on for 68HC705 #127
Comments
I don't see that in the data sheets. Do you have a document that indicates there is such an opcode (for the part number you are using)? |
https://www.nxp.com/docs/en/data-sheet/MC68HC705P6A.pdf Never mind. I was thinking of the 68705 (sans HC). If you need one in a pinch you can drop a Define Constant Byte 0x42 to get you by. |
Ok; thank you. I'll try it. |
A macro would make it easy...
and usage... just use "mul" and it would look identical to an implemented instruction. |
That works great; thanks again. |
Hi there,
68705_test.asm (505): error: Unknown Mnemonic 'mul'.
Is mul supported?
Thanks for your help
The text was updated successfully, but these errors were encountered: