saved cursor

This commit is contained in:
Kelvin Sherlock 2021-09-26 19:45:44 -04:00
parent 9343302f9b
commit 39429e4e09
1 changed files with 5 additions and 0 deletions

View File

@ -77,6 +77,11 @@ erase_char ds 2 ; clear character
key ds 2
mod ds 2
* saved cursor
saved_x ds 2
saved_y ds 2
do *>256
err "too big"
fin