prog8/compiler/res/prog8lib
markjreed ff324955dd
Feature/read cursor position (#111)
* feat: add ability to read cursor position on CBM machines

* feat: implement plot()/column() for atari target; add get_cursor(), get_column(), row(), and get_row()

* feat: implement wait_key() for Commodore targets; add get_cursor(), get_column(), row(), get_row()

* feat: really implement waitkey() on CBM targets

* fix: make waitkey void for compatibility with atari
2023-11-07 22:19:16 +01:00
..
atari Feature/read cursor position (#111) 2023-11-07 22:19:16 +01:00
c64 Feature/read cursor position (#111) 2023-11-07 22:19:16 +01:00
c128 Feature/read cursor position (#111) 2023-11-07 22:19:16 +01:00
cx16 Feature/read cursor position (#111) 2023-11-07 22:19:16 +01:00
pet32 Feature/read cursor position (#111) 2023-11-07 22:19:16 +01:00
virtual added sys.disable_caseswitch() and sys.enable_caseswitch() 2023-11-07 00:27:34 +01:00
conv.p8 remove even more X register save/restore code 2023-07-15 22:26:54 +02:00
cx16logo.p8 uniform symbol prefixing with p8_ 2023-07-02 06:15:02 +02:00
diskio.p8 remove useless close calls from diskio load 2023-10-22 17:24:05 +02:00
floats_functions.p8 remove even more X register save/restore code 2023-07-15 22:26:54 +02:00
math.asm add monogfx lib to virtual target 2023-10-24 00:16:25 +02:00
math.p8 add math.diff() and math.diffw() 2023-10-27 22:36:43 +02:00
prog8_funcs.asm slightly faster sqrt() routine for integers 2023-08-14 17:00:02 +02:00
prog8_lib.asm optimization in assignment to memory 2023-08-04 23:54:11 +02:00
prog8_lib.p8 uniform symbol prefixing with p8_ 2023-07-02 06:15:02 +02:00
string.p8 fix shadowing warnings in asm and library code 2023-08-29 11:00:53 +02:00
test_stack.p8