Files
raspberrypi/svc01/README
2013-05-04 21:46:01 -04:00

14 lines
366 B
Plaintext

See the top level README file for more information on documentation
and how to run these programs.
Derived from blinker08 and uart04
this is based on a question about svc calls, how to find the swi/svc
immediate.
Like interrupts I dont recommend using interrupts or svc calls unless
you have a really good reason to. they should be the exception not the
norm.