You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dim As Integer i, j, k
Do
Screen k
Color 0, 7
Print Using "Screen #"; k
Do
Do
Color i, j
Print Using "## ##"; i; j;
j += 1
Loop Until j > 7
Print ""
i += 1
j = 0
Loop Until i > 15
k += 1
i = j = 0
Sleep 3000
Loop Until k > 7
Sleep
There are many critical isues that would benefit from you enabling the Discussions section on this project
Thank you
These are critical issues for writing unit tests for dos
i don't have dosemu natively in subsystem android (I'm in vacation) and need to run my test in dosbox
completely mysterious crashes led me to this
https://freebasic.net/forum/viewtopic.php?t=11845
https://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/util/system/cwsdpmi/
https://www.japheth.de/Download/HX/hdpmivpc.zip
turns out a COMBINATION of protected mode works. one for compiling and another for runtime
The text was updated successfully, but these errors were encountered: