Click here to Skip to main content
15,904,339 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,
I started programming in Assembly.I write my code and compile it(for x64).But it doesnt work.

Here is my code:

C++
segment .text
global main
main:
mov ah,2h
mov dl,"s"
int 21h
Posted
Updated 16-May-14 1:21am
v2
Comments
[no name] 16-May-14 9:00am    
what type of application is this?
karthik Udhayakumar 17-May-14 1:02am    
What you wanna achieve..pls use improve question widget :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900