Here we go again...
1) Get the update for PBP 2.50A. Handles LONG (31 bit variables, +/- 2,000,000,000)
2) Split the variable up the hard way...
original var1 = $1
original var2 = $fbd0
Add a small subroutine in your program to make it so that each word 'handles' 4 digits, so you end up with:
varhigh var word 'in this case it will be 0
varmed var word 'in this case should end up with 0013
varlow var word 'in this case should end up with 0000
Shouldn't be THAT hard.
Bookmarks