issues
search
totalspectrum
/
spin2cpp
Tool to convert Parallax Propeller Spin code to PASM, C++ or C
Other
46
stars
17
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
constants not recognized in structure definitions
#457
avsa242
opened
1 day ago
0
Change unrecognized optimization flag to warning
#456
Wuerfel21
closed
4 days ago
1
Fix missing underscores breaking FS
#455
Wuerfel21
closed
1 week ago
0
Fix lseek off_t type confusion
#454
Wuerfel21
closed
2 weeks ago
0
Reclaim 88 bytes of bloat in v_stat
#453
Wuerfel21
closed
3 weeks ago
0
Minor optimization for SD card driver
#452
Wuerfel21
closed
3 weeks ago
2
Add new simple opt pass to get rid of local-to-result moves in all cases
#451
Wuerfel21
opened
3 weeks ago
5
--zip ignores conditional assembly
#450
Wuerfel21
opened
1 month ago
4
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
#449
dependabot[bot]
opened
2 months ago
1
[spin1][bytecode]: Wrong values read from arrays of child object structure members
#448
avsa242
opened
4 months ago
2
Add missing wrlong optimization in a 9P-related file
#447
Wuerfel21
closed
4 months ago
1
Fix more MULS/GETWORD related issues
#446
Wuerfel21
closed
5 months ago
1
Abstract objects don't work anymore
#445
Wuerfel21
closed
6 months ago
3
P2: Can't assemble branches with long immediates
#444
Wuerfel21
closed
6 months ago
1
Fix some inappropriate memory forwarding with WZ flag
#443
Wuerfel21
closed
7 months ago
1
Move only variables whose address is actually taken to stack
#442
Wuerfel21
closed
5 months ago
2
Fix maximum short immediate for P2 read/write
#441
Wuerfel21
closed
7 months ago
0
Compiled code can generate P2 instructions with invalid immediates
#440
Wuerfel21
closed
7 months ago
0
-gbrk and --compress print spurious "I/O error" message when assembling erroneous file
#439
Wuerfel21
closed
7 months ago
3
Fix $-relative ORGF
#438
Wuerfel21
closed
7 months ago
1
Malformed assembly creates annoying error messages for every subsequent label, only when listing is enabled
#437
Wuerfel21
closed
7 months ago
2
Bad evaluation order when accessing memory and assigning in the same expression
#436
Wuerfel21
opened
8 months ago
0
Fix multiple instances of locals-on-stack mode in sdmm
#435
Wuerfel21
closed
8 months ago
0
Fix FatFS flush (again?) and remove unused function table
#434
Wuerfel21
closed
8 months ago
1
Upgrade stupid thing to stop github actions warnings
#433
Wuerfel21
closed
8 months ago
0
Fix Spin transform level for CASE
#432
Wuerfel21
closed
8 months ago
3
Fix lexing after FIT, fixes #430
#431
Wuerfel21
closed
8 months ago
0
FIT directive for P1 Spin does not allow Boolean "AND" or "OR" operators
#430
Ding-Batty
closed
8 months ago
1
Moving structs computes address multiple times (including side-effects!)
#429
Wuerfel21
closed
8 months ago
1
16 bit MUL generated where it shouldn't be
#428
Wuerfel21
closed
9 months ago
1
Jumping to function return on P1 always generates long jump
#427
Wuerfel21
opened
9 months ago
0
Fix spurious backtick in unknown symbol message
#426
Wuerfel21
closed
10 months ago
1
Function missing from ASM output
#425
Wuerfel21
closed
10 months ago
1
Fix -gbrk and --compress combination
#424
Wuerfel21
closed
11 months ago
0
Add executable compression for P2
#423
Wuerfel21
closed
11 months ago
3
Add missing size==4 check
#422
Wuerfel21
closed
1 year ago
1
Off-by-one when debugging functions with multiple return values
#421
Wuerfel21
closed
1 year ago
1
New optimization is buggy
#420
Wuerfel21
closed
1 year ago
2
Document more opt stuff and only allow pure inlining if constant propagation is actually enabled
#419
Wuerfel21
closed
1 year ago
3
Makefile got scuffed
#418
Wuerfel21
closed
1 year ago
1
Fix FCACHE inbetween section eligibility check
#417
Wuerfel21
closed
1 year ago
1
Remaining nucode issues wrt. emulator upcode
#416
Wuerfel21
opened
1 year ago
1
Add "repeat n : var" statement from the future
#415
Wuerfel21
closed
1 year ago
1
No error for instructions with impossible flags when compiling Spin files with unused DAT section
#414
Wuerfel21
closed
1 year ago
7
Add support for interactive debug (untested)
#413
Wuerfel21
closed
1 year ago
1
VFS inconsistency: LittleFS directory listing returns . and .. directories, FAT doesn't
#412
Wuerfel21
closed
1 year ago
3
Project with child obj containing obj pointer and array of its own child objects FTBFS
#411
avsa242
closed
1 year ago
4
Allow FindNextRead over conditionals
#410
Wuerfel21
closed
1 year ago
0
spin1: calling functions in a child object indirectly causes crash/memory usage to balloon
#409
avsa242
closed
1 year ago
11
Even better fix for SafeToReplaceForward bug
#408
Wuerfel21
closed
1 year ago
1
Next