Trois manières d'appeler le shell sous windows avec FASM
1: la méthode pur assembleur, sans invoke ni import


format PE GUI
entry start

section '.text' code readable executable
start:
...