dkgrizzly / 4952oss

HP 4952A Open Source
14 stars 5 forks source link

Tetris build #3

Open hughpyle opened 4 years ago

hughpyle commented 4 years ago

z80asm version 1.8 segfaults when building tetris,

$ z80asm --version
Z80 assembler version 1.8
Copyright (C) 2002-2007 Bas Wijnen <shevek@fmf.nl>.
Copyright (C) 2005 Jan Wilmans <jw@dds.nl>.
...
$ z80asm -v -o tetris.app tetris.asm
Assembling....
Segmentation fault (core dumped)

If there's a working version (or any help I can give), would love to try!