Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
04/19/99 12:09
Read: times


 
#376 - RE: Greater then less then
beware DPTR is 16-bit register
If u want to compare 2 numbers use this instruction(for example)

CJNE A,#100,loop
If the number in Accumulator < 100 then Carry flag is set
so use the instruction JNC label1
or JC
for compare



List of 6 messages in thread
TopicAuthorDate
Greater then less then            01/01/70 00:00      
RE: Greater then less then            01/01/70 00:00      
RE: Greater then less then            01/01/70 00:00      
RE: Greater then less then            01/01/70 00:00      
RE: Greater then less then            01/01/70 00:00      
RE: Greater then less then            01/01/70 00:00      

Back to Subject List