add citation link to readme

This commit is contained in:
Triss 2022-04-09 22:26:45 +02:00
parent 9f33208c15
commit 9b32ddedb4
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ described near the end, the article is quite large.
1. Pipelining: can code running at `0x0FFE` (or a similar address) access the 1. Pipelining: can code running at `0x0FFE` (or a similar address) access the
BSL memory, (mis)using the possibility that the effective value of `pc` BSL memory, (mis)using the possibility that the effective value of `pc`
might differ from the executed address due to pipelining effects? (cf. might differ from the executed address due to pipelining effects? (cf.
MerryMage's GBA BIOS dump) [MerryMage's GBA BIOS dump](https://mary.rs/lab/gbabios/))
1. DMA: can a DMA transfer be used to change the stack contents during BSL 1. DMA: can a DMA transfer be used to change the stack contents during BSL
execution? (Most likely, just like interrupts can, I simply haven't checked.) execution? (Most likely, just like interrupts can, I simply haven't checked.)