Created
February 7, 2018 22:31
-
-
Save Jakemangan/26ace65770db6030924bd7684b018a0d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
begin | |
LDA #10 ;load $0A into accumulator | |
LDX $15 ;load $15m into X | |
_loop TAX ;transfer A to X | |
SEC ;set carry flag | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment