Hi Kyle,

Thanks for pointing this out.
Eur doesn't seem to be reading here which brings up the question how
to proceed from here.
Maybe you can make the required change. If it is only adding bank to
the 3 occurances of rlf, then I'll be hapy to modify this too.

Joep

2012/4/7 zmafoox <[email protected]>:
> 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.
>

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