Search found 60 matches

by IanB
Wed Aug 26, 2015 12:29 pm
Forum: Hardware
Topic: Trying to restart a 33 years old ZX81 [SOLVED]
Replies: 54
Views: 19841

Re: Trying to restart a 33 years old ZX81

Congratulations! Regarding the Memotech HRG, I bought one and remember being thoroughly disappointed. It came with a set of ROM routines for plotting, drawing lines, etc, but they were so hopelessly, orders of magnitude slow that it was clear that there was no use for them at all. I was a machine co...
by IanB
Tue Aug 25, 2015 10:04 pm
Forum: Development
Topic: ZXmore or the ZX80CORE follow-up
Replies: 264
Views: 92542

Re: ZXmore or the ZX80CORE follow-up

Hello Becky, welcome to the forum! :)

(Sorry, I don't know the answer to your question though).
by IanB
Sat Aug 22, 2015 4:12 pm
Forum: Development
Topic: ZX-IDE Tutorial for programming assembler and ZX BASIC
Replies: 86
Views: 114169

Re: ZX-IDE Tutorial for programming assembler and ZX BASIC

Okay thanks. It's not a big deal really, it would just be nice to be able to comment out a block of code so I can see more easily how many bytes I've used :)
by IanB
Sat Aug 22, 2015 3:33 pm
Forum: Development
Topic: ZXmore or the ZX80CORE follow-up
Replies: 264
Views: 92542

Re: ZXmore or the ZX80CORE follow-up

I was looking at the photographs trying to understand the fabrication process; then I realised that they're made of awesome! :)
by IanB
Sat Aug 22, 2015 3:01 pm
Forum: Development
Topic: ZXmore or the ZX80CORE follow-up
Replies: 264
Views: 92542

Re: ZXmore or the ZX80CORE follow-up

You can tell this isn't real Sinclair tech. If it was, it'd take six months to arrive, half the chips would be repurposed rejects, and there'd be an extra ROM bodged into the back on a dongle :)
by IanB
Sat Aug 22, 2015 11:01 am
Forum: Development
Topic: ZX-IDE Tutorial for programming assembler and ZX BASIC
Replies: 86
Views: 114169

Re: ZX-IDE Tutorial for programming assembler and ZX BASIC

PokeMon, a question.

Is there any way to comment out blocks of code simply (that is, multiple lines) rather than one line at a time? I'd like to do it while testing alternate subroutines, etc, but I can't seem to find a way :(
by IanB
Fri Aug 21, 2015 1:32 pm
Forum: Development
Topic: ZX81, Alternate Register Pair HL' Used By System?
Replies: 9
Views: 2579

Re: ZX81, Alternate Register Pair HL' Used By System?

Strange, I'm not doing any calls to ROM. Still, it crashes if HL' is changed. It appears to be okay to use BC' though. So far :)
by IanB
Fri Aug 21, 2015 12:13 pm
Forum: Development
Topic: ZX81, Alternate Register Pair HL' Used By System?
Replies: 9
Views: 2579

Re: ZX81, Alternate Register Pair HL' Used By System?

Ah okay, that makes sense. It's just a normal RAND USR 16514 type thing, but I guess that decoding the address from the program line uses the FP calculator.

I won't be using BASIC in the finished program, but it's quite handy to have it working for testing :)
by IanB
Fri Aug 21, 2015 11:40 am
Forum: Hardware
Topic: Trying to restart a 33 years old ZX81 [SOLVED]
Replies: 54
Views: 19841

Re: Trying to restart a 33 years old ZX81

This sort of reminded me of the lighting control board we had in the theatre I worked at in the 1980s. It was a Strand Compact 120, very old tech by today's standards- it even had magnetic core memory(!)- and in general the service engineers, faced with an inexplicable glitch, would put something li...
by IanB
Fri Aug 21, 2015 11:17 am
Forum: Development
Topic: ZX81, Alternate Register Pair HL' Used By System?
Replies: 9
Views: 2579

ZX81, Alternate Register Pair HL' Used By System?

Hopefully a simple question for the experts here- It seems changing the value in the hl' (alternate) register pair causes the ZX81 to crash. I thought the prime registers were safe to use, except af' which is used by the screen display routines. Is hl' used, what for, and is there a particular value...