Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.os.cpm > #14334

Re: Ladder-like game

From Bozo User <anthk@disroot.org>
Newsgroups comp.os.cpm
Subject Re: Ladder-like game
Date 2024-04-02 17:31 +0000
Organization A noiseless patient Spider
Message-ID <slrnv0og7v.qqd.anthk@localhost.localdomain> (permalink)
References <l2f5e0FrdrpU2@mid.individual.net>

Show all headers | View raw


On 2024-02-06, Nils M Holm <nmh@sraddha.invalid> 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?

Back to comp.os.cpm | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Ladder-like game Nils M Holm <nmh@sraddha.invalid> - 2024-02-06 16:35 +0000
  Re: Ladder-like game Bozo User <anthk@disroot.org> - 2024-04-02 17:31 +0000
    Re: Ladder-like game Nils M Holm <nmh@sraddha.invalid> - 2024-04-03 09:11 +0000
      Re: Ladder-like game Nils M Holm <nmh@sraddha.invalid> - 2024-04-03 09:33 +0000
        Re: Ladder-like game Nils M Holm <nmh@sraddha.invalid> - 2024-04-03 10:18 +0000
          Re: Ladder-like game Bozo User <anthk@disroot.org> - 2024-04-05 13:11 +0000
            Re: Ladder-like game Nils M Holm <nmh@sraddha.invalid> - 2024-04-05 16:27 +0000
              Re: Ladder-like game Bozo User <anthk@disroot.org> - 2024-04-05 22:00 +0000
                Re: Ladder-like game Nils M Holm <nmh@sraddha.invalid> - 2024-04-07 13:01 +0000

csiph-web