Lines Matching full:push
32 push(@labels,@_);
34 push(@out, "EXTRN\t_$_:DWORD\n");
169 sub main'push { &out1("push",@_); $stack+=4; }
218 push(@out,$line."\n");
225 push(@out,"\t$name\n");
233 push(@out,"\t$name\t".&conv($p1)."\n");
262 push(@out,$tmp);
269 push(@labels,$func);
275 push ebp
276 push ebx
277 push esi
278 push edi
280 push(@out,$tmp);
293 push(@out,$tmp);
309 push(@out,$tmp);
321 push(@out,$tmp);
337 push(@out,$tmp);
355 push(@out,"_TEXT\$ ENDS\n");
356 push(@out,"END\n");
383 push(@out,"\t; $_\n");
390 push(@out,"PUBLIC\t$label{$_[0]}\n");
416 push(@out,"$label{$_[0]}::\n");
420 push(@out,"$label{$_[0]}\tLABEL PTR\n");
424 push(@out,"$label{$_[0]}:\n");
430 push(@out,"\tDB\t".join(',',@_)."\n");
435 push(@out,"\tDD\t".join(',',@_)."\n");
440 push(@out,"\tALIGN\t$_[0]\n");
448 push(@out,"\t$name\t".&conv($p1)."\n");
469 push(@out,$tmp);