Skip to content

Commit

Permalink
PROJECT_LANG_2_V1.asm
Browse files Browse the repository at this point in the history
An archive of the first version of the 2nd project language file for this directory set.
  • Loading branch information
seanpm2001 authored Dec 18, 2022
1 parent fedc2f9 commit 0ba6449
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions OldVersions/PROJECT_LANGUAGE/Assembly/PROJECT_LANG_2_V1.asm
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 0ba6449

Please sign in to comment.