org 100
mov ax,10
mov bx,20
add ax,bx
mov ax,4c00h
int 21h
I want to run this simple code. I am currently using DosBox Portable but want to switch to VS Code
org 100
mov ax,10
mov bx,20
add ax,bx
mov ax,4c00h
int 21h
I want to run this simple code. I am currently using DosBox Portable but want to switch to VS Code