Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 258
» Latest member: manuelzo75
» Forum threads: 1,074
» Forum posts: 6,434

Full Statistics

Online Users
There are currently 191 online users.
» 0 Member(s) | 188 Guest(s)
Applebot, Bing, Google

Latest Threads
.tap file code not execut...
Forum: Help & Support
Last Post: Zoran
04-28-2025, 10:59 AM
» Replies: 4
» Views: 319
Exit from more than one l...
Forum: Wishlist
Last Post: Duefectu
04-23-2025, 10:06 PM
» Replies: 3
» Views: 299
put small ASM programs li...
Forum: How-To & Tutorials
Last Post: Zoran
04-18-2025, 02:02 PM
» Replies: 6
» Views: 1,597
Creating +3 Menus - Loadi...
Forum: Help & Support
Last Post: merlinkv
04-16-2025, 02:08 PM
» Replies: 6
» Views: 554
Randomize not very random...
Forum: Help & Support
Last Post: Zoran
04-08-2025, 10:40 AM
» Replies: 4
» Views: 892
Scope rules
Forum: Bug Reports
Last Post: Zoran
04-04-2025, 09:46 AM
» Replies: 2
» Views: 328
Using constants not allow...
Forum: Bug Reports
Last Post: baltasarq
03-19-2025, 10:00 PM
» Replies: 8
» Views: 1,065
404 page not found
Forum: Documentation
Last Post: boriel
03-08-2025, 07:16 PM
» Replies: 5
» Views: 2,886
Spectrum keywords codes
Forum: Bug Reports
Last Post: boriel
03-08-2025, 11:00 AM
» Replies: 1
» Views: 419
ZXodus][Engine
Forum: ZX Basic Compiler
Last Post: boriel
02-19-2025, 11:43 PM
» Replies: 69
» Views: 213,807

 
  [murogemonaco] first test
Posted by: nitrofurano - 03-03-2018, 06:06 PM - Forum: Other Archs - No Replies

first test for the Muroge Monaco arcade machine
( the wiki page related to this thread will be at <!-- m --><a class="postlink" href="http://www.boriel.com/wiki/en/index.php/ZX_BASIC:Released_Programs_-_MurogeMonaco-">http://www.boriel.com/wiki/en/index.php ... ogeMonaco-</a><!-- m --> not there yet because that wiki bug )



Attached Files
.zip   example01c_improve.zip (Size: 25.36 KB / Downloads: 769)
Print this item

  [jaleco-parallelturn] first test
Posted by: nitrofurano - 03-03-2018, 05:58 PM - Forum: Other Archs - No Replies

first test for the Jaleco’s Parallel Turn arcade machine
( the wiki page related to this thread will be at <!-- m --><a class="postlink" href="http://www.boriel.com/wiki/en/index.php/ZX_BASIC:Released_Programs_-_JalecoParallelTurn">http://www.boriel.com/wiki/en/index.php ... rallelTurn</a><!-- m --> - not there yet because that wiki bug )



Attached Files
.zip   example01c_improving.zip (Size: 28.53 KB / Downloads: 706)
Print this item

  [nintendo-mariobros] first test
Posted by: nitrofurano - 03-03-2018, 11:03 AM - Forum: Other Archs - No Replies

first test for the Nintendo’s Mario Bros arcade machine
( at <!-- m --><a class="postlink" href="http://www.boriel.com/wiki/en/index.php/ZX_BASIC:Released_Programs_-_NintendoMarioBros">http://www.boriel.com/wiki/en/index.php ... oMarioBros</a><!-- m --> as soon the wiki gets fixed )

(temporary: screenshot to be placed in the wikipage: <!-- m --><a class="postlink" href="http://i.xomf.com/dfmml.png">http://i.xomf.com/dfmml.png</a><!-- m --> )



Attached Files
.zip   example01e_improving.zip (Size: 26.63 KB / Downloads: 756)
Print this item

  [nintendo-donkeykong] first test
Posted by: nitrofurano - 03-03-2018, 10:52 AM - Forum: Other Archs - No Replies

first test for the Nintendo’s Donkey Kong arcade machine
( at <!-- m --><a class="postlink" href="http://www.boriel.com/wiki/en/index.php/ZX_BASIC:Released_Programs_-_NintendoDonkeyKong">http://www.boriel.com/wiki/en/index.php ... DonkeyKong</a><!-- m --> as soon the wiki gets fixed )


(temporary: screenshot to be placed in the wikipage: <!-- m --><a class="postlink" href="http://i.xomf.com/jzvdc.png">http://i.xomf.com/jzvdc.png</a><!-- m --> )



Attached Files
.zip   example01e_improving.zip (Size: 54.4 KB / Downloads: 750)
Print this item

  1.8.1 error unexpected token 'ELSEIF'
Posted by: ximokom - 02-07-2018, 09:16 PM - Forum: Help & Support - Replies (2)

Estaba compilando correctamente con la version estable 1.7.2 y al actualizar a la version 1.8.1 en desarrollo me sale esto: Alguna idea?
Was compiling correctly with the stable version 1.7.2 and update to the version 1.8.1 in development I get this: any idea?

if n=0 then c="\a"
elseif n=1 then c="\{i6}\b" -->error unexpected token 'ELSEIF'
elseif n=2 then c="\{i2}\c"
end if

Print this item

  [ballyastrocade] Just Another Snake Game
Posted by: nitrofurano - 01-23-2018, 07:41 PM - Forum: Other Archs - No Replies

Just Another Snake Game for Bally Astrocade game console. Still has bugs.
( <!-- m --><a class="postlink" href="http://www.boriel.com/wiki/en/index.php/ZX_BASIC:Released_Programs_-_BallyAstrocade#Just_Another_Snake_Game">http://www.boriel.com/wiki/en/index.php ... Snake_Game</a><!-- m --> )



Attached Files
.zip   justanothersnakegame_ballyastrocade_201801231938.zip (Size: 22.43 KB / Downloads: 780)
Print this item

  How to manage part of a STRING?
Posted by: LukeBord1 - 01-08-2018, 11:29 PM - Forum: How-To & Tutorials - Replies (4)

In standard Basic, we have this example correctly working:

Code:
10 LET a$="123456789012345678901234567890xy"
20 PRINT AT 0,0; a$
30 IF INKEY$="0" THEN LET a$=a$(32) + a$(1 TO 31)
40 GOTO 20

...but it doesn't seem to work in ZXB:

Code:
DIM test AS STRING
test="123456789012345678901234567890xy"
mainloop:
PRINT AT 0,0; test
IF INKEY="0" THEN
test=test(32) + test(1 TO 31)
END IF
GOTO mainloop

Thoughts?

Print this item

  John Mocowell
Posted by: alboran70 - 01-08-2018, 08:12 PM - Forum: Gallery - Replies (3)

Hola,
os presentamos (Lord Raptor a los gráficos y un servidor a los textos y código) una aventura gráfica del tipo "Elige tu propia Aventura".
Puede servir como ayuda para entender el uso de las rutinas ZX7 (compresión) y FZX (tipografía) del gran Einar Saukas, desde el compilador del no menos genial Boriel. :wink:


.zip   JohnMocowell-Boriel-FZX-ZX7.zip (Size: 170.81 KB / Downloads: 798)

.jpg   JohnMocowell-1.jpg (Size: 20.78 KB / Downloads: 3130)


.jpg   JohnMocowell.jpg (Size: 125.98 KB / Downloads: 3106)

Print this item

  Compiling with --enable-break behaves different (*solved*)
Posted by: Luzie - 01-05-2018, 02:31 PM - Forum: Bug Reports - Replies (4)

When I´m compiling this sample.bas from Einar Saukas

Download/Info at: https://spectrumcomputing.co.uk/index.ph...6&id=30005
Downloads:
JOY_SourceCode.zip (containing joy.asm) and:
JOY_BorielZXBasicLibrary.zip (containing sample.bas and joy.bas)

with --enable-break the program behaves different to compiling without --enable-break

I´m tested on ZXB v1.7.1 (Windows) as Download-Page for v1.8.0 seems to be not accessible at the moment of writing) and SpecEmu-Emulator.

Screenshot without --enable-break (Please scroll down over Picture to see complete screen)

.png   2018-01-05 15-33-23_SpecEmu.png (Size: 11.18 KB / Downloads: 5216)

Screenshot with --enable-break (Please scroll down over Picture to see complete screen)

.png   2018-01-05 15-34-21_SpecEmu.png (Size: 10.33 KB / Downloads: 5226)

Print this item

  Cansino Pac
Posted by: alboran70 - 11-24-2017, 03:44 PM - Forum: Gallery - Replies (2)

Hola,

un jueguecillo hecho con este fantastico compilador


.zip   CansinoPac-source.zip (Size: 56.29 KB / Downloads: 798)


.zip   CansinoPac-game.zip (Size: 18.72 KB / Downloads: 762)

.jpg   CansinoPac-b.jpg (Size: 104.54 KB / Downloads: 2187)

saludos

Print this item