Skip to content

Instantly share code, notes, and snippets.

@maurer
Created October 26, 2011 15:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maurer/1316738 to your computer and use it in GitHub Desktop.
Save maurer/1316738 to your computer and use it in GitHub Desktop.
isr.bash excerpt
echo isrs: # Handle to table
for n in `seq 0 255` # For each possible IRQ
do
echo .long isr_$n # emit a function pointer
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment