Search found 4 matches: XR28*

Searched query: xr28*

by Sheep64
Sat Jul 09, 2022 4:14 pm
Forum: Programming
Topic: Stacking Multiplication and Division similar to ADC/SBC
Replies: 18
Views: 2892

Re: Stacking Multiplication and Division similar to ADC/SBC

To Proxy, on Thu Nov 11 2021, I suggested minimal FPU without division and mentioned Raphson and FDIV bug. To John West, I've previously suggested hardware multiply and software division and modulo . Processors, such as TMS9900, typically supported multiply and divide (or not) as a pair. Since the ...
by Sheep64
Wed Feb 02, 2022 4:54 pm
Forum: Hardware
Topic: Project Snail: 65C02 Crawling At 62.5kHz
Replies: 13
Views: 6924

Re: Project Snail: 65C02 Crawling At 62.5kHz

GARTHWILSON: It occurred to me almost immediately after publication that I might be out by a factor of 10. I thought "Hopefully, one of the amateur radio enthusiasts corrects it. Otherwise, one of the pedants will jump on it." 6502 assembly programming requires a certain level of pedantry. Therefore ...
by Sheep64
Wed Feb 02, 2022 4:32 pm
Forum: Hardware
Topic: 65816 Banks Half Filled With RAM For Symmetric Decode
Replies: 4
Views: 1434

Re: 65816 Banks Half Filled With RAM For Symmetric Decode

I expected one or two negative comments and a general consensus that I devised an inadvisable memory map. I did not expect the weight and speed of negative reactions. Nor did I expect Dr Jefyll to provide the most tentative response.

Regarding software, my approach is to have applications which ...
by Sheep64
Wed Feb 02, 2022 4:13 pm
Forum: Hardware
Topic: Design challenge: 6502-based EPROM programmer
Replies: 145
Views: 24945

Re: Design challenge: 6502-based EPROM programmer

You're probably over-thinking this problem.

No, actually, I'm under-thinking the problem. The shift register solution requires four signal lines: clock, data, set bits live - and then a programming pulse with controlled duration. I considered bodging this into a NES input peripheral extension ...