A86: data
[Prev][Next][Index][Thread]
A86: data
I'm new to assembly programming, and I'd like to
know something:
how would you read one byte at a time from
something like this:
stuff:
.db 0,1,3,2,1,5,4
then compare it with a number (lets say 4), and if
its 4, you end?