From 0ba6449ca44765c31ae38aa01db01668f1f1f8a2 Mon Sep 17 00:00:00 2001 From: "Sean P. Myrick V19.1.7.2" Date: Sat, 17 Dec 2022 23:01:38 -0800 Subject: [PATCH] PROJECT_LANG_2_V1.asm An archive of the first version of the 2nd project language file for this directory set. --- .../PROJECT_LANGUAGE/Assembly/PROJECT_LANG_2_V1.asm | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 OldVersions/PROJECT_LANGUAGE/Assembly/PROJECT_LANG_2_V1.asm diff --git a/OldVersions/PROJECT_LANGUAGE/Assembly/PROJECT_LANG_2_V1.asm b/OldVersions/PROJECT_LANGUAGE/Assembly/PROJECT_LANG_2_V1.asm new file mode 100644 index 0000000..2915b6b --- /dev/null +++ b/OldVersions/PROJECT_LANGUAGE/Assembly/PROJECT_LANG_2_V1.asm @@ -0,0 +1,13 @@ +; Start of script + +; Project language file 2 +; For: Android-x64/LiveCD_13A +; About: +; I have decided to make Assembly the second project language for this project (Android-x64/LiveCD_13A) as it is needed for core programming alongside C, notably for usage in the bootloader. It is getting its own project language file, starting here. + +; File info +; File version: 1 (2022, Friday, December 16th at 11:01 pm PST) +; File type: Assembly source file (*.asm) +; Line count (including blank lines and compiler line): 14 + +; End of script