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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
11/26/00 11:25
Read: times


 
#6759 - RE: Illegal bit designator

The byte addresses you are trying to execute jnb on are not bit addressable, therefore the assembler returns an error.
You can use memory locations 20h to 2Fh, which are bit addressable.

eg: digit1 data 20h

By defining the bytes in this memory region, jnb instruction should work.
I hope this is of some help.

Brad Jensen

List of 2 messages in thread
TopicAuthorDate
Illegal bit designator            01/01/70 00:00      
RE: Illegal bit designator            01/01/70 00:00      

Back to Subject List