prog8/codeCore/src/prog8/code/target
Irmen de Jong 1feead2260 tweaks
2024-05-29 02:30:06 +02:00
..
atari added options -bytes2float and -float2bytes to be able to do float conversions from the command line 2024-04-09 23:59:54 +02:00
c64 added options -bytes2float and -float2bytes to be able to do float conversions from the command line 2024-04-09 23:59:54 +02:00
c128 added options -bytes2float and -float2bytes to be able to do float conversions from the command line 2024-04-09 23:59:54 +02:00
cbm added txt.cls() as a shorter alternative to clear_screen(). 2024-04-07 19:32:44 +02:00
cx16 added options -bytes2float and -float2bytes to be able to do float conversions from the command line 2024-04-09 23:59:54 +02:00
encodings cx16 sprites module: the palette_offset parameter now takes values 0-15 (instead of 0-255) to be more consistent with docs and vera behavior 2024-04-07 21:49:03 +02:00
pet added options -bytes2float and -float2bytes to be able to do float conversions from the command line 2024-04-09 23:59:54 +02:00
virtual added options -bytes2float and -float2bytes to be able to do float conversions from the command line 2024-04-09 23:59:54 +02:00
AtariTarget.kt added PtBool and other changes to intermediate Ast 2024-03-02 23:19:20 +01:00
C64Target.kt tweaks 2024-05-29 02:30:06 +02:00
C128Target.kt allow all character encodings on all compilation targets. 2023-12-02 20:59:50 +01:00
Cx16Target.kt allow all character encodings on all compilation targets. 2023-12-02 20:59:50 +01:00
Encoder.kt added txt.cls() as a shorter alternative to clear_screen(). 2024-04-07 19:32:44 +02:00
PETTarget.kt allow all character encodings on all compilation targets. 2023-12-02 20:59:50 +01:00
VMTarget.kt added PtBool and other changes to intermediate Ast 2024-03-02 23:19:20 +01:00