Need help identifying code.

Status
Not open for further replies.

digital_blue

New Member
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: 266
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.
 
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 for the techtools IDE. It looks reasonably simple compared to MPLAB assembly. This code was written for the PIC16F84.

thanks
 
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…