about summary refs log tree commit diff stats
path: root/html/linux/apps/ex1.subx.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2021-11-09 09:23:31 -0800
committerKartik Agaram <vc@akkartik.com>2021-11-09 09:23:31 -0800
commit3ff2fe607c2cb5690d201d3b83ddcc957e949b7a (patch)
tree2dd6019731bad313ecf0423d6063c9d0fa0bb77e /html/linux/apps/ex1.subx.html
parentef8fd8851a883eefd7bd55ffc31d6e00f67d50a8 (diff)
downloadmu-3ff2fe607c2cb5690d201d3b83ddcc957e949b7a.tar.gz
.
Diffstat (limited to 'html/linux/apps/ex1.subx.html')
-rw-r--r--html/linux/apps/ex1.subx.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/linux/apps/ex1.subx.html b/html/linux/apps/ex1.subx.html
index 678f74c9..4be53f0a 100644
--- a/html/linux/apps/ex1.subx.html
+++ b/html/linux/apps/ex1.subx.html
@@ -59,8 +59,8 @@ if ('onhashchange' in window) {
 <span id="L4" class="LineNr"> 4 </span><span class="subxComment"># Same as <a href="https://www.muppetlabs.com/~breadbox/software/tiny/teensy.html">https://www.muppetlabs.com/~breadbox/software/tiny/teensy.html</a></span>
 <span id="L5" class="LineNr"> 5 </span><span class="subxComment">#</span>
 <span id="L6" class="LineNr"> 6 </span><span class="subxComment"># To run:</span>
-<span id="L7" class="LineNr"> 7 </span><span class="subxComment">#   $ bootstrap/bootstrap translate apps/ex1.subx -o ex1</span>
-<span id="L8" class="LineNr"> 8 </span><span class="subxComment">#   $ bootstrap/bootstrap run ex1</span>
+<span id="L7" class="LineNr"> 7 </span><span class="subxComment">#   $ ./translate_subx 000init.subx apps/ex1.subx</span>
+<span id="L8" class="LineNr"> 8 </span><span class="subxComment">#   $ ./a.elf</span>
 <span id="L9" class="LineNr"> 9 </span><span class="subxComment"># Expected result:</span>
 <span id="L10" class="LineNr">10 </span><span class="subxComment">#   $ echo $?</span>
 <span id="L11" class="LineNr">11 </span><span class="subxComment">#   42</span>
> 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326