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.
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