0 Members and 2 Guests are viewing this topic.
Because in Axe, the ' token means that you are in Hex, and 0A in Hex = 10 in Dec . Currently the only way to store data into Ram is by Hex, like this:[010AFF]->Str1which ends up looking like this in Ram{1,10,255}Hopefully in the future you will be able to input data like this as well But no matter how you put the data in, it is always extracted as Decimal.
L1: Asm(21788411E389010900EDB0) \ Asm(21E389E7EFF1421A4F131A4713131321959D0B0BEDB0)L2: Asm(21788411448D010900EDB0) \ Asm(21448DE7EFF1421A4F131A4713131321959D0B0BEDB0)