Problem with wrong_input check
Posted on 2025-03-12, 14:47
i`m learning assembler and i have to check wrong input, but i have no idea how to do it properly ``` @echo off cls :: Variables to store the current background and text colors set BG_COLOR=40 set TXT_COLOR=37 :RESTART cls echo [2;3f Press B - blue background echo [3;3f Press D - birch background …