![]() |
Routines |
| Prev: 6109 | Up: Map | Next: 612B |
|
||||||||
| 6114 | LD B,A | B=A. | ||||||
| 6115 | CALL $60F6 | Call 60F6. | ||||||
| 6118 | LD A,(DE) | Check if the current attribute byte is 2F? | ||||||
| 6119 | CP $2F | |||||||
| 611B | NOP | No operation... | ||||||
| 611C | NOP | |||||||
| 611D | RET Z | Return if it is. | ||||||
| 611E | LD A,C | Write C to DE (attribute buffer). | ||||||
| 611F | LD (DE),A | |||||||
| 6120 | LD A,B | A=B. | ||||||
| 6121 | CALL ScreenBufferAddress | Call ScreenBufferAddress. | ||||||
| 6124 | CALL Address_UDG | Call Address_UDG. | ||||||
| 6127 | CALL Draw_UDG | Call Draw_UDG. | ||||||
| 612A | RET | Return. | ||||||
| Prev: 6109 | Up: Map | Next: 612B |