add citation link to readme
This commit is contained in:
parent
9f33208c15
commit
9b32ddedb4
|
@ -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
|
||||
BSL memory, (mis)using the possibility that the effective value of `pc`
|
||||
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
|
||||
execution? (Most likely, just like interrupts can, I simply haven't checked.)
|
||||
|
||||
|
|
Loading…
Reference in New Issue