Re: A86: how to print out intgers?


[Prev][Next][Index][Thread]

Re: A86: how to print out intgers?



In a message dated 97-10-23 02:46:33 EDT, you write:

> 
>  How does one print out integers (now that I've figured out strings and
>  chars) either in hex or base 10?
>  

In ASM86 III, there are several equates.  DispHL (not sure on caps, tho) will
display the # in AHL as a base 10 integer.  I've not seen any ROM routine to
display in hex, but I've just used a chart (not the best way, especially
because it doesn't work right - don't know why... ).  memview has a routine
to display hex #'s...

~Steve