summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* handle up/down cursor movementnot_a_robot062025-02-161-32/+41
| | | | | | | - use GETIN kernal routine for handling input than my old crappy way - CLRCHN clears keyboard buffer before use - reset now clears screen - add subroutines a16b and s16b to add and subtract to num, respectively
* use chrout to clear screennot_a_robot062025-02-151-30/+5
| | | | | - turns out there are kernal routines for handling cursors and printing so is the proper way to do things
* add basic cell modifyingnot_a_robot062025-02-151-18/+27
|
* add basic left/right arrow key handlingnot_a_robot062025-02-151-16/+55
|
* initial commitnot_a_robot062025-02-153-0/+125
clear screen and basic key handling, no life related code just yet