> In the conversion from BYTE to ascii scope, you need to
> extract the 3
> digits of that byte. It may be achieved like this:
> (assuming the value is in W)
> 
>[...]
> 27 instructions; this code was made from an original code
> from Scott
> Dattalo.

That's a nice one... But it isn't really that easy to understand for assembler 
novices. And it does not fit very good into the current print lib. For now, we 
have one universal procedure that is used for outputting bytes, words and 
dwords, both signed and unsigned. It can not be the optimal solution for bytes, 
of course, but it avoids duplicate code when outputting different types of 
variables.

I'll first try to optimize that universal procedure, if this does not work good 
enough I'll think about some other solution.

Greets,
Kiste


-- 
You received this message because you are subscribed to the Google Groups 
"jallib" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/jallib?hl=en.

Reply via email to