Assembly Code doesn't Work with Stack Correctly

前端 未结 0 1744
无人共我
无人共我 2021-02-11 08:20

I\'m practicing Assembly and I encountered a problem with it. Here is my code (Assembly 8086):

org 100h

.model small
.stack 100h

.data
    arr db 2, 2, 3, 4, 5
         


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