Search found 1 match

by watermelon
Tue May 25, 2021 4:11 pm
Forum: Programming
Topic: comparing 16 bit numbers
Replies: 17
Views: 12953

Re: comparing 16 bit numbers

The AVR202 [1] explains the implementation of 16-bit arithmetic in the Assembler language of the 8-bit AVR microcontroller: Simple subroutines extendable to 32 bits or any data word length. Code density and processing speed are comparable with 16-bit microcontrollers. There is a running example code ...