If you are trying to get 'memory_output4' into 'memory_output6' replace line after
read 4 with

memory_output6.byte0 = memory_output4.byte0
memory_output6.byte1 = memory_output4.byte1

memory_output6 should now be 10,000

Phil