cpu

diff cpuops @ 0:9d48951b8110

CPU project initial commit
author John Tsiombikas <nuclear@member.fsf.org>
date Fri, 03 Jan 2014 07:19:15 +0200
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/cpuops	Fri Jan 03 07:19:15 2014 +0200
     1.3 @@ -0,0 +1,13 @@
     1.4 +ALU opcodes
     1.5 +-----------
     1.6 +0	(0000)	move
     1.7 +1	(0001)	?
     1.8 +2	(0010)	add
     1.9 +3	(0011)	subtract
    1.10 +4	(0100)	and
    1.11 +5	(0101)	or
    1.12 +6	(0110)	xor
    1.13 +7	(0111)	not
    1.14 +8	(1000)	shl/sal
    1.15 +9	(1001)	shr
    1.16 +10	(1010)	sar