Coding in assembly for LPC812

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Coding in assembly for LPC812

1,860 次查看
SunTzun
Contributor I

Hello. Is there a route to write code for LPC812 fully in assembly without any automatied compilers?

Preferably, if this can be done through an IDE without manually confuguring the linker.

0 项奖励
回复
3 回复数

1,847 次查看
SunTzun
Contributor I

Do any guides or examples for assembly coding for this microcontroller exist?

0 项奖励
回复

1,812 次查看
ErichStyger
Specialist I

Not for LPC812 (don't have that one), but for LPC845:

https://mcuoneclipse.com/2023/05/21/creating-a-gnu-assembly-only-project/

I hope this helps,

Erich

0 项奖励
回复

1,854 次查看
ErichStyger
Specialist I

Yes, you certainly can do this using the GNU as (assembler) (https://en.wikipedia.org/wiki/GNU_Assembler). But I still would advocate that you are going to have the ld in the mix, as it simplifies all the memory mappings.

0 项奖励
回复