Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 223 online users. » 0 Member(s) | 220 Guest(s) Bing, Google, Yandex
|
Latest Threads |
Красивые букетики
Forum: News
Last Post: AnthonyGaxia
Yesterday, 04:00 AM
» Replies: 0
» Views: 29
|
Printing with FZX
Forum: Help & Support
Last Post: boriel
07-17-2025, 09:08 PM
» Replies: 1
» Views: 375
|
Strange Happenings
Forum: Bug Reports
Last Post: boriel
05-23-2025, 09:15 AM
» Replies: 4
» Views: 2,542
|
.tap file code not execut...
Forum: Help & Support
Last Post: Zoran
04-28-2025, 10:59 AM
» Replies: 4
» Views: 2,719
|
Exit from more than one l...
Forum: Wishlist
Last Post: Duefectu
04-23-2025, 10:06 PM
» Replies: 3
» Views: 2,276
|
put small ASM programs li...
Forum: How-To & Tutorials
Last Post: Zoran
04-18-2025, 02:02 PM
» Replies: 6
» Views: 5,283
|
Creating +3 Menus - Loadi...
Forum: Help & Support
Last Post: merlinkv
04-16-2025, 02:08 PM
» Replies: 6
» Views: 3,702
|
Randomize not very random...
Forum: Help & Support
Last Post: Zoran
04-08-2025, 10:40 AM
» Replies: 4
» Views: 3,444
|
Scope rules
Forum: Bug Reports
Last Post: Zoran
04-04-2025, 09:46 AM
» Replies: 2
» Views: 1,959
|
Using constants not allow...
Forum: Bug Reports
Last Post: baltasarq
03-19-2025, 10:00 PM
» Replies: 8
» Views: 4,754
|
|
|
New version 1.7.0 released! |
Posted by: boriel - 10-06-2017, 10:17 PM - Forum: ZX Basic Compiler
- Replies (3)
|
 |
Well, long time I don't announce new releases here (usually goes to Facebook or twitter).
This one is version 1.7.0 which includes:
- Some fixes and better stability
- Added (finally! 8) ) READ, DATA and RESTORE which, essentially work very much like the ones in Sinclair BASIC (i.e. DATA with complex expressions supported)
- Can now call SUBs with no parenthesis: mysub 1, 5, a, 3*c (expanded syntax)
- Can now call FUNctions with 1 or no parameters with no parenthesis.
Download it here: https://zxbasic.readthedocs.io/en/latest/archive/
|
|
|
Custom Fonts with ASM defb |
Posted by: Duefectu - 09-12-2017, 12:26 PM - Forum: ZX Basic Compiler
- Replies (3)
|
 |
Hola:
Quiero utilizar un set de caracteres personalizados que tengo en formato defb, pero no encuentro como hacerlo funcionar:
Code: REM Fuente personalizada
POKE UINTEGER 23606,@Fuente-256
SUB Fuente()
ASM
defb 0,128,128,64,23,.........
defb ...
END ASM
END SUB
Que estoy haciendo mal?
Gracias por vuestra ayuda!
|
|
|
New version 1.6.10 released! |
Posted by: boriel - 09-06-2017, 09:10 AM - Forum: ZX Basic Compiler
- Replies (8)
|
 |
Well, long time I don't announce new releases here (usually goes to Facebook or twitter).
This one is version 1.6.10 which includes:
- Lots of fixes and better stability
- Faster and better asm code generated
- Added UART library for ZX Uno (uses UART for communication. Wifi coming soon)
- Added Radastan Mode PRINT, DRAW, LINE, CIRCLE, FILL and other primitives
- Finally, arrays of pointer to labels, lIke DIM a(1 TO 3) => {@label 1, @label2 + 3, @label5 }
- New powerful statements ON .. GOTO, ON .. GOSUB
Download it here: <!-- m --><a class="postlink" href="http://www.boriel.com/wiki/en/index.php/ZX_BASIC:Archive">http://www.boriel.com/wiki/en/index.php ... IC:Archive</a><!-- m -->
|
|
|
Recent Examples |
Posted by: jonesypeter - 08-03-2017, 04:00 PM - Forum: Help & Support
- Replies (6)
|
 |
Hi,
Can I ask if there are recent examples programs or tutorials for ZX BASIC? I'm accustomed to Sinclair BASIC and would like to convert some Spectrum Programs, but I'm also interested in the extra capabilities that ZX BASIC provides and linking to sprite toolkits and the Game Engines like BiFrost.
The Sample Programs section of the Wiki seems a little short on content and very simplistic.
https://zxbasic.readthedocs.io/en/docs/sample_programs/
I have tried reading through the reserved words and for example clicking on the SCREEN Keyword (replacement for SCREEN$):
https://zxbasic.readthedocs.io/en/docs/l...en/#screen
Comes up with 'There is currently no text in this page.'
I looked at the Programming Tutorials section:
https://zxbasic.readthedocs.io/en/docs/t...#tutorials
There is a very old partly completed PacMan tutorial, and a couple of tutorials in Spanish.
Sorry if this post sounds negative, it's certainly not meant to be. I'm just struggling to find resources.
Thanks
|
|
|
|