Implemented bit shifts

This commit is contained in:
2024-07-25 15:47:19 +02:00
parent d1a8f0d66c
commit f0bc5039ee
7 changed files with 101 additions and 2 deletions

View File

@ -35,6 +35,7 @@ var programs = []struct {
{"bitwise-and", "", "", 0},
{"bitwise-or", "", "", 0},
{"bitwise-xor", "", "", 0},
{"shift", "", "", 0},
{"remainder", "", "", 0},
{"jump-near", "", "", 0},
{"loop", "", "", 0},