From 7af4752020545f7ac7d00031fe781c879f6146a0 Mon Sep 17 00:00:00 2001 From: Andreas Kapp Lindquist Date: Mon, 29 Sep 2025 19:56:19 +0200 Subject: docs(sorting.s): Added doc for 4th argument --- src/sorting.s | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/sorting.s b/src/sorting.s index c626b06..c461c49 100644 --- a/src/sorting.s +++ b/src/sorting.s @@ -1,7 +1,8 @@ # -------------------------------------------- # FUNCTION: sorter # PURPOSE : Sorts array a, with references to arrays a_i, based on the given -# key in a_i, address and size of a. +# key in a_i, address and size of a, and an address of a sorting algorithm to be +# used # INPUTS : rdi = address for a # rsi = length of a in bytes # rdx = index of key to sort by -- cgit v1.2.3-70-g09d2