/2/IsNegative16.hdl

http://github.com/happy4crazy/elements_of_computing_systems · Unknown · 7 lines · 6 code · 1 blank · 0 comment · 0 complexity · c9d6e8445b0c8b7d542a520be68f54f2 MD5 · raw file

  1. CHIP IsNegative16 {
  2. IN in[16];
  3. OUT out;
  4. PARTS:
  5. EQ(a=in[15], b=true, out=out);
  6. }