The MASM Forum Archive 2004 to 2012

Project Support Forums => GoAsm Assembler and Tools => Topic started by: Yuri on June 27, 2010, 02:13:49 AM

Title: C FRAMEs
Post by: Yuri on June 27, 2010, 02:13:49 AM
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.