0 Members and 2 Guests are viewing this topic.
This is a bit off topic, but:Program editor? Did you make an on-calc IDE? Can I have a link?
The signed multiplication is performed using the high byte as the integer part and the low byte as the decimal part returning a number in the same format.
QuoteThe signed multiplication is performed using the high byte as the integer part and the low byte as the decimal part returning a number in the same format.I don't do too much lower level programming, so from what I know this sounds like decimal-multiplication. Which would be extremely useful. My question is, which byte is the high byte? The first one?