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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
06/06/01 13:01
Read: times


 
#12253 - RE: question about a keyboard
The diff between upper and lower case is bit 5. One way to do it is to:
MOV C,UNSHIFT
MOV ACC.5,C

It is much easier to use two tables instead of CJNE
one for upper and one for lower case, then you select
which table with SHIFT-bit and read within table with
the read value

Anders

List of 5 messages in thread
TopicAuthorDate
question about a keyboard            01/01/70 00:00      
RE: question about a keyboard            01/01/70 00:00      
RE: question about a keyboard            01/01/70 00:00      
RE: question about a keyboard            01/01/70 00:00      
RE: question about a keyboard            01/01/70 00:00      

Back to Subject List