Coding in assembly for LPC812

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Coding in assembly for LPC812

1,864件の閲覧回数
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,851件の閲覧回数
SunTzun
Contributor I

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

0 件の賞賛
返信

1,816件の閲覧回数
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,858件の閲覧回数
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 件の賞賛
返信