Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions X16 Reference - 05 - KERNAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -969,10 +969,12 @@ The arguments in .X and .Y specify the screen resolution in 8 pixel increments.

**EXAMPLE:**

SEC
JSR screen_mode ; get current screen size (in 8px) into .X and .Y
LDA #1
JSR mouse_config ; show the default mouse pointer
```ASM
SEC
JSR screen_mode ; get current screen size (in 8px) into .X and .Y
LDA #1
JSR mouse_config ; show the default mouse pointer
```

---

Expand Down