> > How do u display the value of a variable? > > Don't know. I think you'll be able to by cutting it into several bytes > and then print them ? Maybe... Use rst 10h to find the variable and then move it's contents to OP1 (call _mov10b) to print it.