Search found 3532 matches

by Dr Jefyll
Tue Mar 31, 2026 1:55 pm
Forum: Forth
Topic: Porting FIG Forth 6502 to ca65 and UK101
Replies: 3
Views: 50

Re: Porting FIG Forth 6502 to ca65 and UK101

I was unaware that Y had to remain 0 as that's not in any comments
Apologies, Ray... If you look again you'll see I edited my post. This was promptly after I submitted the erroneous content, but unfortunately you'd already seen it, it seems.

To be clear, Y does not have to remain equal to zero ...
by Dr Jefyll
Mon Mar 30, 2026 5:14 pm
Forum: Forth
Topic: Claude and I Vibe Coded a Forth Interpreter
Replies: 107
Views: 2267

Re: Claude and I Vibe Coded a Forth Interpreter

:idea: Just let Claude do your taxes! What could go wrong? :mrgreen:

-- Jeff
by Dr Jefyll
Mon Mar 30, 2026 4:05 pm
Forum: Forth
Topic: Porting FIG Forth 6502 to ca65 and UK101
Replies: 3
Views: 50

Re: Porting FIG Forth 6502 to ca65 and UK101

Hello, v6ops, and (belated) welcome. :)

Q1. I had to add an extra line to BRAN: to get that working, because the branch offsets weren't being calculated correctly. Firstly, allow me to suggest you use the Code tags for better clarity (see below).

As for the incorrect the branch offsets, adding ...
by Dr Jefyll
Wed Mar 25, 2026 6:27 pm
Forum: Forth
Topic: Claude and I Vibe Coded a Forth Interpreter
Replies: 107
Views: 2267

Re: Claude and I Vibe Coded a Forth Interpreter

Thank you for writing about your adventures with Claude! It's been interesting following along. I too am grateful for you sharing your experience, Martin.

In many cases Claude's performance was perplexing or outright disappointing. But the impression I take away has some surprises of a positive ...
by Dr Jefyll
Sat Mar 21, 2026 4:01 pm
Forum: Forth
Topic: Claude and I Vibe Coded a Forth Interpreter
Replies: 107
Views: 2267

Re: Claude and I Vibe Coded a Forth Interpreter

Claude likes BDD's technique of pointing the direct page register to the stack
FWIW, I don't think BDD claims to have originated this idea. But I daresay it has been independently dreamed up by various different folks... beginning with the '816 designers! (and it's they who deserve the most credit ...
by Dr Jefyll
Sat Mar 14, 2026 6:55 pm
Forum: Hardware
Topic: 74HC670 4x4 Register File IC Info'?
Replies: 10
Views: 640

Re: 74HC670 4-bit Register File IC Info'?

A 16V8 could be made to do what you want, and with low prop time. Agree about the low prop time, but a 16V8 has 8 macrocells, each with only 1 bit of storage. Thus it's incapable of replacing a '670, which has sixteen bits of storage.

(I see John West has just posted, including that same point ...
by Dr Jefyll
Sat Mar 14, 2026 4:02 pm
Forum: Hardware
Topic: 74HC670 4x4 Register File IC Info'?
Replies: 10
Views: 640

Re: 74HC670 4-bit Register File IC Info'?

Oooo! -- the '670!

It's a delightful little nugget of Solution, apt for a surprising variety of Problems! :mrgreen: And this includes memory mapping arrangements. (I wrote about the '670 here .)

It seems the write side of the chip is something like a transparent latch that latches on the rising ...
by Dr Jefyll
Wed Mar 11, 2026 3:57 pm
Forum: Hardware
Topic: 8521 dissection
Replies: 61
Views: 14989

Re: 8521 dissection

[...]
To me, that's what dissecting chips feels like.
Plus that "Indiana Jones factor", when you always expect to bump into traps and man eating bugs behind the next corner. ;)
To quote a former coworker: " It is fun, but not everybody can take that much fun ."
Dieter, you crack me up! And it's ...
by Dr Jefyll
Fri Mar 06, 2026 3:41 pm
Forum: Hardware
Topic: Contemplating DMA
Replies: 17
Views: 1526

Re: Contemplating DMA

Interesting proposal, Neil! And lots to think about. Here are some points that come to mind.

the DMA can run at multiples of the system clock I agree this is doable, but -- realistically -- is it something you'd actually want to undertake? It implies two different clocks, with part of the system ...
by Dr Jefyll
Mon Feb 23, 2026 10:47 pm
Forum: Hardware
Topic: Mickey Mouse logic, address decoding, power management, etc.
Replies: 115
Views: 4205

Re: Mickey Mouse logic, address decoding, power management,

The '521 is the same thing, and the CD74FCT521CT maxes out at 4.5ns.
Same functionality, yes, and single-digit prop time. However, inputs and outputs are TTL, even when V CC is 5 volts. I can’t see how that device could be successfully integrated into an all-CMOS system running on 5 volts.
I too ...
by Dr Jefyll
Wed Feb 18, 2026 9:01 pm
Forum: Hardware
Topic: VIA anomaly ~ single-clock single-step (blind interface)
Replies: 4
Views: 566

Re: VIA anomaly ~ single-clock single-step (blind interface)

During memory read/write clock cycles the chip enable line goes low and high within the clock cycle which works fine for RAM and ROM but a read/write VIA clock cycle doesn't complete until I send another clock cycle of some sort.
If you mean the VIA's chip enable line goes low and high within the ...
by Dr Jefyll
Mon Feb 16, 2026 1:40 pm
Forum: Hardware
Topic: Mickey Mouse logic, address decoding, power management, etc.
Replies: 115
Views: 4205

Re: Mickey Mouse logic for address decoding?

Note that you'll need some circuitry to start and stop the clock. [...]
In the post where I initially talked about this idea , there's a screenshot of that circuit (Fig. 8 ) for the Rockwell chip. OK -- looks good.

Yes, but what is it that provides the cue for the clock to restart?
The ESP32 on ...
by Dr Jefyll
Sun Feb 15, 2026 10:36 pm
Forum: Hardware
Topic: 6502 Laptop
Replies: 8
Views: 909

Re: 6502 Laptop

Yes, it's very nice!

... and presently on the front page of Hacker News! :) (posted 5 hours ago)

Here is a link to the comments.

-- Jeff
by Dr Jefyll
Sun Feb 15, 2026 10:28 pm
Forum: Hardware
Topic: Mickey Mouse logic, address decoding, power management, etc.
Replies: 115
Views: 4205

Re: Mickey Mouse logic for address decoding?

I was counting on it to resume when the clock is restarted. Is that not how it works?
Yes, but what is it that provides the cue for the clock to restart? (Is it input from the human, for example?)

Note that you'll need some circuitry to start and stop the clock. And, to do so cleanly (ie, without ...
by Dr Jefyll
Sun Feb 15, 2026 3:27 pm
Forum: Hardware
Topic: Mickey Mouse logic, address decoding, power management, etc.
Replies: 115
Views: 4205

Re: Mickey Mouse logic for address decoding?

I could use some of the other gates as inverters in the clock circuit. :idea:
Yup. But instead (or as well) it's good to be aware of the following. These little beasties can also solve problems having to do with speed .

-- Jeff

Tiny, superfast gates rival programmable logic

Logic gates are ...