This is a series of programming challenges for beginners and experienced Caché programmers.
For an introduction : go to article https://community.intersystems.com/post/advent-code-2016-day1-no-time-t…
Today, you need to make a compiler for the language assembunny.
Luckily, this language has only 4 instructions :
cpy x yinc xdec x
For example :
cpy 41 a inc a inc a dec a jnz a 2 dec a
After executing these instructions, the register a would contain 42.

I unable to change response Class.
