160Views5Replies
what's this programming code language?
i found a code for a pic16f28A it's simple:
main:
lablel0:
switch off 3
switch on 0
pause 1000
switch on 1
switch off 0
pause 1000
switch on 2
switch off 1
pause 1000
switch on 3
switch off 2
goto label0
Comments
Best Answer 9 years ago
PIC basic ?
Answer 9 years ago
i didn't know that "pic basic" is a language
if it was a language then what program would turn it to hex?
Answer 9 years ago
http://www.mecanique.co.uk/products/compiler/pbp.html
9 years ago
Convert to hex? Not really I guess you want to programme a bare PIC controller with this sequence.
1. Learn how to do that using assembler language.
2. Compile to produce a hex file
OR
use a picaxe which used similar basic type commands -- www.picaxe.com
9 years ago
A form of basic commonly used to programme PIC type micro controller.