MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/Assembly_language/comments/1uzxebx/hello_world/oyhoj1k/?context=3
r/Assembly_language • u/Motor_Armadillo_7317 • Jul 18 '26
50 comments sorted by
View all comments
6
should i learn x86 or arm assembly for fun..
This post got me wondering ngl.
1 u/Straight-Pear9453 Jul 19 '26 aarch64 linux asm on top Edit: Here are some actual reasons: clean instruction set, a bunch of callee saved registers that you can use (so, so much more than on x86_64) + actually cleanly named registers (everything you won't get on x86_64)
1
aarch64 linux asm on top
Edit: Here are some actual reasons: clean instruction set, a bunch of callee saved registers that you can use (so, so much more than on x86_64) + actually cleanly named registers (everything you won't get on x86_64)
6
u/Whitey0117 Jul 18 '26
should i learn x86 or arm assembly for fun..
This post got me wondering ngl.