From f1744c694403ea54f2896eb6eacb467af852b356 Mon Sep 17 00:00:00 2001 From: Himanshu Verma Date: Sat, 19 Oct 2019 11:48:32 +0530 Subject: [PATCH] Update ass1_13CS30015.s --- 1. Annotating Assembly/Solution/ass1_13CS30015.s | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/1. Annotating Assembly/Solution/ass1_13CS30015.s b/1. Annotating Assembly/Solution/ass1_13CS30015.s index ba773d1..d54414e 100644 --- a/1. Annotating Assembly/Solution/ass1_13CS30015.s +++ b/1. Annotating Assembly/Solution/ass1_13CS30015.s @@ -5,11 +5,7 @@ # Then, we have to comment the whole assembly language code #Registers used -# %rdi -> 1st argument to a function -# %rsi -> 2nd argument to a function -# %rdx -> 3rd argument to a function -# %rcx -> 4th argument to a function -# %rax -> returns the value from the function + .file "ass1_13CS30015.c" # source file name