Heh that reminds me: what does the program we inte...
# advent-of-code
k
Heh that reminds me: what does the program we interpreted today actually do?
j
Oh that was one of my favourite puzzles of 2017, day 23 part 2, when you had to reverse engineer an assembly program for a VM you built in part 1 - pen and paper instead of code
k
Yeah that was cool.
But this one is a couple thousand instructions long, so that would take a while.
j
And it probably is different for everybody, so perhaps it just calculates random stuff
m
Oh I loved that one from last year, I slowly but surely translated the instructions into C code to the point where finally had a runnable C program
It took me ages
@karelpeeters But here we have no program counter and no jumps, so you could say the program is... straightforward. 😛
😎 2
k
Ah of course, didn't even think about that.
r
@Marcin Wisniowski Yes. Yes you did.