admin管理员组文章数量:1386695
Writing a c compiler that generates MASM and uses ml64 to assemble and link. I read a lot about the x64 windows calling convention and it seemed that I did not have to add all the SEH plumbing, in that case anything I called or anything that called me would just die in the case of a machine exception . which I am fine with. I tried a few things and it seemed to work fine.
But I just had something fail on a push instruction when the stack got big. I am wondering if this is due to a stack overflow , which should cause my stack to extend (The stack isnt huge, 1.5k, so I have not hit a real stack overflow, maybe a new page is needed?)
本文标签: stackdo I have to add all the SEH stuff in the x64 windows calling conventionStack Overflow
版权声明:本文标题:stack - do I have to add all the SEH stuff in the x64 windows calling convention - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744492609a2608828.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论