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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 263
» Latest member: BexlasGrowl
» Forum threads: 1,075
» Forum posts: 6,440

Full Statistics

Online Users
There are currently 112 online users.
» 0 Member(s) | 110 Guest(s)
Bing, Yandex

Latest Threads
Красивые букетики
Forum: News
Last Post: AnthonyGaxia
Yesterday, 04:00 AM
» Replies: 0
» Views: 26
Printing with FZX
Forum: Help & Support
Last Post: boriel
07-17-2025, 09:08 PM
» Replies: 1
» Views: 372
Strange Happenings
Forum: Bug Reports
Last Post: boriel
05-23-2025, 09:15 AM
» Replies: 4
» Views: 2,541
.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,277
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,442
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,751

 
  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: 982)

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


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

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: 5384)

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: 5398)

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: 977)


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

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

saludos

Print this item

  RANDOMIZE USR issue
Posted by: LukeBord1 - 11-23-2017, 08:16 PM - Forum: Help & Support - Replies (15)

I'm trying to compile a short menu program including a RANDOMIZE USR command which calls an external assembly routine (tested).

Using both the latest ZXB v.1.7.2 and the previous v.1.6.12, the compiled program freezes. Recompiling it without the RANDOMIZE USR command, all goes ok!
Even trying to change the memory addresses, it seems the problem persists between the RANDOMIZE USR instruction and something inside the code...

Code:
DIM y,a,i AS UBYTE
y=10: a=0: i=1

10 BORDER 0: PAPER 0: INK 0: CLS: POKE 32005,0
   RANDOMIZE USR (address of the external tested routine)

20 PRINT AT y,11; BRIGHT 1; OVER 1; INK i;"          "

   IF a < 10 THEN a=a+1
   ELSE a=0
   END IF

   IF a=10 THEN
   IF i < 7 THEN i=i+1
   ELSE i=1
   END IF: END IF

   IF (INKEY="1" AND y <> 10) THEN GOSUB 70: y=10: POKE 32005,0: END IF
   IF (INKEY="2" AND y <> 11) THEN GOSUB 70: y=11: POKE 32005,1: END IF
   IF INKEY="3" THEN BEEP .04,50: RANDOMIZE USR (game start address): GO TO 10: END IF
   GO TO 20

70 PRINT AT y,11; BRIGHT 0; OVER 1; INK 7;"          ": BEEP .04,50: RETURN

Thoughts?

Print this item

  Question about the ORG value
Posted by: LukeBord1 - 11-18-2017, 04:37 PM - Forum: How-To & Tutorials - Replies (3)

Maybe the question could result dumb to Assembly experts; however, is there a way to make an ORiGin memory address flexible? Saying it more clearly, even setting an ORG value in the ZXB commandline, is there a way to import the code into a new memory address?

Print this item

  [enterprise] first test
Posted by: nitrofurano - 11-04-2017, 01:28 PM - Forum: Other Archs - Replies (3)

first test for enterprise 64/128, using attr display mode
(as shown at <!-- m --><a class="postlink" href="http://www.boriel.com/wiki/en/index.php/ZX_BASIC:Released_Programs_-_Enterprise#test01_attrdisplaymode">http://www.boriel.com/wiki/en/index.php ... isplaymode</a><!-- m --> )



Attached Files
.zip   example01r5_improving.zip (Size: 27.89 KB / Downloads: 959)
Print this item

  [zilec-enigma2] first test
Posted by: nitrofurano - 10-18-2017, 04:11 PM - Forum: Other Archs - No Replies

first test for the Zilec’s Enigma II arcade machine
( <!-- m --><a class="postlink" href="http://www.boriel.com/wiki/en/index.php/ZX_BASIC:Released_Programs_-_ZilecEnigma2">http://www.boriel.com/wiki/en/index.php ... lecEnigma2</a><!-- m --> )



Attached Files
.zip   example01e_improving.zip (Size: 23.01 KB / Downloads: 919)
Print this item

  [pal-chance32] first test
Posted by: nitrofurano - 10-18-2017, 04:08 PM - Forum: Other Archs - No Replies

first test for the PAL’s Chance Thirty Two arcade machine
( <!-- m --><a class="postlink" href="http://www.boriel.com/wiki/en/index.php/ZX_BASIC:Released_Programs_-_PalChance32">http://www.boriel.com/wiki/en/index.php ... alChance32</a><!-- m --> )



Attached Files
.zip   example01d_improving.zip (Size: 39.44 KB / Downloads: 1027)
Print this item

  [sanremo-numberone] first test
Posted by: nitrofurano - 10-12-2017, 04:47 PM - Forum: Other Archs - No Replies

first test for San Remo’s Number One arcade machine:
( <!-- m --><a class="postlink" href="http://www.boriel.com/wiki/en/index.php/ZX_BASIC:Released_Programs_-_SanremoNumberOne">http://www.boriel.com/wiki/en/index.php ... oNumberOne</a><!-- m --> )



Attached Files
.zip   example01e_improving.zip (Size: 30.46 KB / Downloads: 939)
Print this item

  [orca-zodiack] first test
Posted by: nitrofurano - 10-12-2017, 04:42 PM - Forum: Other Archs - No Replies

first test for the Orca-Zodiack arcade machine
( <!-- m --><a class="postlink" href="http://www.boriel.com/wiki/en/index.php/ZX_BASIC:Released_Programs_-_OrcaZodiack">http://www.boriel.com/wiki/en/index.php ... rcaZodiack</a><!-- m --> )



Attached Files
.zip   example01f_improving.zip (Size: 25.69 KB / Downloads: 985)
Print this item