zxbasic icon indicating copy to clipboard operation
zxbasic copied to clipboard

The Sinclair ZX Spectrum BASIC compiler!

Results 34 zxbasic issues
Sort by recently updated
recently updated
newest added

Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.5.0 to 2.6.0. Release notes Sourced from urllib3's releases. 2.6.0 🚀 urllib3 is fundraising for HTTP/2 support urllib3 is raising ~$40,000 USD to release HTTP/2 support and...

dependencies
python

### Contact Details @juntelart ### Compiler version v1.18.3 ### What happened? Having an include like the following: #include once "../../assets/fx/fx.asm" And I try to compile the asm file (that has...

bug

I have not found any zxbasic examples that would indicate there is a an easy way to handle joystick input. In its eventual, more fully featured state would I would...

### Contact Details _No response_ ### Compiler version v1.18.1 ### What happened? ```basic print code("a") * 3 ' prints "291" dim char as string = "a" print code(char) * 3...

bug