News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

C FRAMEs

Started by Yuri, June 27, 2010, 02:13:49 AM

Previous topic - Next topic

Yuri

Jeremy, could you consider implementing a special RET command for C (cdecl) frames? Something like RETC maybe, or RET 0. The difference would be it would not remove parameters from the stack. FRAME is a very convenient feature, but now it only works for stdcall.