Commit Graph

21 Commits

Author SHA1 Message Date
minjaesong
26e7bef851 fixed a bug where space char indicator sometimes won't get shown 2021-06-10 17:31:29 +09:00
minjaesong
4782b1895d typesetting fix when LF is at the rightmost column 2021-06-10 15:56:36 +09:00
minjaesong
d50c507e01 faster text draw 2021-06-10 15:46:29 +09:00
minjaesong
1d63283450 gathering strings indices for each typesetted line for cursor navigation 2021-06-10 15:19:40 +09:00
minjaesong
d96de96bb9 wp font for ascii printables 2021-06-10 14:24:12 +09:00
minjaesong
37a115d8de wp 2021-06-10 10:30:57 +09:00
minjaesong
923c539161 adjustable column size 2021-06-09 21:53:10 +09:00
minjaesong
4a3b64da29 wordprocessor wip3 2021-06-08 17:01:37 +09:00
minjaesong
82992583ad wordprocessor wip2 2021-06-08 16:13:11 +09:00
minjaesong
e1905f2ca5 wordprocessor wip 2021-06-08 11:47:45 +09:00
minjaesong
eb58838a57 graphics: fixed pixels not plotting on non crt_color 2021-04-27 16:02:30 +09:00
minjaesong
07136a46d9 RESET button works now 2021-04-24 09:46:15 +09:00
minjaesong
82b021edd7 mock splash screen for the portable 2021-04-22 20:21:30 +09:00
minjaesong
c73a725466 graphics: preventing cursorxy(32,80) from scrolling the screen 2021-01-29 13:43:45 +09:00
minjaesong
29e08923cc basic: DEFUN can call other DEFUN (different from currying it, currying would return a function, but calling would return a value) 2020-12-27 12:51:48 +09:00
minjaesong
4c052aa87c preparing for Terran BASIC's release 2020-12-24 12:01:00 +09:00
minjaesong
608f61c617 moving everything neatly into the assets directory 2020-12-24 11:14:11 +09:00
minjaesong
7b6f3cbc43 basic:array indexing and assigning at the index 2020-11-24 17:01:49 +09:00
minjaesong
5944db6096 basic: most basic and working INPUT 2020-11-19 11:04:03 +09:00
minjaesong
5c73205d44 basic:SAVE function, filesystem:write 2020-11-14 11:56:05 +09:00
minjaesong
09baf05368 modeling of a program ROM 2020-11-13 17:52:42 +09:00