.SendBarPattsToPPUS JMP SendBarPattsToPPU ; Jump to SendBarPattsToPPU to send the pattern data for ; the icon bar to the PPU, returning from the subroutine ; using a tail callName: SendBarPattsToPPUS [Show more] Type: Subroutine Category: PPU Summary: Send the pattern data for the icon bar to the PPU (this is a jump so we can call this routine using a branch instruction) Deep dive: Drawing vector graphics using NES tilesContext: See this subroutine in context in the source code References: This subroutine is called as follows: * SendBuffersToPPU (Part 1 of 3) calls SendBarPattsToPPUS
[X]
Subroutine SendBarPattsToPPU (category: PPU)
Send pattern data for tiles 0-127 for the icon bar to the PPU, split across multiple calls to the NMI handler if required