Search found 1 match
- Sun Feb 05, 2023 7:38 pm
- Forum: Programming
- Topic: ChatGPT: "Write a multiplication function in 6502 assembly"
- Replies: 10
- Views: 4692
Re: ChatGPT: "Write a multiplication function in 6502 assemb
I assume we're all aware that the code won't work as shown. Two consecutive STX's, claiming to be the high and low bytes of the second operand, are all I need to see. The fact that the 6502 has no B register is almost irrelevant, since it nowhere attempts to use a B register. Still, it's probably ...