Search found 255 matches

by marste
Tue Apr 30, 2024 3:13 am
Forum: Software
Topic: Block save / load
Replies: 24
Views: 10033

Re: Block save / load

I have at the moment no means to test it (my dev environment is broken), but the following program should be able to fully load 1008 bytes into memory (from 0x4000 to 0x4400 - 16 bytes)... The block to be load should be saved with standard routines and should be equal or bigger than 1008 bytes (if b...
by marste
Tue Apr 30, 2024 3:04 am
Forum: Development
Topic: 384 rows super HRG
Replies: 3
Views: 67

Re: 384 rows super HRG

384 lines :o :o :o what type of sourcery are you trying to use?? I was thinking about the fact that since the ZX is "executing" the display and on a standard machine if I remember properly just 25% is left for the program execution, doubilng the "execution of the display" should not be possible sinc...
by marste
Sun Apr 28, 2024 3:01 am
Forum: Software
Topic: Block save / load
Replies: 24
Views: 10033

Re: Block save / load

... Advantages: 1. will load from 4000h instead of 4009h allowing to immediately fill this space with data 2. will allow immidiate utilization and filling of system variables needed by BASIC (program will start immediately the machine code) 3. will avoid the basic program skeleton to start the mach...
by marste
Fri Apr 26, 2024 8:54 pm
Forum: Welcome Area
Topic: Mandatory intro post / 6502 Z80 content
Replies: 3
Views: 841

Re: Mandatory intro post / 6502 Z80 content

Beautiful collection!!!
by marste
Fri Apr 26, 2024 5:22 pm
Forum: Software
Topic: Block save / load
Replies: 24
Views: 10033

Re: Block save / load

This is an interesting thread. Is a long time that I was thinking that in order to fully (at least to the maximum extent) utilize the 1K memory it would be good to have a extremely small piece of code that (also reusing the standard load routines) could load programs. It means that first you would l...
by marste
Sun Nov 19, 2023 7:26 pm
Forum: ZX BASIC
Topic: ZX81 1K Space Saving Tips by Sean A Irvine
Replies: 2
Views: 7923

Re: ZX81 1K Space Saving Tips by Sean A Irvine

As an additional comment, if you don't need floating point or flicker free running screen, ZX80 basic is both more efficient on memory and much much faster!
by marste
Sun Oct 08, 2023 5:10 pm
Forum: Development
Topic: A veri nice escursion on the ZX80 and ZX81 video generation
Replies: 0
Views: 13426

A veri nice escursion on the ZX80 and ZX81 video generation

A bit longish but very nicely done. This series of videos take you step by step to the final design: 1. https://www.youtube.com/watch?v=pVQJxV9JCSE - ZX80/81 Video circuit generated from scratch 2. https://www.youtube.com/watch?v=T5yu_0K32s8 - Video circuit revealed, hi-res display of 256 x 192 pixe...
by marste
Tue Sep 26, 2023 11:48 am
Forum: WANTED
Topic: Looking for a ZX80 manual
Replies: 1
Views: 5581

Re: Looking for a ZX80 manual

by marste
Tue Sep 26, 2023 11:25 am
Forum: Hardware
Topic: ZX81 Keycap Stickers?
Replies: 7
Views: 1167

Re: ZX81 Keycap Stickers?

custom keycaps might be better than stickers...
here a video with all the explanations: https://www.youtube.com/watch?v=c1G5rX_YvCA
by marste
Thu Jul 06, 2023 7:05 pm
Forum: Emulators
Topic: ZX80 / ZX81 Emulator for the Raspberry Pi Pico
Replies: 46
Views: 38828

Re: ZX80 / ZX81 Emulator for the Raspberry Pi Pico

This may be a very niche area, but I’ve recently pulled together code from the community to create a ZX80/81 emulator running on the Raspberry Pi Pico I've not a pico around me just now but for what I've seen I would like to give my plause to you @Exile !! PS: for information I'm trying to have an ...