NextBuild icon indicating copy to clipboard operation
NextBuild copied to clipboard

NextBuild : A suite of tools based on Boriel's ZX Basic Compiler targetting the ZX Spectrum Next

Results 6 NextBuild issues
Sort by recently updated
recently updated
newest added

nextbuild.py line 165 has an issue with the path when building projects stored outside the NextBuild directories. My attempts to change the path didn't work even when they produced an...

Hello, NextBuild works just fine under macOS, where CSpect can be used thanks to mono. UDGeedNext instead only available as a Windows executable. I have read on a forum thread...

A way to iterate structures/objects in memory, similar to what sjasm does with it's structs would be fantastic, especially if combined with a foreach type command and list/array management? e.g....

enhancement

Hello, I will use LoadSDBank with variables for long data files and got an error 9009. Here my code (maybe not perfect, but I can't test it): ``` LoadBigSDBank("xxx.nxt", 95488,...

Hello, In NextLib 7.5 the stack is changed to point to the "nbtempstackstart" label, leaving a stack area of 256 bytes: asm filename: DEFS 255,0 endfilename: end asm asm nbtempstackstart:...

MyFirstTest.bas doesn't compile: 1. The "'!org=32767 Set the start address" confuses nextbuild.py ('nextbuild.py: error: Invalid --org option '32767 Set the start address '', if I change this to just "'!org=32767"...