aboutsummaryrefslogtreecommitdiffstats
path: root/asm/c_args.asm
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--asm/c_args.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/asm/c_args.asm b/asm/c_args.asm
index 441e4c3..17f90c9 100644
--- a/asm/c_args.asm
+++ b/asm/c_args.asm
@@ -1,4 +1,4 @@
-/* ************************************************************************************ */
+/****************************************************************************************/
/* */
/* File : c_args.asm /_________/ */
/* Author : Joe | */
@@ -8,14 +8,14 @@
/* \ / */
/* \_____/ */
/* */
-/* ************************************************************************************ */
+/****************************************************************************************/
-/* ******************************* */
+/***********************************/
/* c_args(argc: rdi, *argv[]: rsi) */
/* ------------------------------- */
/* returns 0 if args are invalid */
/* returns 1 if args are valid */
-/* ******************************* */
+/***********************************/
.text
.extern strncmp