User Tools

Site Tools


projects:archevo:asia16

This is an old revision of the document!


ASIA-16

ASIA-16 is an ISA, and a successor to ASIA. Each instruction has 16 bits, while ASIA only has 11. Of the five extra bits, four are a new register reference and one is an extra bit of opcode. As there are now three registers, each register reference is four bits and each register holds eight bits, two registers can be put together into a constant, and also have room for a register.

GB OpCode Mnemonic Description
0 0000 INC A Increment A. A = A + 1
0 0001 DEC A Decrement A. A = A - 1
0 0010 ADD A B C Add. C = A + B
0 0011 SUB A B C Subtract. C = A - B
0 0100 ICC A x Increment A by x. A = A + x
0 0101 DCC A x Decrement A by x. A = A - x
projects/archevo/asia16.1619443446.txt.gz · Last modified: 2021/04/26 13:24 by Owen Mellema