Skip to content

Fpdebug: Implement ReadRegisterasAddress for use with AVR

ccrause requested to merge ccrause/lazarus:fpdebug-readregisterasaddress into main

On AVR an address takes up 2 registers. This method allows a customized read method to build up a 16 bit address from 2 consecutive 8 bit registers.

Merge request reports