Add clc opcode

This commit is contained in:
Dominic Grimm 2022-07-09 21:07:45 +02:00
parent 790cd1a453
commit 54bd10f913
No known key found for this signature in database
GPG key ID: A6C051C716D2CE65

View file

@ -104,6 +104,20 @@ sections:
tmpl 0xb
alu 0x01
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
description: Stack manipulation
opcodes: