-
Hello! Is it possible in some way to learn NASM on Termux? I do aware I'm on ARM (aarch64), and NASM is for x86 only. But there's What I'm trying to do:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The answer is: use
The ASM source itself:
|
Beta Was this translation helpful? Give feedback.
The answer is: use
ld.lld
instead ofld
.So the full chain is:
The ASM source itself: