# include <stdio.h>


int main(void)

{

__asm

{

push 10;

push 11;

push 12;

push 13;

push 14;

pop ebx;

pop ebx;

}

return 0;

}




어셈.xlsx