hey Narue was just playing around with the code and when i change it to something like this: you don't get an ouput...... is like as if the save variable is blank?....................why is this.
Quote:
convert:
mov dx,0
div bx
add dx,'0'
mov [save+di],dl
test ax,ax
dec di;<----------this was before test
|