filmov
tv
Download and Install NASM and Write and Test first Assembly Program on Windows - Practical Demo
Показать описание
This video step by step demonstrates how to Install NASM on Windows and How to Write and Test the First Assembly Program on Windows. Following steps are performed in this video.
Step-1 Download Code Blocks - 32 Bit Windows with MingW
Step-2 Download NASM - 32 Bit Windows
Step-3 Extract NASM Installer in C:\Program Files (x86)\CodeBlocks\MinGW\bin
global _main
extern _printf
section .text
_main:
push message
call _printf
add esp, 4
ret
message:
db 'Hello World From Dr. Parag Shukla', 0
Step-5 Open Command Prompt and use cd command to change directory to bin
cd "C:\Program Files (x86)\CodeBlocks\MinGW\bin"
Step-6 Generate Object File
Step-7 Generate Exe file using GCC
Step-8 Run Exe file to produce the output
Thank You
For Learning More about Programming
Step-1 Download Code Blocks - 32 Bit Windows with MingW
Step-2 Download NASM - 32 Bit Windows
Step-3 Extract NASM Installer in C:\Program Files (x86)\CodeBlocks\MinGW\bin
global _main
extern _printf
section .text
_main:
push message
call _printf
add esp, 4
ret
message:
db 'Hello World From Dr. Parag Shukla', 0
Step-5 Open Command Prompt and use cd command to change directory to bin
cd "C:\Program Files (x86)\CodeBlocks\MinGW\bin"
Step-6 Generate Object File
Step-7 Generate Exe file using GCC
Step-8 Run Exe file to produce the output
Thank You
For Learning More about Programming
Download and Install NASM and Write and Test first Assembly Program on Windows - Practical Demo
How to install NASM on Ubuntu 20.04 LTS | NASM Assembler TAR.GZ File Installation In Ubuntu(Linux)
7 Install NASM
How to install NASM on Ubuntu 24.04 LTS | Linux | NASM | Netwide Assembler
how to download and install nasm
CS401 How to Setup NASM and DOSBOX on any Windows | Download & Install NASM and DOSBOX Urdu/Hind...
How to Install NASM and Dosbox(16 Bit Machine) in Ubuntu/Linux
How to install Nasm and DoxBox Part 1
Install NASM on Linux Machine
How to install nasm and dosbox on windows10 to run assembly language program
NASM Installation Windows 10 | Run Assembly Program | ADD two numbers | How to Install NASM Cs401
Install NASM (Netwide Assembler) on Ubuntu
#assembler #nasm installing
Installing Nasm
COS2621 - Setup DOSBox and NASM on windows
How to install NASM on Window 10
How to install Nasm and DosBox part 2
CS401 How to setup Nasm and DOSBOX on any Windows
NASM Installation Windows 10 | Run Assembly Program | ADD two numbers | How to Install NASM
Assembly Language Setup in vs code | One Step Done | coding with magic
What is NASM & How To Install NASM Mac OS (Big Sur,Mojave,Catalina) | Netwide Assembler Disassem...
NASM: How to compile file & run
How to install Nasm and Dosbox CS401| Urdu/Hindi
How to install NASM & DOSBOX and Assemble program code | CS401-Assembly tutorial
Комментарии