| ??? 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 |
| Topic | Author | Date |
| Illegal bit designator | 01/01/70 00:00 | |
RE: Illegal bit designator | 01/01/70 00:00 |



