Вы находитесь на странице: 1из 1

Binary/Base 2

Octal/Base 8

Decimal/Base 10 Hexadecimal/Base 16

0000

0001

0010

0011

0100

0101

0110

0111

1000

10

1001

11

1010

12

10

1011

13

11

1100

14

12

1101

15

13

1110

16

14

1111

17

15

1 0000

20

16

10

Boolean Gates Quick Reference

NOT

AND

OR

XOR

Pep/8 Instruction Format


opcode
(4 bits)

Addressing Mode

Treats operand as

000

a literal (immediate) value

001

a memory address

Addressing mode
(3 bits)

Destination register
or 5th bit of opcode

Operand
(16 bits)

32-bit Floating-Point format


1 sign bit
8-bit exponent (bias value is 127)
23-bit mantissa

Opcode

Operation to perform

1100

LOAD a value into a register

1110

Store a value from a register

0111

Add a value to a register

1000

Subtract a value from a register

Вам также может понравиться