int get_digit (kode_pos z, int dig) { return z[dig]; } Memory Reference Code # %edx = z # %eax = dig movl (%edx,%eax,4),%eax # z[dig]