Windows PowerShell Copyright (C) 2009 Microsoft Corporation. All rights reserved. PS C:\selfie> gcc -m32 .\selfie.c -o .\selfie PS C:\selfie> .\selfie.exe -c .\selfie.c -o .\selfie.m C:\selfie\selfie.exe: this is selfie's starc compiling .\selfie.c C:\selfie\selfie.exe: 170186 characters read in 6733 lines and 911 comments C:\selfie\selfie.exe: with 95242(56.17%) characters in 29166 actual symbols C:\selfie\selfie.exe: 255 global variables, 266 procedures, 421 string literals C:\selfie\selfie.exe: 1980 calls, 712 assignments, 52 while, 550 if, 217 return C:\selfie\selfie.exe: 125948 bytes generated with 29970 instructions and 6068 bytes of data C:\selfie\selfie.exe: 125948 bytes with 29970 instructions and 6068 bytes of data written into .\selfie.m PS C:\selfie> .\selfie.exe -l .\selfie.m -m 1 C:\selfie\selfie.exe: 14556 bytes with 29970 instructions and -105324 bytes of data loaded from .\selfie.m C:\selfie\selfie.exe: this is selfie's mipster executing .\selfie.m with 1MB of memory PS C:\selfie>