right now i have 19 stored as one value, and 4889 as another value
how would i divide a combination of the two (194889) by a number.
(ex: 19,4889 / 60)
without overloading registers?
right now i have 19 stored as one value, and 4889 as another value
how would i divide a combination of the two (194889) by a number.
(ex: 19,4889 / 60)
without overloading registers?
You would use the DIV32 function - fine example in the PBP manual...
Bookmarks