OK sorted it data has to be in decimal!!
Arggh all my data for my large table is in $xx hex format, any way round that without converting it all?
OK sorted it data has to be in decimal!!
Arggh all my data for my large table is in $xx hex format, any way round that without converting it all?
It doesn't have to be in decimal.
But since the data is in assembly language, you need to use the assembly language format for hexadecimal numbers.
$ is for PBP.
0x is for ASM
DB 0x00,0x02,0x12,"WAmps"
Just do a search and replace.
DT
Bookmarks