Skip to content

Commit 3e5f01a

Browse files
author
Matt Waltz
authored
Merge pull request #54 from CE-Programming/dev
Added most of the toolchain rework
2 parents 58fd6a2 + bcbd0da commit 3e5f01a

File tree

590 files changed

+4509
-6515
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

590 files changed

+4509
-6515
lines changed

.gitignore

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Backups
2+
*~
3+
14
# Object files
25
*.o
36
*.ko
@@ -8,27 +11,25 @@ obj/
811
# Precompiled Headers
912
*.gch
1013
*.pch
14+
relocation_table
15+
*_header.asm
16+
*_equates.asm
1117

1218
# Libraries
1319
*.lib
1420
*.a
1521
*.la
1622
*.lo
1723

18-
# Shared objects (inc. Windows DLLs)
19-
*.dll
24+
# Shared objects
2025
*.so
2126
*.so.*
2227
*.dylib
2328

2429
# Executables
25-
*.exe
26-
*.out
27-
*.app
28-
*.i*86
29-
*.x86_64
3030
*.hex
31+
*.8xv
3132

3233
# Debug files
3334
*.dSYM/
34-
*.map
35+
*.map

.gitmodules

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[submodule "src/tools/convhex"]
2+
path = tools/convhex
3+
url = https://github.com/MattWaltz/convhex
4+
[submodule "src/tools/convpng"]
5+
path = tools/convpng
6+
url = https://github.com/MattWaltz/convpng
7+
[submodule "tools/spasm-ng"]
8+
path = tools/spasm-ng
9+
url = https://github.com/MattWaltz/spasm-ng.git

CEdev/bin/.gitignore

Lines changed: 0 additions & 6 deletions
This file was deleted.

CEdev/bin/main_makefile

Lines changed: 0 additions & 272 deletions
This file was deleted.

CEdev/examples/demo_0/Makefile

Lines changed: 0 additions & 48 deletions
This file was deleted.

CEdev/examples/demo_0/README.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

CEdev/examples/demo_0/bin/DEMO0.8xp

-622 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)