This commit is contained in:
alexvoste
2026-05-07 01:22:24 +03:00
parent 07e8fdd4b9
commit f3fc474eca
5 changed files with 120 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
global .text
_start
mov eax, 70
jp carry_set
carry_set
mov bx, 66
syscall