On 2024-02-06, Nils M Holm <
[email protected]d> wrote:
I recently wrote my own version of the Ladder game, mostly because
the original game is too hard for me. :)
Download: http://t3x.org/t3x/0/ladders.zip
The zip file contains executables for CP/M and DOS as well as the
source code in T3X.
As a side-effect the T3X/0 compiler (http://t3x.org/t3x/0/) now has
a console module that does things like clearing the screen, cursor addressing, etc. In the default configuration the game needs a
VT-100 terminal, but support for the VT-52 is also in the code and
just needs to be enabled.
Enjoy!
Interesting. But compiling and setting up t3x/0
is not straightforward, at least under GNU/Linux i686.
Here's the variables I changed in the makefile
and the sh script at bin/ :
T3XDIR= $HOME/t3x/lib
BINDIR= $HOME/t3x/bin
Then I ran
make reset ; make all-native ; make install-native
everything looked ok.
But, on compiling ladders:
.LANG=C make
tx0 -t unix-386 -c ladders
Text = 0x0001B415, Data = 0x00000C00, Symbols = 144, Nlist = 961, Labels = 1515 ladders.s: Assembler messages:
ladders.s:6: Error: invalid character (0x80) in mnemonic
ladders.s:7: Error: invalid character (0x80) in mnemonic
ladders.s:8: Error: invalid character (0x80) in mnemonic
ladders.s:9: Error: invalid character (0x80) in mnemonic
ladders.s:10: Error: invalid character (0x80) in mnemonic
ladders.s:11: Error: invalid character (0x80) in mnemonic
ladders.s:12: Error: invalid character (0x80) in mnemonic
ladders.s:13: Error: invalid character (0x80) in mnemonic
ladders.s:14: Error: invalid character (0x80) in mnemonic
ladders.s:15: Error: invalid character (0x80) in mnemonic
ladders.s:16: Error: invalid character (0x80) in mnemonic
ladders.s:18: Error: invalid character (0x80) in mnemonic
ladders.s:19: Error: invalid character (0x80) in mnemonic
ladders.s:20: Error: invalid character (0x80) in mnemonic
ladders.s:21: Error: invalid character (0x80) in mnemonic
ladders.s:22: Error: invalid character (0x80) in mnemonic
ladders.s:23: Error: invalid character (0x80) in mnemonic
ladders.s:37: Error: invalid character (0x80) in mnemonic
ladders.s:38: Error: invalid character (0x80) in mnemonic
ladders.s:39: Error: invalid character (0x80) in mnemonic
Which could be the issue?
--- SoupGate-Win32 v1.05
* Origin: fsxNet Usenet Gateway (21:1/5)