Go Back   Flash Flash Revolution: Community Forums > General Discussion > Chit Chat
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
Old 11-20-2006, 10:26 AM   #1
Vests
FFR Player
 
Vests's Avatar
 
Join Date: Jun 2006
Location: Stillwater, OK
Age: 30
Posts: 56
Send a message via AIM to Vests Send a message via MSN to Vests Send a message via Yahoo to Vests Send a message via Skype™ to Vests
Default ASM

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
Vests is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT -5. The time now is 11:22 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.
Copyright FlashFlashRevolution