All about VSYNC & 6809 interrupts | Asm Adventures

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ม.ค. 2025

ความคิดเห็น • 9

  • @rijaja
    @rijaja ปีที่แล้ว +2

    I think I just jumped into something much harder than I'm used to, since the closest thing I did was programming an STM32 processor in C, but I think your explanations were very good because I was still kind of able to follow what was happening. I hope your videos get more attention

  • @acs8-bitzone651
    @acs8-bitzone651 ปีที่แล้ว +1

    "bit 2 is insane. I'll come back to it." Lol!

  • @FedericoTrentonGame
    @FedericoTrentonGame ปีที่แล้ว

    Thank you for making these videos ❤️

  • @melkiorwiseman5234
    @melkiorwiseman5234 ปีที่แล้ว +1

    Further explanation for anyone who still doesn't understand: The PIA is there in order to allow the CPU to find out exactly which device out of several caused the interrupt, so that the interrupt handler can take the appropriate action. It also allows the CPU to disable interrupts from one device while still permitting interrupts from a different device. Without this functionality, the CPU would be limited to three types of interrupt and therefore only three different devices which can cause interrupts. With the PIA in control of interrupts, the CPU can have as many interrupting devices as the PIAs can handle.

  • @Anangelspath
    @Anangelspath ปีที่แล้ว +1

    I’m grateful for your content thank you

  • @nowhereman999
    @nowhereman999 ปีที่แล้ว +1

    Excellent description of interrupts and the PIA. Your videos are becoming a great resource for coco programming. Thanks for another great video.

    • @CocoTownRetro
      @CocoTownRetro  ปีที่แล้ว +1

      I appreciate the kind words. Thank you!

  • @MrWaalkman
    @MrWaalkman ปีที่แล้ว

    Excellent tutorial, thanks!