|
|
#1 |
|
FFR Player
|
Jesus, no one talking about one of the original languages that came around? I figured this would be talked about before compiled **** languages like Perl and C++. Lol, here you go. How about a nice little message box?
Code:
.386 .model flat,stdcall option casemap:none include \masm32\include\windows.inc include \masm32\include\kernel32.inc includelib \masm32\lib\kernel32.lib include \masm32\include\user32.inc includelib \masm32\lib\user32.lib .data MsgBoxCaption db "Vests Output",0 MsgBoxText db "Sup Flash Flash?",0 .code start: invoke MessageBox, NULL, addr MsgBoxText, addr MsgBoxCaption, MB_OK invoke ExitProcess, NULL end start |
|
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|