decimal - Binary to standard digit? -


i'm going make a computer in minecraft. understand how build computer can make binary operations want outputs displayed standard integer numbers. how "convert" binaries standard digits? there chart that? , digits shown in old calculators; 7 lines.

 -- |  |  -- |  |  -- 

in electronics, need called "binary binary coded decimal" converter. "binary coded decimal" set of bits needed produce number on 7 segment display. here's pdf describing how 1 of these chips works. page 3 of pdf shows truth table needed conversion picture of of nand gates implement in hardware. can use truth table build set of boolean expressions needed in program.


Comments

Popular posts from this blog

c++ - Compiling static TagLib 1.6.3 libraries for Windows -

PostgreSQL 9.x - pg_read_binary_file & inserting files into bytea -

jtree - comparing two TreeNode (or DefaultMutableTreeNode) objects in Java Comparator -