asm_prog_ex icon indicating copy to clipboard operation
asm_prog_ex copied to clipboard

Misleading answer to structured branching exercise `1_read_code/0_mx.asm`

Open KappaPrajd opened this issue 11 months ago • 0 comments

This structured branching exercise answer can be misleading. It identifies the structured branching constructs, but it makes a mistake when identifying the else block:

image

There isn't actually a else block in the program. The code annotated as else block will execute regardless if the given condition is true. I suggest removing this annotation to avoid confusion. I'm happy to provide PR if you agree.

KappaPrajd avatar Mar 18 '24 17:03 KappaPrajd