Skip to content

Instantly share code, notes, and snippets.

@mipsparc
Created May 25, 2018 16:46
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 mipsparc/cfcf75e14c27513340fcee0f17aede3a to your computer and use it in GitHub Desktop.
Save mipsparc/cfcf75e14c27513340fcee0f17aede3a to your computer and use it in GitHub Desktop.
0x20に入ったビットがスクロールするだけのPIC向けアセンブリ
ORG 0
RAMTOP
CLRF 0x20
INCF 0x20, 1
LOOP
RLF 0x20, 1
GOTO LOOP
END
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment