takagi / pic

A native compiler for 8-bit PIC micro controllers written in Common Lisp.
MIT License
40 stars 3 forks source link

Needs rewriting a function for micro controllers other than PIC12F683 #7

Open takagi opened 9 years ago

takagi commented 9 years ago

Situation The compiler's output assembly is for PIC12F683 micro controller.

Problem Rewriting program-compile function is needed to output assemblies for micro controllers other than PIC12F683.

Goal Providing APIs to identify micro controllers for which the output assembly is and to specify its device configurations.