Suggestions-and-Issues icon indicating copy to clipboard operation
Suggestions-and-Issues copied to clipboard

[Bug]: In "The Lab" unable to "expect" the program counter value for testing conditionals

Open gorban opened this issue 3 years ago • 1 comments

What happened?

Level: "The Lab"

I have connected my watch state 6 (the seventh watch state after my 6 registers 0 through 5).

Proper assembly code:

expect 6 8 # expect counter -> 8
imeqim 63 63 success # jmp if 63=63
imeqim 0 1 0 # nop
label success
imeqim 0 1 0 # nop

Intentionally failing assembly code:

expect 6 12 # expect counter -> 12
imeqim 63 63 success # jmp if 63=63
imeqim 0 1 0 # nop
label success
imeqim 0 1 0 # nop

I suspect it to tell me a state failure of 12 on watch 6 since it should be 8, but it doesn't seem to work.

image

Version

Latest

Operating System

Windows

Code of Conduct

  • [X] I agree to follow this project's Code of Conduct

gorban avatar Feb 24 '22 04:02 gorban