├── .gitignore ├── README.txt ├── xcom.8 ├── xcom.com ├── xcom.nasm ├── xcom1.com └── xcom_hu.txt /.gitignore: -------------------------------------------------------------------------------- 1 | *~ 2 | -------------------------------------------------------------------------------- /README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pts/pts-xcom/HEAD/README.txt -------------------------------------------------------------------------------- /xcom.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pts/pts-xcom/HEAD/xcom.8 -------------------------------------------------------------------------------- /xcom.com: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pts/pts-xcom/HEAD/xcom.com -------------------------------------------------------------------------------- /xcom.nasm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pts/pts-xcom/HEAD/xcom.nasm -------------------------------------------------------------------------------- /xcom1.com: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pts/pts-xcom/HEAD/xcom1.com -------------------------------------------------------------------------------- /xcom_hu.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pts/pts-xcom/HEAD/xcom_hu.txt --------------------------------------------------------------------------------