home *** CD-ROM | disk | FTP | other *** search
- TWOS-COMPLEMENT INVERTER
-
- This circuit accepts an eight-bit binary number as input and produces the
- inverted twos-complement value as output.
-
- |PAL18U8 in:D[7..0], io:Q[7..0]
- |
- | Title: "Eight-bit twos-complement inverter"
- |
- | Map: D[7..0] -> Q[7..0] { n -> -n }
-
- | Vectors:
- | { Display D[7..0], " -> ", Q[7..0]
- | Test D[7..0]
- | End }
-
-