All about VSYNC & 6809 interrupts | Asm Adventures

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 ต.ค. 2024

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

  • @rijaja
    @rijaja 10 หลายเดือนก่อน +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

  • @melkiorwiseman5234
    @melkiorwiseman5234 11 หลายเดือนก่อน +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.

    • @CocoTownRetro
      @CocoTownRetro  11 หลายเดือนก่อน

      Thanks for the info!

  • @nowhereman999
    @nowhereman999 11 หลายเดือนก่อน +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  11 หลายเดือนก่อน +1

      I appreciate the kind words. Thank you!

  • @Anangelspath
    @Anangelspath 11 หลายเดือนก่อน +1

    I’m grateful for your content thank you

  • @FedericoTrentonGame
    @FedericoTrentonGame 9 หลายเดือนก่อน

    Thank you for making these videos ❤️

  • @acs8-bitzone651
    @acs8-bitzone651 11 หลายเดือนก่อน +1

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

  • @MrWaalkman
    @MrWaalkman 11 หลายเดือนก่อน

    Excellent tutorial, thanks!