output.icasm 137 B

12345
  1. // Stores a value at a specific memory address, and then outputs one immediate value and the stored value
  2. ld 0d10, 44
  3. out 21
  4. out 0d10
  5. hlt