WinAsm Studio, The Assembly IDE - Free Downloads, Source Code
Articles
Programming Quick Start
32-bit Assembler is Easy
Porting Iczelion tutorials
What is FASM
Hard Drive Recovery
Wiring your own LAN
 
Forum
 

MASM32, dear friend I need your help! how to expand the codes with your own thought and initiative

zohan
Quote Post


New Member
*

Group: Members
Posts: 1
Member No.: 60552
Joined: 16-November 13


Sponsored Links
.code ; Tell MASM where the code starts
; ���������������������������������������������������������������������

start: ; The CODE entry point to the program
call main ; branch to the "main" procedure
exit
; ����������������������������������������������������������������������

main proc
print chr$("Hi, I am in the 'main' procedure",13,10)
ret ; return to the next instruction after "call"
main endp

; ����������������������������������������������������������������������

end start ; Tell MASM where the program ends
PMEmail Poster
Top
ragdog
Quote Post


Extremely Active Member
******

Group: Moderators
Posts: 891
Member No.: 5019
Joined: 13-May 07


Tell us correctly your problem
PMUsers Website
Top
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

Topic Options Reply to this topicStart new topicStart Poll

 

Sponsors
Computer Science

Internet
C/C++
Hardware & PC maintenance

HiEditor

General Discussions
Suggestions/Bug Reports
WinAsm Studio

General Discussions
Suggestions/Bug Reports
WinAsm Studio FAQ
Multilingual User Interface
Add-Ins
Assembly Programming

Main
Newbies
Projects
Custom Controls
Snippets
Announcements & Rules

Announcements

General

Online Degrees - Distance Learning
The Heap
Russian