All I have been able to read (except datasheet) seem to use individual pins on the MPU as serial ports only. Is it possible to store the data on a port as a byte.
The data sheet appears to have a register attached to each 8bit port. if the port could be read, then moved to a register for processing, ie. add, mult, divide etc.
It would help me with my current project. Mnemonic instructions in the data sheet seem to do just that but I can find no reference how to use them in the Arduino referen
any help will be most appreciated.
Bill