From fc6dfef67eecd964e4927f23352feefbbe271d99 Mon Sep 17 00:00:00 2001 From: David Lee Date: Mon, 8 Jul 2024 13:24:54 -0700 Subject: [PATCH] update comment --- Artek Ada v125/m.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Artek Ada v125/m.sh b/Artek Ada v125/m.sh index 94a803a..20720f9 100644 --- a/Artek Ada v125/m.sh +++ b/Artek Ada v125/m.sh @@ -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