diff --git a/Labas/Laba1/main.asm b/Labas/Laba1/main.asm
index 47206d9..104f9f9 100644
--- a/Labas/Laba1/main.asm
+++ b/Labas/Laba1/main.asm
@@ -15,17 +15,17 @@ ExitProcess PROTO STDCALL :DWORD
Start:
mov ax, X
add ax, Y
-
+
;shr ax, 2
xor dx, dx
mov bx, 4
div bx
mov S1, ax
-
+
mov ax, Z
sub ax, Y
sub ax, X
-
+
or ax, S1
exit:
diff --git a/Labas/Laba2/Laba2.vcxproj b/Labas/Laba2/Laba2.vcxproj
new file mode 100644
index 0000000..4d99c5a
--- /dev/null
+++ b/Labas/Laba2/Laba2.vcxproj
@@ -0,0 +1,138 @@
+
+
+
+
+ Debug
+ Win32
+
+
+ Release
+ Win32
+
+
+ Debug
+ x64
+
+
+ Release
+ x64
+
+
+
+
+ 18.0
+ Win32Proj
+ {2d038b22-745f-4779-815f-f1be1c29dbc2}
+ Laba2
+ 10.0
+
+
+
+ Application
+ true
+ v145
+ Unicode
+
+
+ Application
+ false
+ v145
+ true
+ Unicode
+
+
+ Application
+ true
+ v145
+ Unicode
+
+
+ Application
+ false
+ v145
+ true
+ Unicode
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Level3
+ true
+ WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)
+ true
+ stdcpp20
+
+
+ Console
+ true
+
+
+
+
+ Level3
+ true
+ true
+ true
+ WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)
+ true
+ stdcpp20
+
+
+ Console
+ true
+
+
+
+
+ Level3
+ true
+ _DEBUG;_CONSOLE;%(PreprocessorDefinitions)
+ true
+ stdcpp20
+
+
+ Console
+ true
+
+
+
+
+ Level3
+ true
+ true
+ true
+ NDEBUG;_CONSOLE;%(PreprocessorDefinitions)
+ true
+ stdcpp20
+
+
+ Console
+ true
+
+
+
+
+
+
+
+
diff --git a/Labas/Laba2/Laba2.vcxproj.filters b/Labas/Laba2/Laba2.vcxproj.filters
new file mode 100644
index 0000000..153170c
--- /dev/null
+++ b/Labas/Laba2/Laba2.vcxproj.filters
@@ -0,0 +1,17 @@
+
+
+
+
+ {4FC737F1-C7A5-4376-A066-2A32D752A2FF}
+ cpp;c;cc;cxx;c++;cppm;ixx;def;odl;idl;hpj;bat;asm;asmx
+
+
+ {93995380-89BD-4b04-88EB-625FBE52EBFB}
+ h;hh;hpp;hxx;h++;hm;inl;inc;ipp;xsd
+
+
+ {67DA6AB6-F800-4c08-8B7A-83BB121AAD01}
+ rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms
+
+
+
\ No newline at end of file
diff --git a/Labas/Laba2/Laba2.vcxproj.user b/Labas/Laba2/Laba2.vcxproj.user
new file mode 100644
index 0000000..966b4ff
--- /dev/null
+++ b/Labas/Laba2/Laba2.vcxproj.user
@@ -0,0 +1,6 @@
+
+
+
+ true
+
+
\ No newline at end of file
diff --git a/Labas/Laba2/main.asm b/Labas/Laba2/main.asm
new file mode 100644
index 0000000..4c4ba2b
--- /dev/null
+++ b/Labas/Laba2/main.asm
@@ -0,0 +1,15 @@
+.686
+.model flat, stdcall
+.stack 100h
+
+.data
+
+.code
+ExitProcess PROTO STDCALL :DWORD
+
+Start:
+
+exit:
+Invoke ExitProcess, 1
+
+END Start
\ No newline at end of file
diff --git a/~$тчёт 1.docx b/~$тчёт 1.docx
deleted file mode 100644
index 0f1d824..0000000
Binary files a/~$тчёт 1.docx and /dev/null differ
diff --git a/Практики/Praktika2.ms14 b/Практики/Praktika2.ms14
new file mode 100644
index 0000000..9f57a32
Binary files /dev/null and b/Практики/Praktika2.ms14 differ
diff --git a/Практики/Praktika2.ms14 (Security copy) b/Практики/Praktika2.ms14 (Security copy)
new file mode 100644
index 0000000..dcabd0d
Binary files /dev/null and b/Практики/Praktika2.ms14 (Security copy) differ