Fixed incorrect register move

This commit is contained in:
Eduard Urbach 2024-08-02 12:55:25 +02:00
parent 34d865986a
commit b1f0d20394
No known key found for this signature in database
GPG key ID: C874F672B1AF20C0
12 changed files with 38 additions and 31 deletions

View file

@ -26,6 +26,7 @@ var programs = []struct {
{"return", "", "", 0},
{"math", "", "", 0},
{"precedence", "", "", 0},
{"op-assign", "", "", 0},
{"binary", "", "", 0},
{"octal", "", "", 0},
{"hexadecimal", "", "", 0},