When you multiply 2 constants together, they are actually multiplied at compile time. So, s_const = 500*1000 doesn't load the registers like you need it to.
At least 1 of the numbers needs to be a WORD sized variable.
<br>
When you multiply 2 constants together, they are actually multiplied at compile time. So, s_const = 500*1000 doesn't load the registers like you need it to.
At least 1 of the numbers needs to be a WORD sized variable.
<br>
DT
Bookmarks