Difference between revisions of "AVR"

From Lazarus wiki
Jump to navigationJump to search
Line 13: Line 13:
 
[[Category:Embedded]]
 
[[Category:Embedded]]
 
[[Category: Operating Systems and Platforms]]
 
[[Category: Operating Systems and Platforms]]
 +
[[Category:Arduino]]

Revision as of 14:28, 7 February 2014

General information

The FPC-AVR port is currently experimental and non working. It uses the GCC AVR tool chain and will be compatible with GCC regarding calling conventions etc.

Implementation details

FPC considers AVR being a 16 bit CPU. So the type tregister actually describes a register pair being the second register implicitly named.

Resources