Hi guys, im currently programming in 16bit dos for my class.. Is there a better technique (as to saving space/memory) to writing what i have down here, or that is the best it will get?
mov dx, ' '
int 21h
mov dx, '|'
int 21h
mov dx, ' '
int 21h
mov dx, 0Ah
int 21h