Add Makefile, gitignore and (empty-ish) source files
This commit is contained in:
1
src/console.asm
Normal file
1
src/console.asm
Normal file
@@ -0,0 +1 @@
|
||||
%include "src/constants.asm"
|
1
src/constants.asm
Normal file
1
src/constants.asm
Normal file
@@ -0,0 +1 @@
|
||||
section .rodata
|
1
src/convert.asm
Normal file
1
src/convert.asm
Normal file
@@ -0,0 +1 @@
|
||||
%include "src/constants.asm"
|
1
src/core.asm
Normal file
1
src/core.asm
Normal file
@@ -0,0 +1 @@
|
||||
%include "src/constants.asm"
|
1
src/string.asm
Normal file
1
src/string.asm
Normal file
@@ -0,0 +1 @@
|
||||
%include "src/constants.asm"
|
1
src/tests.asm
Normal file
1
src/tests.asm
Normal file
@@ -0,0 +1 @@
|
||||
%include "src/constants.asm"
|
Reference in New Issue
Block a user