最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

stack - do I have to add all the SEH stuff in the x64 windows calling convention - Stack Overflow

programmeradmin2浏览0评论

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?)

发布评论

评论列表(0)

  1. 暂无评论