bradyrussell / UISCoin

Java cryptocurrency made to learn more about Bitcoin.
https://bradyrussell.github.io/UISCoin/javadoc
0 stars 1 forks source link

push single byte operator? #54

Open bradyrussell opened 3 years ago

bradyrussell commented 3 years ago

would optimize any single byte pushes by 1 byte

from 010101 to ??01

bradyrussell commented 3 years ago

maybe ops can be byte quad oct for 1 4 and 8 byte pushes