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