osx - increase size of stack in nasm OS X intel 64 -


how can increase size of stack in assembly (nasm os x intel64)

i used .stack 4096 before section .data return error

 error: attempt define local label before non-local labels   error: parser: instruction expected 

please guide me.

you can modify stack size linker - ld osx: https://developer.apple.com/library/mac/qa/qa1419/_index.html

the default stack size on osx 8 megabytes, not large enough you?


Comments

Popular posts from this blog

how to proxy from https to http with lighttpd -

android - Automated my builds -

python - Flask migration error -