tonk-gg / dappicom

Provable play of Nintendo Entertainment System in Noir

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement CLI CLV CLC CLD opcodes.

Prabhat1308 opened this issue · comments

CLI opcode -
clears the interrupt disable bit (set status.I =0)

CLV opcode -
clears the overflow flag bit (set status.V =0)

CLC opcode -
clears the carry flag bit (set status.C =0)

CLD opcode -
clears the decimal flag bit (set status.D =0)