如何在程序集中增加堆栈大小(NASM OS X intel64)
我在.STACK 4096
之前使用section .data
但是返回此错误
error: attempt to define a local label before any non-local labels
error: parser: instruction expected
请指导我。
答案 0 :(得分:1)
您可以使用链接器修改堆栈大小 - ld
对于OSX:https://developer.apple.com/library/mac/qa/qa1419/_index.html
OSX上的默认堆栈大小是8兆字节,对你来说还不够大吗?