Search found 14 matches

by zarsoft
Sat Jun 01, 2024 11:43 am
Forum: Spectrum BASIC
Topic: Is there a way to convert an PNG or Jpeg into data statements?
Replies: 3
Views: 565

Re: Is there a way to convert an PNG or Jpeg into data statements?

This app converts image to TAP:
https://arcalusitana.org/MuseuZX/ZXspritesBlock

On that site, there is another app who generates DATA statements but the image comes out splited into blocks 8x8.

But, if you want to generate a SCREEN then it is better bmp2scr or SevenUp, etc.
by zarsoft
Thu May 30, 2024 4:48 pm
Forum: Software
Topic: Pascal for ZX81
Replies: 72
Views: 22646

Re: Pascal for ZX81

by zarsoft
Thu May 30, 2024 12:47 am
Forum: Emulators
Topic: EightyOne variable bug (the fix is on the mail but it not arrived yet)
Replies: 3
Views: 257

Re: EightyOne variable bug

stroebeljc wrote: Wed May 29, 2024 10:45 pm A fix has been implemented and should appear in the next release.

Can I get that fix now?
( For testing purposes, eh, eh... :) )

On the ZX BASIC compiler (Boriel) we can get the fix before the official release...
by zarsoft
Wed May 29, 2024 7:50 pm
Forum: Spectrum BASIC
Topic: Help me, mommy! My ZX81 doesn't have the GOTO command!
Replies: 0
Views: 159

Help me, mommy! My ZX81 doesn't have the GOTO command!

https://arcalusitana.org/MuseuZX/Pascalated_ZX81/image/GOTO_forbidden.png Don't worry, the GOTO command is not necessary. You can write programs in Pascalated BASIC. See the announcement here: https://planetasinclair.blogspot.com/2024/05/basic-apascalado-no-seu-zx81.html?sc=1717003235751#c759216292...
by zarsoft
Wed May 29, 2024 4:51 pm
Forum: Emulators
Topic: EightyOne variable bug (the fix is on the mail but it not arrived yet)
Replies: 3
Views: 257

EightyOne variable bug (the fix is on the mail but it not arrived yet)

HELP! Please fix this bug on EightyOne 1.40: When I load this BAS file 10 LET X1=1 20 LET X12=12 30 PRINT X1 40 PRINT X12 and RUN the program then I got this error: Invalid expression in line 20. To solve this I must do EDIT ENTER on this line. But I have many lines like this and I dont want to do E...
by zarsoft
Wed May 29, 2024 12:30 pm
Forum: Emulators
Topic: New release of EightyOne available
Replies: 344
Views: 357758

Re: New release of EightyOne available

HELP! Please fix this bug on EightyOne 1.40: When I load this BAS file 10 LET X1=1 20 LET X12=12 30 PRINT X1 40 PRINT X12 and RUN the program then I got this error: Invalid expression in line 20. To solve this I must do EDIT ENTER on this line. But I have many lines like this and dont want to do EDI...
by zarsoft
Sat May 11, 2024 6:51 pm
Forum: Spectrum BASIC
Topic: New Pascalated BASIC Contest
Replies: 4
Views: 476

New Pascalated BASIC Contest

https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhytqbjKcjeQvBFlw5Qql9l4CmW7ALzIcekWPxmABxmph5S1QrHEazyCRbLXyogJRyQT9ZIpDTtbtIZlxdUv47UiTem1FX3e_OhkaceLZ5U-LUo9ssu8yYNBCHUrWVY_vkVQ6QnH8bMbkBDvZc0T34aHG0C3j64tLqZoM2HP0I7RGTnWq9jGqEWpJH44N_R/s830/Competition3.png This time we have Pascalate...
by zarsoft
Thu Mar 10, 2022 10:41 am
Forum: Emulators
Topic: Help! My kingdom for a ZX81 emulator!
Replies: 10
Views: 3979

Re: Help! My kingdom for a ZX81 emulator!

I love your pascalator, and have downloaded all the magazines that have articles about it. However I have not read the articles, as it takes quite some time with Google Translate. The articles were written in 1987 and are for advanced programmers. A text version is available at https://zarsoft.info...
by zarsoft
Thu Mar 10, 2022 10:25 am
Forum: Emulators
Topic: Help! My kingdom for a ZX81 emulator!
Replies: 10
Views: 3979

Re: Help! My kingdom for a ZX81 emulator!

XavSnap wrote: Thu Mar 10, 2022 8:44 am Download:
http://dskcenter.free.fr/zxtools.html

Thanks
by zarsoft
Thu Mar 10, 2022 1:19 am
Forum: Emulators
Topic: Help! My kingdom for a ZX81 emulator!
Replies: 10
Views: 3979

Re: Help! My kingdom for a ZX81 emulator!

salvacam wrote: Wed Mar 09, 2022 11:13 pm I use two tools ZXText2P (to convert text files to P format) and P2txt (for the reverse, it converts P files to text)


Thanks.