stateofart
Junior Member level 3
Hi crt0.s, there's no .EQU in the asm code, replace by removing the decimal point.
According to the datasheet, there's no OPTION this command. Replace with OPTION_REG.
The rest you need to define according to the datasheet.
End of program should be END only. no decimal point.
According to the datasheet, there's no OPTION this command. Replace with OPTION_REG.
The rest you need to define according to the datasheet.
End of program should be END only. no decimal point.
Last edited: