#!/bin/sh
sdcc --use-non-free -mpic16 -p18f4550 --use-crt=crt0.o -D_XTAL_FREQ=40000000 EJERC_11.c
sleep 1
pk2cmd -P PIC18F4550 -X -M -F EJERC_11.hex
