update comment

This commit is contained in:
David Lee 2024-07-08 13:24:54 -07:00
parent b4d04e44b4
commit fc6dfef67e

View File

@ -11,7 +11,7 @@ ntvdm -r:. -u linklib $str
ntvdm -r:. -u -c -p ai $str
# native code. I've found a86 to be buggy.
# note: a86 produces bad code for ttt.ada. it uses inconsistent addresses for the "board" array.
# note2: a86 produces bad code for e.ada but the workaround to use more local variables worked.
# note: a86 produces bad code for the stock ttt.ada so the board is passed as an argument.
# note2: a86 produces bad code for the stock e.ada so more locals were added to reduce complexity.
ntvdm -r:. -u a86 $str.axe /n
ntvdm -r:. -u -c -p $str.exe