Csaba Fekete

Results 13 issues of Csaba Fekete

This request emerged in the discussion on issue #52. It's about a command to be added that prints integers as unsigned numbers. It would also be nice to print hex...

Extension

The compiler is currently targeted to C64 only. Many users have already suggested that it should be possible to compile XC=BASIC programs to other platforms e.g Plus/4, C16, VIC-20, BBC...

Idea: ON .. GOTO/GOSUB should support situations where we want to check if individual bits are set and jump to the Nth label when the Nth bit is set. for...

enhancement

Hi I just wanted to try this library on a Raspberry Pi 400. 1. Created a new dub package using `dub init` 2. Added `bindbc-sdl` as dependency 3. Added some...

Although it's invalid, the compiler does not complain about the following syntax: ``` DIM x, y AS LONG ``` One would assume that both `x` and `y` are defined as...

enhancement

Members of an expression are converted to the same type in runtime only. For example, the expression ``` DIM x AS FLOAT, y AS FLOAT x = y + 1...

enhancement

Hi I don't know if this is the right place to submit possible threats but I've found this one that maldet misses: `

XC=BASIC currently sets the `PROCESSOR 6502` directive for all targets. DASM supports the 650C2 but since XC=BASIC sets the assembly to 6502 mode, extended opcodes can not be used in...

enhancement

All strings in the an ASCII source file are currently translated to PETSCII. Add a compiler option to disable translation, e. g. `OPTION ASCII`

enhancement