gint/src/dma
Lephe 2cdf925f94
interrupts: save caller-saved registers in main handler
This is an obvious requirement for the interrupt routine, which was
forgotten and only surfaced when I used a timer callback started with
multiplications in an innocent add-in. r0..r7 are saved automatically,
which leaves pr, gbr, mach et macl susceptible to corruption by the
interrupt handler.
2020-05-06 20:45:35 +02:00
..
dma.c code review and display driver changes 2020-02-23 16:05:25 +01:00
inth.s interrupts: save caller-saved registers in main handler 2020-05-06 20:45:35 +02:00
memcpy.c dma: finalize dma_memset() and dma_memcpy() 2019-09-15 19:30:57 +02:00
memset.c dma: finalize dma_memset() and dma_memcpy() 2019-09-15 19:30:57 +02:00