I’m working on the famous “Binary Bomb Lab” to try and shore up some holes I have in my knowledge of assembly. It’s been tough so far, but I’ve managed to get to phase 3 and now I’m at a bit of a loss. This phase asks to work through a switch statement essentially and enter some characters of the format “%d %c %d” Now working through it I have gotten to the end, passing the format check and I think I’ve found the first integer and character, but I’m stuck at a certain part.
Now what I thought from this bit of code is I would need to enter an int to pass the checks, but from what I’m seeing I need to enter an int that is “LESS THAN 189” but then also “EQUAL TO 289.” This is impossible. Am I misinterpreting things or what is going on that I am missing here?