echo 'COMP - Compilar TRES.PIC per produir TRES.HEX.'
echo 'Borrar el llistat vell :'
rm tres.lst
echo 'Compilar TRES.PIC :'
gpasm -I /usr/local/share/gpasm/header -o tres.hex tres.pic
