Greetings,

Looks like there's a bug in lcd_sterm_master.jal:__term_byte().
Specifically:

     -- Get 'command' through carry
     asm rlf command1,f

there need to be protected with something like:

asm bank rlf command1,f

otherwise the compiler isn't guaranteed to have the correct bank bits
set.

--kyle

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