| ??? 05/10/01 20:16 Read: times |
#11499 - RE: Beginner : loops and accessing memor |
Loop terminates on predefined count
MOV r1,#35 ;^^^ start location in internal RAM MOV r0,#9 ;^^Number of bytes to be inspected loop: MOV A,@r1 inc r1 ; ;A contains contents of memory ; DJNZ r0 ;terminates on location 45 end |
| Topic | Author | Date |
| Beginner : loops and accessing memory | 01/01/70 00:00 | |
| RE: Beginner : loops and accessing memor | 01/01/70 00:00 | |
upper internal ram write and read ?????? | 01/01/70 00:00 |



