Assembly Language Programming | How to assemble and debug assembly language program

Опубликовано: 20 Май 2018
на канале: Mini Tech Vlog
147
3

Hi guys, this is the first video of Assembly Language Programming playlist. In this video I'll show you by write program in assembly language program, how to assemble it and debug it.
As we use DOS Box launcher for debugging and assembling because we are creating 16bit program in assembly is not supported in Window 10.
Use nasm filename.asm -o filename.com -l filename.lst
to assemble assembly language program.
To debug it first of all we have to open Advance Fullscreen Debugger(AFD), So type afd filename.com to open it for debugging.
After that press f1 to excute next instruction.

If you have any question. You can submit your question in the comment box below.

Thanks for watching.