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
Post a Comment