You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@mlund They have the same effect, but dma_poke uses a DMA transfer to write a single byte. This is inefficient. The new lpoke uses 32 bit write operations to do the same in an efficient way.
The commit 87ae766 introduced new peek/poke functions in cc65. Ideally these should be available also in KickC and Clang. Related to #18.
Ping @ki-bo.
The text was updated successfully, but these errors were encountered: