Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- ca65 --cpu 65C02 crt0.s
- ar65 a rpc8e.lib crt0.o
- cc65 -t none --cpu 65C02 test.c
- ca65 --cpu 65C02 test.s
- ld65 -C rpc8e.cfg -m test.map test.o rpc8e.lib
- dd ibs=128 count=1 if=/dev/zero of=test.img
- dd if=a.out of=test.img conv=notrunc
Advertisement
Add Comment
Please, Sign In to add comment