added test suite and fixed REMs

This commit is contained in:
Luxferre
2026-06-15 12:56:41 +03:00
parent f7e8e72b81
commit e9c44d6e9a
4 changed files with 73 additions and 2 deletions
+1 -1
View File
@@ -256,7 +256,7 @@ proc int_RUN {} {
global progmem ip
set ip 1
while {$ip > 0 && $ip < 32768} {
if {[dict exists $progmem $ip]} {lttb_exec $progmem($ip)}
if {[dict exists $progmem $ip] && [string first REM $progmem($ip)] != 0} {lttb_exec $progmem($ip)}
incr ip
}
}