What can I use to input and output 32 bit unsigned numbers to the console?
This works for Inputting signed numbers:
mov str1, input(" Enter MAX : ")
invoke atodw, str1I have written code to replace it. You can even use commas (,).
This works for outputting signed numbers:
print ustr$(eax),13,10I tried to cheat and use the above line of code plus other code. The result was humorous but not effective with all numbers. Back to the drawing board.
Thank you
Dan