aboutsummaryrefslogtreecommitdiff
path: root/tests/stack_machine_tee/instructions.s.tcl
blob: f51940aba0001fce705647761bea07a703ec189d (plain)
1
2
3
4
5
6
7
8
9
10
### All three stores should write the hABCDEF

set_sp 0
const hABCDEF
tee
store h000100
tee
store h000200
store h000300
halt