-
I'm very new to assemby programming and I'm trying to generate a simple hello world program using this project (with rust). I'm using the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Sounds like you want to use a tool that generates a binary (eg. PE or ELF) with code. This lib doesn't do that. Try nasm instead. |
Beta Was this translation helpful? Give feedback.
Sounds like you want to use a tool that generates a binary (eg. PE or ELF) with code. This lib doesn't do that. Try nasm instead.