Hi there,
as the title says, i want to get information about a computation of the ALU. Are these register/s available for teensyduino - or can i find these register/s in the datasheet for teensy 3.x?
Why i want this register/s?
I want to write dimming functions on my own (too learn and so on - do not come with what ever libraries please
) and i'd like to check a variable to have an overflow or an underflow.
On simple 8-bit MCUs, like e.g. 16F-family of microchip, the simplest way is to check the Carry Flag in the status register of the ALU.
How this can simply done in C - or how i can access/find this register?
Thanks,
Greetings,
Welocs.
as the title says, i want to get information about a computation of the ALU. Are these register/s available for teensyduino - or can i find these register/s in the datasheet for teensy 3.x?
Why i want this register/s?
I want to write dimming functions on my own (too learn and so on - do not come with what ever libraries please
On simple 8-bit MCUs, like e.g. 16F-family of microchip, the simplest way is to check the Carry Flag in the status register of the ALU.
How this can simply done in C - or how i can access/find this register?
Thanks,
Greetings,
Welocs.