How to convert Word To Ascii String In 8086 Assembly?

前端 未结 0 1760
轻奢々
轻奢々 2021-01-04 02:13

Here i have a assembly code that converts word value to string

; si -> Offset Address of String
; ax -> Number to be converted
itoa:
push ax ; Backup AX         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题