Hi. Try upgrading to the current Version. This did the trick for me.
--
You received this message because you are subscribed to the Google Groups "RC2014-Z80" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rc2014-z80+...@googlegroups.com.
To view this discussion, visit https://groups.google.com/d/msgid/rc2014-z80/fe8647aa-31d2-485b-942e-200a7650997fn%40googlegroups.com.
In assembly the status is read and then left shifted to the carry bit, which is then tested as as part of the 'busy loop'. But reading the Hitachi LCD tech document, it seems the status is really just wait until 0. If that's the case, is the assembly "shift left and test carry" just the most efficient/convenient way to do it for assembler or is it the only way to detect the busy signal? That is, do I really need test against bitmasks or is a simple "test against 0" sufficient?
--
You received this message because you are subscribed to the Google Groups "RC2014-Z80" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rc2014-z80+...@googlegroups.com.
To view this discussion, visit https://groups.google.com/d/msgid/rc2014-z80/3f184e95-a8d1-4939-b0c3-6c65ade3b884n%40googlegroups.com.