Skip to content

Instantly share code, notes, and snippets.

@TechR10n
Created February 17, 2015 21:33
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 TechR10n/10d61a9a299bda3d1c03 to your computer and use it in GitHub Desktop.
Save TechR10n/10d61a9a299bda3d1c03 to your computer and use it in GitHub Desktop.
SOPT1
LDA SOPT1 ;Load accum with contents of SOPT1
AND #%01111111 ;disable watchdog (located in first bit of SOPT1)
ORA #%00000001 ;enable reset button
STA SOPT1 ;Store accum data to SOPT1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment