D digital_blue New Member May 5, 2008 #1 This section of code is part of a line follower robot. Could anyone tell me what language it is written in? thanks Attachments techbot1.txt 4.3 KB · Views: 359
This section of code is part of a line follower robot. Could anyone tell me what language it is written in? thanks
Krumlink New Member May 5, 2008 #4 its python duh Yeah it's assembly, in MPLAB you would import that file, but it has to of been saved as a .asm file if I remember correctly.
its python duh Yeah it's assembly, in MPLAB you would import that file, but it has to of been saved as a .asm file if I remember correctly.
P Pommie Well-Known Member Most Helpful Member May 5, 2008 #5 It's pic assembler but not for MPLAB. There are instructions that are not valid in MPLAB such as mov INTCON,#0A0h and clrb GIE. It's most likely for a 16F84. Mike.
It's pic assembler but not for MPLAB. There are instructions that are not valid in MPLAB such as mov INTCON,#0A0h and clrb GIE. It's most likely for a 16F84. Mike.
D digital_blue New Member May 5, 2008 #7 It's for the techtools IDE. It looks reasonably simple compared to MPLAB assembly. This code was written for the PIC16F84. thanks
It's for the techtools IDE. It looks reasonably simple compared to MPLAB assembly. This code was written for the PIC16F84. thanks
Gayan Soyza Active Member May 7, 2008 #8 Here its original site.The code written to PIC16F84. **broken link removed**