ARM Assemblt Video Tutorial for RISC OS & Nintendo GBA
Alan Robertson (52) 420 posts |
I came across a 5-part Video Tutorial on ARM Assembly specifically for RISC OS and the Nintendo GBA. https://www.youtube.com/watch?v=7vz8VRaArCM&list=PLp_QNRIYljFrVKGVfqGVKdZYOn4FkifBi |
Ronald (387) 195 posts |
5-part Video Tutorial on ARM Assembly specifically for RISC OS and the Nintendo GBA I have used !GCC to compile vasm in case someone wants to work the example files (as is) for RISC OS in RISC OS. Edit: The compiler appears to be working fine using what was supplied. I have made an Obey file with the compile string to make reuseage of vasm a bit easier.
vasmarm_std %0 -mstrongarm -opt-ldrpc -opt-adr -chklabels -nocase -Dvasm=1 -L BldROS/Listing.txt -DBuildROS=1 -Fbin -o “BldROS/prog” Settype BldROS.prog ff8 |
David Feugey (2125) 2709 posts |
Alan: cool. |