Category:ARM Assembly Implementations: Difference between revisions

no edit summary
No edit summary
No edit summary
 
Line 1:
{{implementation cat|ARM Assembly}}
Arm Assembly 32 bits is running on raspberry pi 1,2 and 3.
For compiling, use as and link to ld.
 
Arm Assembly 32 bits is running on androidraspberry ospi with1,2 applicationand Termux (download to playstore)3.<br>
For compiling, use as and link to ld.<br>
Read the documentation to Termux site.
Install and config ssh to connect a pc
Install package binutils.
 
Arm Assembly 32 bits is running on android os with application Termux (download to playstore).<br>
For compiling and link use as and ld strictly equal to raspberry pi.
Read the documentation to Termux site.<br>
Install and config ssh to connect a pc.<br>
Install package binutils in console Termux. <br>
 
For compiling and link use as and ld strictly equal to raspberry pi.<bR>
Script example :
 
Script example : <br>
<pre>
#compilation assembleur ARM raspberry or android
echo "Compilation 32 bits de "$1".s"
Line 18 ⟶ 20:
ls -l $1*
echo "Fin de compilation."
</pre>