Home > other >  Using assembly language programming
Using assembly language programming

Time:09-21

How to use assembly language programming implementation: 2019 h + 2047 h

CodePudding user response:

; Depends on specific requirements, the data come from, and finally how to deal with, can be the most simple: 
Mov ax, 2019 h
The add ax, 2047 h
  • Related