Then I went down rabbit hole two. The mention above about 256 made me think of an octet 11111111. I remembered the Sidewinder Pilot said that "Exodus" was in the BIOS. I don't know assembly, but going with an assumption of a binary theme, I translated it to binary:
Bin ASCII Dec
01000101 E 69
01111000 x 120
01101111 o 111
01100100 d 68
01110101 u 117
01110011 s 115
Well, three sets of two right?
a * b, c * d, e * f
8280, 7548, 13445
Except y isnt valid in this case, so...
a * b, c - d, e * f
8280, 43, 13445
Flip the galaxy to have it "hang":
-8280, -43, -13445
Didn't someone just do this in an earlier post this week?
Bin ASCII Dec
01000101 E 69
01111000 x 120
01101111 o 111
01100100 d 68
01110101 u 117
01110011 s 115
Well, three sets of two right?
a * b, c * d, e * f
8280, 7548, 13445
Except y isnt valid in this case, so...
a * b, c - d, e * f
8280, 43, 13445
Flip the galaxy to have it "hang":
-8280, -43, -13445
Didn't someone just do this in an earlier post this week?
Last edited: