I'm a computer science graduate so please bear with me the following computer program :
mov ecx, -1
INC ecx
consist of 2 instructions (mov,inc) each working on specific data , can genetics instuctions be expressed in the same way ? if so what is the difference between male and female(humans) when it comes to the number of instructions and the difference if any (eg , n-instuctions being exclusive to female ... etc) ?
Edit#1 :what I mean by instructions is something like a computer program and a programming language commands.