| ??? 10/07/02 09:33 Read: times |
#30306 - RE: to check a bit |
You can use the B register instead of A, if you prefer, because B is also bit addressable:
... mov b,location_1 jb b.0,decision_1 mov b,location_2 jb b.0,decision_2 ... |
| Topic | Author | Date |
| to check a bit | 01/01/70 00:00 | |
| RE: to check a bit | 01/01/70 00:00 | |
| RE: to check a bit | 01/01/70 00:00 | |
| RE: to check a bit | 01/01/70 00:00 | |
| RE: to check a bit | 01/01/70 00:00 | |
| RE: to check a bit | 01/01/70 00:00 | |
| RE: to check a bit | 01/01/70 00:00 | |
RE: to check a bit | 01/01/70 00:00 |



