How to write assembly language
Channel:
Subscribers:
38
Published on ● Video Link: https://www.youtube.com/watch?v=Ch9UwP42-lM
.486
.model flat, stdcall
option casemap:none
include \masm32\include\windows.inc
include \masm32\include\masm32.inc
include \masm32\include\kernel32.inc
includelib \masm32\lib\masm32.lib
includelib \masm32\lib\kernel32.lib
include \masm32\include\user32.inc
includelib \masm32\lib\user32.lib
.data
msg db "Type Your Name :",0
cpt db "My First Program!!", 0
.data?
buffer db 100 dup(?)
.code
start:
invoke MessageBox, NULL, addr msg, addr cpt, MB_OK
invoke ExitProcess, NULL
end start
LINK:
http://website.assemblercode.com/masm32/m32v10r.zip
Other Videos By Tech Rahul
2022-09-27 | How to increase brightness level beyond laptop limit |
2022-01-20 | Need for Speed Payback |
2022-01-18 | God of War PC Gameplay |
2022-01-18 | New Hitman 2 Gameplay: Agent 47 Goes Solo |
2021-06-26 | Budgie bathing |
2021-03-12 | How to Play Call of Duty Mobile in PC |
2020-05-03 | How To Watch Movies Or TV Shows For Free Online |
2020-05-03 | Python Tutorial for Beginners |
2020-04-26 | Best Motivation Quotes | 2020 [Motivation] |
2020-04-26 | How to make Basic Tik Tok Video 2020 in Hindi [tiktok] |
2011-10-15 | How to write assembly language |
Tags:
masm32
software tutorial
Tutorial
Computer Software
Software (novel)
Windows
Microsoft Windows