Tagged Questions

0
votes
1answer
40 views

m68k Hex to Decimal not working right

I'm writing a small OS for a M68k computer that I'm developing, and I've ran into a little issue. I need to be able to show the user a hexadecimal value (say $1F) in decimal (31.) I've written the ...