Skip to content

Commit

Permalink
update tests and logs
Browse files Browse the repository at this point in the history
  • Loading branch information
ruskaof committed Dec 17, 2023
1 parent 4595512 commit f95b656
Show file tree
Hide file tree
Showing 10 changed files with 159,726 additions and 157,120 deletions.
4 changes: 2 additions & 2 deletions computer_simulator/isa.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class Instruction:
def __str__(self) -> str:
r = f"{self.opcode}"
if self.arg:
r += f" {self.arg}"
r += f" arg - {self.arg}"
if self.comment:
r += f" ({self.comment})"
return f"Operation({r})"
return f"Instruction({r})"
902 changes: 451 additions & 451 deletions golden/cat.yml

Large diffs are not rendered by default.

1,714 changes: 857 additions & 857 deletions golden/function.yml

Large diffs are not rendered by default.

736 changes: 368 additions & 368 deletions golden/hello.yml

Large diffs are not rendered by default.

4,154 changes: 2,077 additions & 2,077 deletions golden/hello_user.yml

Large diffs are not rendered by default.

320 changes: 160 additions & 160 deletions golden/if_demo.yml

Large diffs are not rendered by default.

792 changes: 396 additions & 396 deletions golden/many_variables.yml

Large diffs are not rendered by default.

302,340 changes: 151,170 additions & 151,170 deletions golden/prob1.yml

Large diffs are not rendered by default.

Loading

0 comments on commit f95b656

Please sign in to comment.