[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[oc] A possible method to attack the patent problem



In a 32 bit instruction word , its four byte is organized as follow:
4 3 2 1
 
perhaps i can design my instruction set that is very similar to ARM , but when i compiler source code to a binary file, i put the four byte as follow:
2 4 3 1
and write to disk
 
How about this idea??