Home
Contact
About
Learn Programming Codes
Best programmer is that who can develop logic.
Navigation
Home
Programming Languages
List of Progamming Languages
C Language
C++ Language
C# Language
HTML,PHP and CSS
Article About Technology
List of About Technology
Old Technology
New Technology
World Wide New Invention
Home
»
Assembly
»
Assembly Language Programs
Assembly Language Programs
in
Assembly
- on 2:49:00 pm -
No comments
(1)Macros Push and Pop
org 100h
include emu8086.inc
push ax
word dw 123h
word1 dw 456h
mov ax,word1
mov bx, word
pop bx
ret
Output:
(2)Stack in Assembly
org 100h
mov ax, 02h
mov bx, 03h
mov ax, 04h
push ax
push bx
pop ax
ret
end
Tweet
Post a Comment
Newer Post
Older Post
Home
Total Pageviews
Infolinks
Categories
Access is Denied for online website error.
Best plateform for earning Online
Copy Constructor in C++
Google Searching Techniques
Google Techonolgy
History of C++ and it's designed application
Perfect Number
PHP
Programming Language
Stack in C++
Structure in C++
Pages
Home
Programming Languages
History of C++ Language and top application Which are designed in C++.
HTML, CSS and PHP
Wonderfull Technology in the World
Most interesting thing about Google which we don't Know
Muhammad Yasir Mughal
smallcodeslearn
View my complete profile
Search
Subscribe
Post a Comment