You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Duplicates the object at the index in the stack arg2 times in the instructions place, but reverses the bits on every iteration.
Example:
Stack[3] = 0b1100111100110000 = 0xCF30
0b0010011 00001000
Produces 0xCF3003FC CF3003FC CF3003FC CF3003FC
Automatic Compressor:
Goal: Determine best compression instructions to use.
How: Iterate through the file, testing compression instructions.
Levels: Different levels of automation/compression can be used for different compression times. Higher levels tend to result in better compressed files, but slower compression.