Raspberry PiGeneral

Assembly Coding on Raspberry Pi 2

userHead MatrickEganlan 2022-11-01 13:42:15 1470 Views1 Replies

I have an assignment where I have to create some compiler using assembly language on Raspberry Pi 2. I currently own a Raspberry Pi B+ model. What I want to know is: can I develop for model B+ and make it work on Pi 2? Or is there major architecture difference between the two?

Okay so this might be a basic question for most of you, but I am a beginner so go easy on me.

2022-12-21 12:41:40

Most everything you create for the Raspberry Pi B+ can also be made to execute on the Raspberry Pi 2.

You do not specify which operating system, if any, will be run by the target and by your own Pi. It might be more complicated if https://www.developerbook.net/ you are targetting bare https://chatrandom.download metal, i.e. the Pi without an operating system.

userHeadPic MatrickEganlan