text change
This commit is contained in:
+1
-1
@@ -131,7 +131,7 @@ def run_variable_xor_cli():
|
|||||||
steps = prompt_int("How many steps? (1–100): ", 1, 100)
|
steps = prompt_int("How many steps? (1–100): ", 1, 100)
|
||||||
target_reg = prompt_int("Target register (0–7): ", 0, 7)
|
target_reg = prompt_int("Target register (0–7): ", 0, 7)
|
||||||
bits_to_xor = prompt_list(
|
bits_to_xor = prompt_list(
|
||||||
"Bits to XOR (0–7, separated by spaces): ",
|
"Bits to XOR (0–7, separated by spaces, ranges with '-'): ",
|
||||||
item_name="bit",
|
item_name="bit",
|
||||||
min_value=0,
|
min_value=0,
|
||||||
max_value=7,
|
max_value=7,
|
||||||
|
|||||||
Reference in New Issue
Block a user