From 12a662d8bbe1e65a53dab3492d537512cc817bcf Mon Sep 17 00:00:00 2001 From: ElectronixTM Date: Sun, 30 Mar 2025 02:35:49 +0300 Subject: [PATCH] =?UTF-8?q?chore:=20=D1=83=D0=B4=D0=B0=D0=BB=D0=B8=D0=BB?= =?UTF-8?q?=20=D0=BD=D0=B5=D0=BD=D1=83=D0=B6=D0=BD=D1=8B=D0=B5=20=D1=81?= =?UTF-8?q?=D1=82=D1=80=D0=BE=D0=BA=D0=B8,=20=D0=B3=D0=B4=D0=B5=20=D0=B4?= =?UTF-8?q?=D0=B5=D0=BB=D0=B0=D0=BB=20=D0=BC=D0=B5=D0=BB=D0=BA=D0=B8=D0=B5?= =?UTF-8?q?=20=D0=BF=D1=80=D0=BE=D0=B2=D0=B5=D1=80=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/optable.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/optable.py b/src/optable.py index a0bcb98..d395124 100644 --- a/src/optable.py +++ b/src/optable.py @@ -66,6 +66,3 @@ OPCODES = { 0x41: OpD(OpF(0), OpL.BRANCH, OpA.IND_BRANCH), } -if __name__ == "__main__": - print(hex(12)) - print(~12)