// Stores two values at specific memory addresses, and then adds them ld 0d9, 10 ld 0d10, 37 add 0d9, 0d10, 0d2 add 0d2, 3, 0d12 hlt