aboutsummaryrefslogtreecommitdiff
path: root/tests/stack_machine_tee/instructions.s.tcl
blob: 98117c76a72e9968dac97b473dee6977c7561e8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/env tclsh

source tclasm.tcl

### All three stores should write the hABCDEF

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