LF: Request for an asm program


[Prev][Next][Index][Thread]

LF: Request for an asm program



Can anyone please write me a fargo program that does the following:

tkes a 3 digit hexs number ie "fff"
converts it to a twelve bit binary (4 digits each number)
f=1111
so the twelve bit would be
"111111111111"
  | |
then drop the first two bits
and get the 10 digit binary
and then convert it to decimal
so fff=1023

im ataching a windows95 program if anyone wats to do this so they can check
the result

ps u need the vb32 runtime





CONVERT.ZIP


Follow-Ups: