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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
07/15/01 05:18
Read: times


 
#13223 - RE: The Technique In Comparing Two Register

for A < immediate_data, instead of
CLR C
SUBB A,#data
JNC a_LT_data
try
ADD A,#(255 - data + 1)
JNC a_LT_data
saving one instruction.

james


List of 8 messages in thread
TopicAuthorDate
The Technique In Comparing Two Register            01/01/70 00:00      
RE: The Technique In Comparing Two Register            01/01/70 00:00      
RE: The Technique In Comparing Two Register            01/01/70 00:00      
RE: The Technique In Comparing Two Register            01/01/70 00:00      
RE: The Technique In Comparing Two Register            01/01/70 00:00      
RE: The Technique In Comparing Two Register            01/01/70 00:00      
RE: The Technique In Comparing Two Register            01/01/70 00:00      
RE: Reply to bordyn cheevatanakonkul            01/01/70 00:00      

Back to Subject List