IAmAThousandTrees
Results
2
comments of
IAmAThousandTrees
agreed. I do this all the time, it's super effective.
rcx is the static array pointer, rax is the index. without rax you'd be accessing absolute memory addresses 0 to 99, i.e. null pointer dereference. I personally use a slightly...