Skip to content

Instantly share code, notes, and snippets.

@emoon
Created January 22, 2011 13:00
Show Gist options
  • Save emoon/791109 to your computer and use it in GitHub Desktop.
Save emoon/791109 to your computer and use it in GitHub Desktop.
(def-spu-fun spu-fun (data :u32)
(spu-format "~d~%" data))
(defun my-ppu-fun ()
(spu-fun 0)) ; scheduling, etc is up to the implementation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment