/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
- CHIP IsNegative16 {
- IN in[16];
- OUT out;
- PARTS:
- EQ(a=in[15], b=true, out=out);
- }