0 Members and 2 Guests are viewing this topic.
Call ConvRStr ;Converts a decimal string into hex and stores it to BCld a,cld (curRow),aCall ConvRStrld a,cld (curCol),aret
This is used in my BASIC ReCode project to convert real number strings into hexInputs: HL is the pointer to the real string (or the byte before)Output: (86ECh) has the converted value --This will likely change, but for now it is this BC contains the converted value HL points to the byte after the string
Okay, thanks! I think that I will post any other problems I run into, here.
Quote from: Xeda112358 on November 14, 2010, 03:35:55 pmOkay, thanks! I think that I will post any other problems I run into, here.Why don't you post them in Recode Thread, just asking :s