about summary refs log tree commit diff stats
path: root/064write-byte.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-02-17 23:35:44 -0800
committerKartik Agaram <vc@akkartik.com>2020-02-18 00:07:11 -0800
commit01a28c56c77a265fc6dd9c29ba1f9abc04fbab7e (patch)
tree1e2602e6be4b7c812188c42a0cdf3eb428bdc2fd /064write-byte.subx
parent75b9ff501037c788f7ae62e355d75909e477a83b (diff)
downloadmu-01a28c56c77a265fc6dd9c29ba1f9abc04fbab7e.tar.gz
6019 - finish supporting all branch primitives
I'd been thinking I didn't need unconditional `break` instructions, but
I just realized that non-local unconditional breaks have a use. Stop over-thinking
this, just support everything.

The code is quite duplicated.
Diffstat (limited to '064write-byte.subx')
0 files changed, 0 insertions, 0 deletions
40'>140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200