mirror of
https://github.com/marketideas/qasm.git
synced 2025-03-20 21:29:27 +00:00
Get run to assemble test file
This commit is contained in:
parent
aeedad3883
commit
48042d2c7e
97
qasm.xcodeproj/xcshareddata/xcschemes/qasm.xcscheme
Normal file
97
qasm.xcodeproj/xcshareddata/xcschemes/qasm.xcscheme
Normal file
@ -0,0 +1,97 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Scheme
|
||||
LastUpgradeVersion = "1020"
|
||||
version = "1.3">
|
||||
<BuildAction
|
||||
parallelizeBuildables = "YES"
|
||||
buildImplicitDependencies = "YES">
|
||||
<BuildActionEntries>
|
||||
<BuildActionEntry
|
||||
buildForTesting = "YES"
|
||||
buildForRunning = "YES"
|
||||
buildForProfiling = "YES"
|
||||
buildForArchiving = "YES"
|
||||
buildForAnalyzing = "YES">
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "2F5E5496237BAC9A0091163D"
|
||||
BuildableName = "qasm"
|
||||
BlueprintName = "qasm"
|
||||
ReferencedContainer = "container:qasm.xcodeproj">
|
||||
</BuildableReference>
|
||||
</BuildActionEntry>
|
||||
</BuildActionEntries>
|
||||
</BuildAction>
|
||||
<TestAction
|
||||
buildConfiguration = "Debug"
|
||||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
||||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
||||
shouldUseLaunchSchemeArgsEnv = "YES">
|
||||
<Testables>
|
||||
</Testables>
|
||||
<MacroExpansion>
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "2F5E5496237BAC9A0091163D"
|
||||
BuildableName = "qasm"
|
||||
BlueprintName = "qasm"
|
||||
ReferencedContainer = "container:qasm.xcodeproj">
|
||||
</BuildableReference>
|
||||
</MacroExpansion>
|
||||
<AdditionalOptions>
|
||||
</AdditionalOptions>
|
||||
</TestAction>
|
||||
<LaunchAction
|
||||
buildConfiguration = "Debug"
|
||||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
||||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
||||
launchStyle = "0"
|
||||
useCustomWorkingDirectory = "NO"
|
||||
ignoresPersistentStateOnLaunch = "NO"
|
||||
debugDocumentVersioning = "YES"
|
||||
debugServiceExtension = "internal"
|
||||
allowLocationSimulation = "YES">
|
||||
<BuildableProductRunnable
|
||||
runnableDebuggingMode = "0">
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "2F5E5496237BAC9A0091163D"
|
||||
BuildableName = "qasm"
|
||||
BlueprintName = "qasm"
|
||||
ReferencedContainer = "container:qasm.xcodeproj">
|
||||
</BuildableReference>
|
||||
</BuildableProductRunnable>
|
||||
<CommandLineArguments>
|
||||
<CommandLineArgument
|
||||
argument = ""${PROJECT_DIR}/src/main.s""
|
||||
isEnabled = "YES">
|
||||
</CommandLineArgument>
|
||||
</CommandLineArguments>
|
||||
<AdditionalOptions>
|
||||
</AdditionalOptions>
|
||||
</LaunchAction>
|
||||
<ProfileAction
|
||||
buildConfiguration = "Release"
|
||||
shouldUseLaunchSchemeArgsEnv = "YES"
|
||||
savedToolIdentifier = ""
|
||||
useCustomWorkingDirectory = "NO"
|
||||
debugDocumentVersioning = "YES">
|
||||
<BuildableProductRunnable
|
||||
runnableDebuggingMode = "0">
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "2F5E5496237BAC9A0091163D"
|
||||
BuildableName = "qasm"
|
||||
BlueprintName = "qasm"
|
||||
ReferencedContainer = "container:qasm.xcodeproj">
|
||||
</BuildableReference>
|
||||
</BuildableProductRunnable>
|
||||
</ProfileAction>
|
||||
<AnalyzeAction
|
||||
buildConfiguration = "Debug">
|
||||
</AnalyzeAction>
|
||||
<ArchiveAction
|
||||
buildConfiguration = "Release"
|
||||
revealArchiveInOrganizer = "YES">
|
||||
</ArchiveAction>
|
||||
</Scheme>
|
@ -10,5 +10,13 @@
|
||||
<integer>0</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>SuppressBuildableAutocreation</key>
|
||||
<dict>
|
||||
<key>2F5E5496237BAC9A0091163D</key>
|
||||
<dict>
|
||||
<key>primary</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</dict>
|
||||
</dict>
|
||||
</plist>
|
||||
|
33
src/main.s
33
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
|
||||
lda #|exprL
|
||||
|
||||
end
|
||||
xc off
|
||||
xc
|
||||
xc
|
||||
mx %00
|
||||
|
||||
*==========================================================
|
||||
* monitor addresses
|
||||
|
Loading…
x
Reference in New Issue
Block a user