Page 1 of 1

raspi assembler book?

Posted: Mon Nov 21, 2022 10:58 am
by Sparrowhawk
Hi my youngest daughter is in the first year studying computer science at uni and they will soon be starting ARM assembly programming on the RaspPi 4 model B.

Can anyone recommend a book for the complete assembly novice for this particular Pi model? Obviously the uni will give them plenty of material, but just in case there is something that somebody here can recommend that the uni does not have, I'd be grateful.

Something that takes you by the hand and removes the terror, basically! :D

She did do pseudo-assembler for A level before on some software that simulated a very simple processor, but I think ARM is going to be several orders of magnitude more difficult.

Thanks.

PS - if not a book then maybe a website with a good tutorial?

Re: raspi assembler book?

Posted: Mon Nov 21, 2022 2:14 pm
by Derek_Stewart
Hi

Look at Stephen Smith's nooks on ARM programming for the Raspberry Pi.

He has a Github site for the supoort files from his book.
https://github.com/Apress/Raspberry-Pi- ... rogramming

Also look in the Magpi magazine web site, there is free PDF books available.

Re: raspi assembler book?

Posted: Mon Nov 21, 2022 2:25 pm
by Sparrowhawk
Thanks Derek, will do.

Re: raspi assembler book?

Posted: Mon Nov 21, 2022 3:27 pm
by NormanDunbar
Stephen Smith's book is probably the best. There are plenty of other ARM Assembly Language books, I have a couple, but they are not specific to Raspberry Pi.

Stephen also has another book on Assembly language for the Raspberry Pi and the Jetson board amongst other ARM boards, "Programming with 64-Bit ARM Assembly Language", which uses the GCC compiler collection to do the actual assembly as opposed to a stand alone assembler. Also published by Apress.

Stephens books are all listed on Amazon at https://www.amazon.co.uk/Stephen-Smith/ ... 257&sr=1-1. YOu can probably have a "look inside" to get an idea of what's involved.

I don;t like ARM assembly language, I have to admit, but then again, I'm not going to Uni to study it! Good luck to your daughter. ;)

Cheers,
Norm.

Re: raspi assembler book?

Posted: Mon Nov 21, 2022 5:36 pm
by Sparrowhawk
Thanks, I've sent her the link to the books to see whether they use them. if not I'll get her a copy of the first one and if she likes it maybe a copy of the other one too. I'm not sure how much detail they need to go into tbh.