Add clc opcode
This commit is contained in:
parent
790cd1a453
commit
54bd10f913
1 changed files with 14 additions and 0 deletions
|
@ -104,6 +104,20 @@ sections:
|
||||||
tmpl 0xb
|
tmpl 0xb
|
||||||
alu 0x01
|
alu 0x01
|
||||||
push
|
push
|
||||||
|
- name: clc
|
||||||
|
description: Clears carry flag
|
||||||
|
opcode: null
|
||||||
|
arg: null
|
||||||
|
stack:
|
||||||
|
input: []
|
||||||
|
output: []
|
||||||
|
microcode: |
|
||||||
|
tmpsr 0xd
|
||||||
|
tmpl 0xa
|
||||||
|
tmps 0b11111110
|
||||||
|
tmpl 0xb
|
||||||
|
alu 0x01
|
||||||
|
tmpl 0xd
|
||||||
- name: stack-manipulation
|
- name: stack-manipulation
|
||||||
description: Stack manipulation
|
description: Stack manipulation
|
||||||
opcodes:
|
opcodes:
|
||||||
|
|
Loading…
Reference in a new issue