Routines |
Prev: 9872 | Up: Map | Next: 988C |
|
||||||||
Graphics_Width09_Left | 987F | LD C,$38 | C=38 (height). | |||||
9881 | LD B,$09 | B=09 (width). | ||||||
9883 | LD DE,$4080 | DE=4080 (screen buffer location). | ||||||
9886 | LD IX,$5880 | IX=5880 (attribute buffer location). | ||||||
988A | JR Graphics_PrepToPrintGirl | Jump to Graphics_PrepToPrintGirl. |
Prev: 9872 | Up: Map | Next: 988C |