]> git.sur5r.net Git - cc65/commit
For bit fields contained within single bytes, try to do character operations
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 30 Aug 2009 09:01:04 +0000 (09:01 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 30 Aug 2009 09:01:04 +0000 (09:01 +0000)
commit45d4771584d7f28097f3fbb0a3ce1743c418685f
tree952ba70e84a2c3dfc67b880406c67a3e238597cf
parent0b0353de13d0da5e2991ec9bd1ac760408aedb87
For bit fields contained within single bytes, try to do character operations
instead of word sized ops.

git-svn-id: svn://svn.cc65.org/cc65/trunk@4089 b7a2c559-68d2-44c3-8de9-860c34a00d81
src/cc65/assignment.c