User Tools

Site Tools


zxmake

This is an old revision of the document!


zxmake.sh


Usage: zxmake.sh nameofsource address

Requirements: asl macro assembler, bin2tap

#!/bin/sh
 
asl $1.a80 -L -E $1.err
 
p2bin $1.p -r \$-$ -l 0
 
if [ "$3" = "" ]
 
then
 
bin2tap $1.bin -o $1.tap -b -a $2 -c $(($2-1)) -r $2
 
else
 
bin2tap $1.bin -o $1.tap -b -a $2 -c $3 -r $2
 
fi
 
rm -f $1.p $1.bin

Navigation: asm . compilation . linux . back to start

zxmake.1487247353.txt.gz · Last modified: 2017/02/16 13:15 by darkbyte