diff --git a/qasm.xcodeproj/xcshareddata/xcschemes/qasm.xcscheme b/qasm.xcodeproj/xcshareddata/xcschemes/qasm.xcscheme new file mode 100644 index 0000000..362ed8f --- /dev/null +++ b/qasm.xcodeproj/xcshareddata/xcschemes/qasm.xcscheme @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/qasm.xcodeproj/xcuserdata/lroathe.xcuserdatad/xcschemes/xcschememanagement.plist b/qasm.xcodeproj/xcuserdata/lroathe.xcuserdatad/xcschemes/xcschememanagement.plist index 4032c53..e1f28ee 100644 --- a/qasm.xcodeproj/xcuserdata/lroathe.xcuserdatad/xcschemes/xcschememanagement.plist +++ b/qasm.xcodeproj/xcuserdata/lroathe.xcuserdatad/xcschemes/xcschememanagement.plist @@ -10,5 +10,13 @@ 0 + SuppressBuildableAutocreation + + 2F5E5496237BAC9A0091163D + + primary + + + diff --git a/src/main.s b/src/main.s index d0b850c..ce3a75e 100644 --- a/src/main.s +++ b/src/main.s @@ -6,37 +6,12 @@ * Created by Lane Roathe on 8/26/19. * Copyright © 2019 Ideas From the Deep. All rights reserved. * - xc off - xc - xc - mx %00 -exprdp = $A5 -expr = $6789 -exprL = $123456 //]XCODESTART ; Keep this at the start and put your code after this - lda expr,S - lda (expr,S),Y - lda #expr - lda (expr,X) - lda (expr),y - lda (expr) - lda [exprL],x - lda [exprL] - lda expr,x - lda expr,y - mvp expr,expr1 - lda expr - lda expr - ldal expr - jmp expr - jmp (expr) - lda #exprL - lda #^exprL - lda #|exprL - - end + xc off + xc + xc + mx %00 *========================================================== * monitor addresses