More ULM Coding =============== Write a program in ULM-machine code that does the following things: - Store the decimal value `42` in register 5 - Add the constant value `1` to the content of register 5 and store the result in register 6 - Add a constant value to the content of register r such that the signed flag gets set to 1. The result of the operation is supposed to be discarded. :navigate: up -> doc:index back -> doc:session01/page01