View Single Post
Old 06-20-2004, 08:44 PM   #6 (permalink)
npa
Code Monkey
 
Join Date: Jul 2003
Location: canada
Posts: 82
npa is on a distinguished road
nope, that is what i meant.

what result do you get ?

also, your code is a bit confusing, why do you
use sub to set to 0 ? from what i've seen, expected
notation is:
Code:
xor reg, reg ; e.g: xor bx, bx
and its also a bit confusing to see you set a reg
to 0, then move a value into it (basically the
setting-reg-to-zero is useless).
__________________
direct entry file specification.
npa is offline   Reply With Quote