Creating programs in assembly can be somewhat tedious and time-consuming, so professional programmers tend to prefer to use a higher-level programming language such as C (its predecessor was called "B"), which was developed at Bell Laboratories by Dennis Ritchie in 1972. Thus, we've been contemplating writing a small C compiler that we could use to create programs to run on the DIY Calculator.