- And'ing with a constant works (again).
authorsdattalo <sdattalo@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Wed, 17 Oct 2001 05:33:44 +0000 (05:33 +0000)
committersdattalo <sdattalo@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Wed, 17 Oct 2001 05:33:44 +0000 (05:33 +0000)
commit782d438c6c870bb399cdc63dc6af24333694d57c
tree7233510500715ba42184a2c0b609d00b915b0ed8
parent812f282b8a8564f80dfcb25fa1fc9bb29a0b7f73
  - And'ing with a constant works (again).
  - Added and1.c to test anding unsigned chars, ints, and longs with lits.
  - Change PIC regression testing so that simulations are run only on the
C files that have changed

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1412 4a8a32a2-be11-0410-ad9d-d568d2c75423
src/pic/gen.c
src/regression/Makefile
src/regression/and1.c [new file with mode: 0644]