• by jevinskie on 1/21/2023, 3:41:07 PM

    Also check out the weird machine for an ARM PL080 DMA engine.

    https://github.com/jowinter/dmacu

  • by alexisread on 1/21/2023, 6:30:22 PM

    Funnily enough, Amiga and ST blitters did a similar thing a few years back. Notably they were not much faster than the CPU (the 68030 was faster) but the main advantage was the bit shifting as well as the byte transfer functions in parallel with the CPU, that gave them an edge

  • by londons_explore on 1/21/2023, 7:33:55 PM

    This is a rather nice route for malicious code to hide itself... A full trace of what the CPU is up to could never find this.

  • by londons_explore on 1/21/2023, 7:33:10 PM

    So this seems to only use 3 DMA channels... So by using all 12, you could have 4 additional "cores".

  • by RantyDave on 1/22/2023, 12:26:04 AM

    Huh, so DMA controllers do a lot more than I thought they did. A question though: don't we need a "jump if zero" or similar in order to be Turing complete? I see a loop instruction but nothing that could be considered an "if"... https://developer.arm.com/documentation/ddi0424/d/instructio...

  • by kamranjon on 1/21/2023, 5:37:04 PM

    Does this have any practical application or is it more intended to show that it is possible?

  • by bullen on 1/21/2023, 5:11:22 PM

    Is this the same as the PIO or are those separate?

  • by azinman2 on 1/21/2023, 5:36:52 PM

    Is this a class project? I’m very impressed!

  • by drfuchs on 1/21/2023, 6:10:12 PM

    Yeah! I/O Channel Processors are back, baby! Now, if only I could find my IBM 370/168 POP manual around somewhere…