- Renamed and fixed some path issues inside project

This commit is contained in:
Quinn Dunki 2014-08-29 12:28:00 -07:00
parent 0c5b2cdaf4
commit d859ecf470
9 changed files with 125 additions and 28 deletions

4
.gitignore vendored
View File

@ -1,3 +1,7 @@
/AssemblyTest.xcodeproj/xcuserdata/
/AssemblyTest.xcodeproj/project.xcworkspace/xcuserdata/
/Apple2BuildPipelineSample.xcodeproj/xcuserdata/
/Apple2BuildPipelineSample.xcodeproj/project.xcworkspace/xcuserdata/

View File

@ -7,67 +7,67 @@
objects = {
/* Begin PBXFileReference section */
70D435A4199EE3A2001BFD9B /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
70D435A5199EE47A001BFD9B /* x.s */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; path = x.s; sourceTree = "<group>"; };
70E84C2E19B10B3100159159 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
70E84C2F19B10B3100159159 /* x.s */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; path = x.s; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXGroup section */
70D43599199EE38E001BFD9B = {
70E84C2319B10B0500159159 = {
isa = PBXGroup;
children = (
70D435A4199EE3A2001BFD9B /* Makefile */,
70D435A5199EE47A001BFD9B /* x.s */,
70E84C2E19B10B3100159159 /* Makefile */,
70E84C2F19B10B3100159159 /* x.s */,
);
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXLegacyTarget section */
70D4359E199EE38E001BFD9B /* AssemblyTest */ = {
70E84C2819B10B0600159159 /* Apple2BuildPipelineSample */ = {
isa = PBXLegacyTarget;
buildArgumentsString = "$(ACTION)";
buildConfigurationList = 70D435A1199EE38E001BFD9B /* Build configuration list for PBXLegacyTarget "AssemblyTest" */;
buildConfigurationList = 70E84C2B19B10B0600159159 /* Build configuration list for PBXLegacyTarget "Apple2BuildPipelineSample" */;
buildPhases = (
);
buildToolPath = /usr/bin/make;
dependencies = (
);
name = AssemblyTest;
name = Apple2BuildPipelineSample;
passBuildSettingsInEnvironment = 1;
productName = AssemblyTest;
productName = Apple2BuildPipelineSample;
};
/* End PBXLegacyTarget section */
/* Begin PBXProject section */
70D4359A199EE38E001BFD9B /* Project object */ = {
70E84C2419B10B0500159159 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0600;
ORGANIZATIONNAME = "One Girl, One Laptop Productions";
TargetAttributes = {
70D4359E199EE38E001BFD9B = {
70E84C2819B10B0600159159 = {
CreatedOnToolsVersion = 6.0;
};
};
};
buildConfigurationList = 70D4359D199EE38E001BFD9B /* Build configuration list for PBXProject "AssemblyTest" */;
buildConfigurationList = 70E84C2719B10B0500159159 /* Build configuration list for PBXProject "Apple2BuildPipelineSample" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
mainGroup = 70D43599199EE38E001BFD9B;
mainGroup = 70E84C2319B10B0500159159;
projectDirPath = "";
projectRoot = "";
targets = (
70D4359E199EE38E001BFD9B /* AssemblyTest */,
70E84C2819B10B0600159159 /* Apple2BuildPipelineSample */,
);
};
/* End PBXProject section */
/* Begin XCBuildConfiguration section */
70D4359F199EE38E001BFD9B /* Debug */ = {
70E84C2919B10B0600159159 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
@ -107,7 +107,7 @@
};
name = Debug;
};
70D435A0199EE38E001BFD9B /* Release */ = {
70E84C2A19B10B0600159159 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
@ -141,7 +141,7 @@
};
name = Release;
};
70D435A2199EE38E001BFD9B /* Debug */ = {
70E84C2C19B10B0600159159 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
DEBUGGING_SYMBOLS = YES;
@ -153,7 +153,7 @@
};
name = Debug;
};
70D435A3199EE38E001BFD9B /* Release */ = {
70E84C2D19B10B0600159159 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
OTHER_CFLAGS = "";
@ -165,24 +165,25 @@
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
70D4359D199EE38E001BFD9B /* Build configuration list for PBXProject "AssemblyTest" */ = {
70E84C2719B10B0500159159 /* Build configuration list for PBXProject "Apple2BuildPipelineSample" */ = {
isa = XCConfigurationList;
buildConfigurations = (
70D4359F199EE38E001BFD9B /* Debug */,
70D435A0199EE38E001BFD9B /* Release */,
70E84C2919B10B0600159159 /* Debug */,
70E84C2A19B10B0600159159 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
70D435A1199EE38E001BFD9B /* Build configuration list for PBXLegacyTarget "AssemblyTest" */ = {
70E84C2B19B10B0600159159 /* Build configuration list for PBXLegacyTarget "Apple2BuildPipelineSample" */ = {
isa = XCConfigurationList;
buildConfigurations = (
70D435A2199EE38E001BFD9B /* Debug */,
70D435A3199EE38E001BFD9B /* Release */,
70E84C2C19B10B0600159159 /* Debug */,
70E84C2D19B10B0600159159 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 70D4359A199EE38E001BFD9B /* Project object */;
rootObject = 70E84C2419B10B0500159159 /* Project object */;
}

View File

@ -2,6 +2,6 @@
<Workspace
version = "1.0">
<FileRef
location = "self:AssemblyTest.xcodeproj">
location = "self:Apple2BuildPipelineSample.xcodeproj">
</FileRef>
</Workspace>

View File

@ -0,0 +1,41 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDESourceControlProjectFavoriteDictionaryKey</key>
<false/>
<key>IDESourceControlProjectIdentifier</key>
<string>1FF8E5B6-1315-475A-9CD0-FCCF194EDB92</string>
<key>IDESourceControlProjectName</key>
<string>Apple2BuildPipelineSample</string>
<key>IDESourceControlProjectOriginsDictionary</key>
<dict>
<key>1DDA97CB96411CB4840C13C24A3B935FA4FF778E</key>
<string>https://github.com/blondie7575/Apple2BuildPipeline</string>
</dict>
<key>IDESourceControlProjectPath</key>
<string>Apple2BuildPipelineSample/Apple2BuildPipelineSample.xcodeproj</string>
<key>IDESourceControlProjectRelativeInstallPathDictionary</key>
<dict>
<key>1DDA97CB96411CB4840C13C24A3B935FA4FF778E</key>
<string>../../..</string>
</dict>
<key>IDESourceControlProjectURL</key>
<string>https://github.com/blondie7575/Apple2BuildPipeline</string>
<key>IDESourceControlProjectVersion</key>
<integer>111</integer>
<key>IDESourceControlProjectWCCIdentifier</key>
<string>1DDA97CB96411CB4840C13C24A3B935FA4FF778E</string>
<key>IDESourceControlProjectWCConfigurations</key>
<array>
<dict>
<key>IDESourceControlRepositoryExtensionIdentifierKey</key>
<string>public.vcs.git</string>
<key>IDESourceControlWCCIdentifierKey</key>
<string>1DDA97CB96411CB4840C13C24A3B935FA4FF778E</string>
<key>IDESourceControlWCCName</key>
<string>Apple2BuildPipeline</string>
</dict>
</array>
</dict>
</plist>

View File

@ -1,6 +1,6 @@
#
# Makefile
# AssemblyTest
# Apple2BuildPipelineSample
#
# Part of a sample build pipeline for Apple ][ software development
#

Binary file not shown.

BIN
x.dsk

Binary file not shown.

51
x.lst Normal file
View File

@ -0,0 +1,51 @@
ca65 V2.13.3 - (C) Copyright 1998-2012 Ullrich von Bassewitz
Main file : x.s
Current file: x.s
000000r 1 ;
000000r 1 ; x.s
000000r 1 ; Apple2BuildPipelineSample
000000r 1 ;
000000r 1 ; Part of a sample build pipeline for Apple ][ software development
000000r 1 ;
000000r 1 ; Created by Quinn Dunki on 8/15/14.
000000r 1 ; One Girl, One Laptop Productions
000000r 1 ; http://www.quinndunki.com
000000r 1 ; http://www.quinndunki.com/blondihacks
000000r 1 ;
000000r 1
000000r 1
000000r 1 .org $6000
006000 1
006000 1 ; Reserved locations
006000 1
006000 1 INVERSE = $32
006000 1
006000 1
006000 1 ; Constants
006000 1
006000 1 CHAR_NORMAL = $ff
006000 1 CHAR_INVERSE = $3f
006000 1 CHAR_FLASH = $7f
006000 1
006000 1
006000 1 ; ROM entry points
006000 1
006000 1 COUT = $fded
006000 1
006000 1
006000 1
006000 1 ; Main
006000 1
006000 1 main:
006000 1 ;lda #CHAR_FLASH
006000 1 ;sta INVERSE
006000 1
006000 1 loop:
006000 1 A9 D8 lda #'X' + $80
006002 1 20 ED FD jsr COUT
006005 1 4C 00 60 jmp loop ; OMG so many Xs
006008 1
006008 1
006008 1
006008 1

2
x.s
View File

@ -1,6 +1,6 @@
;
; x.s
; AssemblyTest
; Apple2BuildPipelineSample
;
; Part of a sample build pipeline for Apple ][ software development
;