Skip to content

Instantly share code, notes, and snippets.

@jafff
Created April 29, 2012 19:46
Show Gist options
  • Save jafff/2552926 to your computer and use it in GitHub Desktop.
Save jafff/2552926 to your computer and use it in GitHub Desktop.
dcpu memory mapped i/o test
SET I, 255
SET [0x8000], 0x1
:loop ADD [0x8000], 0x1
SUB I, 1
IFN I, 0
SET PC, loop
:crash SET PC, crash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment