V
V
Vadimm10012018-05-06 19:20:22
Microcontrollers
Vadimm1001, 2018-05-06 19:20:22

How to split numbers in assembler in AVR?

And how can one implement division of numbers with a fractional point?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
alexalexes, 2018-05-06
@alexalexes

Dividing two numbers at the micro level is a whole science.
Read books .

V
vanyamba-electronics, 2018-05-07
@vanyamba-electronics

Any number in binary form can be represented as a number series:
The essence of the division algorithm is to divide one number series into another number series.
Implement the algorithm in any convenient high-level language, and then easily rewrite it in assembler.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question