Added build script and continued to lesson 10

This commit is contained in:
2025-06-22 21:03:18 +03:00
parent 9165f49e62
commit 6a824fbbda
18 changed files with 153 additions and 2 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
%include '../lib/fl.asm'
; %include '../lib/fl.asm' ; local
%include 'lib/fl.asm' ; build.sh
SECTION .data
msg1 db 'Cats and', 0Ah