Town Field Poem:
——— Dream who feel, the water month Build blog. Baiqian tribulation, only know the vicissitudes of the world.
——— today holds the Buddhist language, the technology is boundless willing to learn. Willing to do what you learn, cast a conscience blog.
——————————————————————————————————————————
Some students ask me, 8086 assembly language with what to write?
Then I am here to say, in fact, I just learned more than 10 days of assembly language, said things may not be comprehensive, but also hope to forgive.
1 DOSBox
(I take VB6.0 to do the shortcut storage applet)
The effect is this,
I entered the debug interface, Debug is used to debug the already written ASM. Enter Q exit, Debug interface.
Enter edit to enter the authoring interface,
This can write assembly language program, need to download the program OH.
2 MASM
This is a private development, very tough, but I think there is room to improve, learn technology, I also developed a convenient gadget.
Interface is,
3 any Notepad
Notepad,notepad++,sublime text. Can write assembly language, after writing, the suffix is changed to ASM. Then run link with MASM to generate the executable EXE program.
There may be many handy tools for writing assembly language, but I don't know. O (∩_∩) o~
——————————————————————————————————————————
The essence of the blog, in the technical part, more in the town yard a poem.
Assembly language, the computer's underlying languages, is worth learning.
If the content of the post can be improved, or even the wrong place, please leave a comment, I will try to correct, strive to cast a conscience blog.
Note: This article is only as a scientific research study, if I inadvertently violated your rights and interests, please be sure to timely inform, I will make corrections.
8086 Compilation Basics 8086 assembly language What software is written?