VolksForth/6502/mcs/VForth35/old/m
2020-07-16 22:54:56 +02:00

4 lines
164 B
Bash

#!/bin/bash
cl65 -l --start-addr $4000 mcstest.asm -t none -o mcstest.bin
srec_cat mcstest.bin -Raw --offset=0x4000 -o mcstest.hex -Motorola --address-length=3