Search found 2076 matches

by dr beep
Sun Jan 08, 2017 12:42 am
Forum: Hardware
Topic: Free RAM on 1k ZX81
Replies: 53
Views: 16009

Re: Free RAM on 1k ZX81

I have a tip, but I want to See screen.
Can you share the source?
by dr beep
Fri Jan 06, 2017 10:33 pm
Forum: Hardware
Topic: Free RAM on 1k ZX81
Replies: 53
Views: 16009

Re: Free RAM on 1k ZX81

At the moment I am using the line 1 REM statement to hold my code so I assume (never assume, I know) that as I am placing it there it must be quantity? My .p file is over 950 bytes now on a 1k zeddy. So your code is running in general, just too much code ? Your first statement did sound like it cra...
by dr beep
Fri Jan 06, 2017 10:31 pm
Forum: Hardware
Topic: Free RAM on 1k ZX81
Replies: 53
Views: 16009

Re: Free RAM on 1k ZX81

I now need to move over to using this process as I have just run out of memory! Or at least I assume so - when I add any new instruction anywhere it just hangs now and works again as soon as I remove the additional code. Lardo Share your not working code to what goes wrong. My computer is off at th...
by dr beep
Fri Jan 06, 2017 8:05 pm
Forum: Hardware
Topic: Free RAM on 1k ZX81
Replies: 53
Views: 16009

Re: Free RAM on 1k ZX81

I have modified the original ZX81.txt file so that it now assembles with TASM (using the zxasm.bat file from the hello world sample) and produces the same result as dr beep's file testlow.p zx81.asm I now need to move over to using this process as I have just run out of memory! Or at least I assume...
by dr beep
Fri Jan 06, 2017 4:44 pm
Forum: Hardware
Topic: Free RAM on 1k ZX81
Replies: 53
Views: 16009

Re: Free RAM on 1k ZX81

1024MAK wrote:This one?

Mark
Yes, or here the full program in the compiler.

https://www.mediafire.com/?naihrp7i18cba7d

I use ZX Spin and export the binary with
File, Save binary file, and then address and lenght save as.P and load into EightyOne emulator
by dr beep
Fri Jan 06, 2017 1:25 pm
Forum: Hardware
Topic: Free RAM on 1k ZX81
Replies: 53
Views: 16009

Re: Free RAM on 1k ZX81

A base for coding in lowres. ZX81.TXT And the executable of it. testlow.P What do you use to assemble the ZX81.txt file? I am currently using TASM set up as per the example from the hello world example. Well you got the printout of the (altered) source from TORNADO assembler. TORNADO is an assemble...
by dr beep
Thu Jan 05, 2017 9:16 pm
Forum: Hardware
Topic: Free RAM on 1k ZX81
Replies: 53
Views: 16009

Re: Free RAM on 1k ZX81

A base for coding in lowres.
ZX81.TXT
(5.82 KiB) Downloaded 177 times
And the executable of it.
testlow.P
(133 Bytes) Downloaded 142 times
by dr beep
Thu Jan 05, 2017 8:13 pm
Forum: Hardware
Topic: Free RAM on 1k ZX81
Replies: 53
Views: 16009

Re: Free RAM on 1k ZX81

When your source starts with the sysvars you can set them in a way that you can make better start of the code and better use of memory.

I can make an example program to use for further development as a base to start.
by dr beep
Thu Jan 05, 2017 8:11 pm
Forum: Hardware
Topic: Free RAM on 1k ZX81
Replies: 53
Views: 16009

Re: Free RAM on 1k ZX81

The problem with this "HELLO WORLD" example is possibly that the screen is full and not compressed.

Since 1K isn't that much you better define the size of the visible screen before starting coding.
So what is the idea of the game?
by dr beep
Wed Jan 04, 2017 9:44 pm
Forum: Hardware
Topic: Free RAM on 1k ZX81
Replies: 53
Views: 16009

Re: Free RAM on 1k ZX81

As for starting machinecode only,
You can set the start of machinecode and setting of SP, single use only, on the screen and do a clear screen in the game.
I do it all the time and save another few bytes.