zxmake
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| zxmake [2013/02/21 20:56] – created darkbyte | zxmake [2017/11/25 17:42] (current) – darkbyte | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====zxmake.sh==== | ||
| - | Navigation: [[asm]] . [[compilation]] . back to [[start]] | + | ---- |
| + | |||
| + | __Usage:__ //zxmake.sh nameofsource address// | ||
| + | |||
| + | __Requirements: | ||
| + | |||
| + | <code bash> | ||
| + | #!/bin/sh | ||
| + | |||
| + | asl $1.a80 -L -E $1.err | ||
| + | |||
| + | p2bin $1.p -r \$-$ -l 0 | ||
| + | |||
| + | if [ " | ||
| + | |||
| + | 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]] . [[windows]] . [[mac]] . back to [[start]]** | ||
zxmake.1361476608.txt.gz · Last modified: 2013/02/21 20:56 by darkbyte
