add logical or and logical and

This commit is contained in:
r4
2021-12-23 21:42:09 +01:00
parent d67008cfbf
commit 6bdc4e3210
8 changed files with 53 additions and 9 deletions

2
ir.h
View File

@@ -22,6 +22,8 @@ enum IRInstr {
IRLt,
IRLe,
IRNot,
IRAnd,
IROr,
IRJmp,
IRJnz,
IRCallInternal,