Have a program output the Fibonacci numbers, but stop once once past 255 (233 would be the last one to be displayed). ``` LDAR 0xE LDBR 0xF ADAB JMPC 0x8 SAVB 0xE SAVA 0xF OUTU 0xF JMPA 0x0 HALT NOOP NOOP NOOP NOOP NOOP 0 1 ```