A86: hex text ATTN: Adam Pritchard
[Prev][Next][Index][Thread]
A86: hex text ATTN: Adam Pritchard
I have a prog called 86p2hex. I dont know if any one else can get it to work
but I can't. At least I don't think I can. but anyway. Hex is all just a
bunch of numbers and letters grouped at 4 per line? but what about text? how
come when I convert this asm prog:
#include "ti86asm.inc"
.org _asm_exec_ram
text:
.db "A86 is FUN"
.end
and I put it in HEX I dont find the text written in the HEX anywhere? all I
find is a bunch of numbers. is my text in there or not?
This is the hex code:
4138
3620
6973
2046
554E
Where is the text?
Thanks,
BlAsTo1414
Follow-Ups: