-
-
**Example URL**
https://tic80.com/play#ECMAAHjaKylKTE5VykjNyclXKM8vyklRCvF0tk2tyCzhAgCMHAmREQ
**The proposed feature**
- site loads the tiny cart contained within the URL itself
- the cart itsel…
-
I have some code that, at least in my original TIC-80 program works perfectly but after minification (with default settings) it fails with `invalid order function for sorting`.
tl;dr: The problem i…
-
We collect example of software pieces
-
I'd like prog8 to better support other 6502 machines as well. But I know very little of the others, and any help here would be very much appreciated
Here is a guide to help fill out the blanks requ…
irmen updated
3 weeks ago
-
Dear Bruno,
my congratulations for squeezing a RV32I core into the Icestick !
I read your Verilog files with joy and I wish to share an idea on how to save a few more LUTs for more peripherals: …
-
A parser enhancement to minify fastbasic listings would be nice (ala [tbxlparser/basicparser](https://github.com/dmsc/tbxl-parser)). As @dmsc mentioned in a direct message, fastbasic currently provide…
-
Pakettic fails on this example:
```lua
function TIC()
cls()
print(("abc"):sub(1, f//10 % 4 + 1),0,0,12, false, 1)
f = f + 1
end
f=0
```
Pakettic optimises `("abc"):sub()` to `"abc…
-
### Are you using the latest Dosbox-Staging Version?
- [X] I have checked releases and am using the latest release.
### Is your feature request related to a problem? Please describe.
Currentl…
-
Is there a way to create a "tiny" rom with this tool? the compressor works better than pico8's default, but if I can't get that output as a tiny rom (like you can get in pico8 by typing `export -t out…