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