Skip to main content

Questions tagged [nasm]

0 votes
1 answer
60 views

I'm using this script to build and package some applications I developed. Full content of the script is listed at the end. It is called by this crontab entry: 50 23 * * * nice $HOME/update-dl-wwwecm $...
ecm's user avatar
  • 143
2 votes
1 answer
3k views

I am trying to start out with some assembly but I run into this error from the outset. Here are the details: I've written the file myself (following a video) so its not some import: global _start ...
x iLeon's user avatar
  • 39
0 votes
1 answer
2k views

I have an executable but when I run it I get "No such file or directory" $ chmod a+x bin $ file bin bin: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib/...
Evan Carroll's user avatar
  • 35.2k