This page (revision-19) was last changed on 03-Feb-2023 15:21 by Florian Dingler 

This page was created on 17-Jul-2010 13:01 by Florian Dingler

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
19 03-Feb-2023 15:21 2 KB Florian Dingler to previous
18 22-Mar-2020 14:25 2 KB Florian Dingler to previous | to last
17 06-Mar-2020 20:17 2 KB Florian Dingler to previous | to last
16 16-Jul-2019 21:17 2 KB Florian Dingler to previous | to last
15 15-Jul-2019 21:18 2 KB Florian Dingler to previous | to last
14 15-Jul-2019 21:18 2 KB Florian Dingler to previous | to last
13 15-Jul-2019 21:16 2 KB Florian Dingler to previous | to last
12 06-Sep-2015 18:37 2 KB Florian Dingler to previous | to last
11 06-Nov-2010 21:36 2 KB Florian Dingler to previous | to last
10 06-Nov-2010 17:56 2 KB Florian Dingler to previous | to last
9 18-Jul-2010 11:03 2 KB Florian Dingler to previous | to last
8 17-Jul-2010 17:58 2 KB Florian Dingler to previous | to last
7 17-Jul-2010 17:55 2 KB Florian Dingler to previous | to last
6 17-Jul-2010 17:54 2 KB Florian Dingler to previous | to last
5 17-Jul-2010 17:18 1 KB Florian Dingler to previous | to last
4 17-Jul-2010 16:40 1 KB Florian Dingler to previous | to last
3 17-Jul-2010 16:37 1 KB Florian Dingler to previous | to last
2 17-Jul-2010 13:03 1 KB Florian Dingler to previous | to last
1 17-Jul-2010 13:01 1 KB Florian Dingler to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 5 changed 2 lines
* $x2-$x7 text lines
* $x8-$xF Pixel/Map/Graphics lines
* $x2-$xF display lines, divided into
** $x2-$x7 text lines
** $x8-$xF pixel/map/graphics lines
At line 17 changed one line
|128|$70|na|8|0|0| 8 blank lines
|112|$70|na|8|0|0| 8 blank lines
At line 22 changed one line
|65|$41|na|0|0|0|jumpt o address and wait for VBI, instruction followed by address (2 byte in LSB,MSB order)
|65|$41|na|0|0|0|jump to address and wait for VBI, instruction followed by address (2 byte in LSB,MSB order)
At line 25 changed 7 lines
||Instruction dec||Instruction hex||BASIC Mode||Scan lines||Pixel per line||Bytes per line||Comment
|2|$02|0|8|40|40| Text mode 0, normal text
|3|$03|na|10|40|40| text with full size descenders (e.g. g,p,y,j,q)
|4|$04|12 XL/XE OS only|8|40|40| 4 color characters, 4 pixel width
|5|$05|13 XL/XE OS only|16|40|40| 4 color characters, 4 pixel width, double heigth
|6|$06|1|8|20|20| Text mode 1, double width text
|7|$07|2|16|20|20| Text mode 2, double width and height text
||Instruction dec||Instruction hex||BASIC Mode||Scan lines||[VSCROL] max||Pixel per line||Bytes per line||Comment
|2|$02|0|8|7|40|40| Text mode 0, normal text, 24 rows
|3|$03|na|10|9|40|40| text with full size descenders (e.g. g,p,y,j,q)
|4|$04|12 XL/XE OS only|8|7|40|40| [4-color-characters|4_color_character], 4 pixel width, 24 rows
|5|$05|13 XL/XE OS only|16|15|40|40| [4-color-characters|4_color_character], 4 pixel width, double heigth, 12 rows
|6|$06|1|8|7|20|20| Text mode 1, double width text, 24 rows
|7|$07|2|16|15|20|20| Text mode 2, double width and height text, 12 rows
At line 35 changed 9 lines
||Instruction dec||Instruction hex||BASIC Mode||Scan lines||Pixel per line||Bytes per line||Comment
|8|$08|3|8|40|10| Graphics Mode 3
|9|$09|4|4|80|10| Graphics Mode 4
|10|$0A|5|4|80|20| Graphics Mode 5
|11|$0B|6|2|160|20| Graphics Mode 6
|12|$0C|14 XL/XE OS only|1|160|20|  Graphics Mode 14 
|13|$0D|7|2|160|40| Graphics Mode 7
|14|$0E|15 XL/XE OS only|1|160|40|  Graphics Mode 15
|15|$0F|8|1|320|40| Graphics Mode 8
||Instruction dec||Instruction hex||BASIC Mode||Scan lines||[VSCROL] max||Pixel per line||Bytes per line||Comment
|8|$08|3|8|7|40|10| Graphics Mode 3, 24 rows
|9|$09|4|4|3|80|10| Graphics Mode 4, 48 rows
|10|$0A|5|4|3|80|20| Graphics Mode 5, 48 rows
|11|$0B|6|2|1|160|20| Graphics Mode 6, 96 rows
|12|$0C|14 XL/XE OS only|1|0|160|20|  Graphics Mode 14, 192 rows
|13|$0D|7|2|1|160|40| Graphics Mode 7, 96 rows
|14|$0E|15 XL/XE OS only|1|0|160|40|  Graphics Mode 15, 192 rows
|15|$0F|8|1|0|320|40| Graphics Mode 8, 192 rows
At line 47 changed one line
Top activate special functions in a display line, add the value as stated below
To activate special functions in a display line, add the value as stated below
At line 49 changed 3 lines
|enable Vertical Scrolling|16|$10|5| see [VSCROL], possible for text and pixel lines
|enable Horizontal Scrolling|32|$20|5| see [HSCROL], possible for text and pixel lines
|Load memory scan|64|$40|6|instruction followed by address (2 byte in LSB,MSB order), possible for text and pixel lines
|enable Horizontal Scrolling|16|$10|4| see [HSCROL], possible for text and pixel lines
|enable Vertical Scrolling|32|$20|5| see [VSCROL], possible for text and pixel lines
|Load memory scan|64|$40|6|instruction followed by address (2 byte in LSB,MSB order), possible for text and pixel lines. The screen memory can NOT cross a 4K boundary. If screen memory is bigger than 4K, the display list must contain at least 2 LMS commands.
At line 54 added 4 lines
----
see also: [Display List Topics|Displaylist_topics], [VDSLST], [VSCROL], [HSCROL], [4-color-characters|4_color_character], [Table of Modes and Screen Format]