I am using iTerm2 on M1 Macbook pro. I wrote an assembly source code and want to execute the code. but I don't know what kind of commands I have to use for it. and I don't wanna get the command only. I wanna know what the command means too.
How can I make an executable file from my assembly source code file?
maybe this is helpful? https://llvm.org/docs/CommandGuide/llvm-as.html
I wrote an assembly source code and want to execute the code.
Can you explain more about the context? Do you want to create a command-line tool solely using assembly language? Or do want to write a program in a higher-level language and then call out to some code written in assembly?
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"