if I want to store 10.125 how is it done?
I have this:
ORG $1000
DN DC.L 10.125
END $400
and in the debug it is stored as:
00001000= 0000000A
That doesnt seem to be getting the fraction part in there. This is assembly 68k.