-
a_BSS.bin
a_DATA.bin
Error: Section overlaps section DATA by 7317 bytes
Error: Section DATA overlaps section BSS by 677 bytes
zx: Aborting... one or more binaries overlap
Building applica…
zx70 updated
5 months ago
-
I couldn't find an option to ignore folders such as .git & node_modules when using the :tree!
I can use `za` to hide dotfiles but the node_modules folder is not one, but I also don't want to hide it,…
-
I am experiencing a quite puzzling issue. I am on a Windows 10 Pro computer, having installed the Microsoft Visual Studio Community edition 2019 (version 16.11.8), from scratch, just for installing Sp…
-
**Is your feature request related to a problem? Please describe.**
No
**Describe the solution you'd like**
Please can you add ZX Spectrum emulator for launching ZX spectrum games in TAP, Z80, TZX…
-
**ULMA is an elegant work and thanks for sharing the code!**
In the original DPO and ULMA, there is a partition function Z(x), which is only related to the reference model and can be seen as a con…
-
Hallo, could someone tell me the way to set-up it or how to run zxpoly on Rapsberry (SO Ubuntu)?
I have downloaded zx poly and installed Java from terminal but the double click on zxpoly opens the ja…
-
I have a 3rd party dependency that internally relies on https://github.com/google/zx . Now `zx` does not publish with cjs, only ESM, and when I try to run `my-script.ts` that includes the dependency …
-
```haskell
checkFour (Red:_) (Red:_) (Red:_) (Red:_) = [Red]
checkFour (Yellow:_) (Yellow:_) (Yellow:_) (Yellow:_) = [Yellow]
checkFour (_:xs) (_:ys) (_:zs) (_:ws) = checkFour xs ys zs ws
checkFou…
-
node:internal/modules/esm/resolve:854
throw new ERR_MODULE_NOT_FOUND(packageName, fileURLToPath(base), null);
^
Error [ERR_MODULE_NOT_FOUND]: Cannot find package 'p-limit' imported from…
-
Hi Guys!
LOVE THIS PROJECT!
I´m wondering if it´s a way to use the original keyboard of a ZX Spectrum directly wo the Raspberry Pico for more enjoy of the project!?
I´ve one to make tests if …