about summary refs log tree commit diff stats
ModeNameSize
-rw-r--r--.gitattributes457log stats plain blame
-rw-r--r--.gitignore17log stats plain blame
-rw-r--r--101screen.subx1638log stats plain blame
-rw-r--r--102keyboard.subx1854log stats plain blame
-rw-r--r--103grapheme.subx7721log stats plain blame
-rw-r--r--104test.subx852log stats plain blame
-rw-r--r--105string-equal.subx12555log stats plain blame
-rw-r--r--106stream.subx4336log stats plain blame
-rw-r--r--108write.subx17118log stats plain blame
-rw-r--r--109stream-equal.subx29736log stats plain blame
-rw-r--r--112read-byte.subx7935log stats plain blame
-rw-r--r--113write-stream.subx11658log stats plain blame
-rw-r--r--115write-byte.subx3973log stats plain blame
-rw-r--r--117write-int-hex.subx10083log stats plain blame
-rw-r--r--118parse-hex-int.subx46615log stats plain blame
-rw-r--r--120allocate.subx56633log stats plain blame
-rw-r--r--121new-stream.subx7085log stats plain blame
-rw-r--r--123slice.subx55736log stats plain blame
-rw-r--r--124next-token.subx95991log stats plain blame
-rw-r--r--126write-int-decimal.subx19984log stats plain blame
-rw-r--r--127next-word.subx23181log stats plain blame
-rw-r--r--301array-equal.subx11644log stats plain blame
-rw-r--r--302stack_allocate.subx1838log stats plain blame
-rw-r--r--308allocate-array.subx665log stats plain blame
-rw-r--r--309stream.subx8019log stats plain blame
-rw-r--r--310copy-bytes.subx4244log stats plain blame
-rw-r--r--311decimal-int.subx17184log stats plain blame
-rw-r--r--312copy.subx287log stats plain blame
-rw-r--r--313index-bounds-check.subx2650log stats plain blame
-rw-r--r--314divide.subx429log stats plain blame
-rw-r--r--315stack-debug.subx2910log stats plain blame
-rw-r--r--316colors.subx5633log stats plain blame
-rw-r--r--317abort.subx9409log stats plain blame
-rw-r--r--318debug-counter.subx511log stats plain blame
-rw-r--r--319timer.subx234log stats plain blame
-rw-r--r--400.mu6432log stats plain blame
-rw-r--r--403unicode.mu4753log stats plain blame
-rw-r--r--408float.mu931log stats plain blame
-rw-r--r--411string.mu4285log stats plain blame
-rw-r--r--412render-float-decimal.mu16745log stats plain blame
-rw-r--r--500fake-screen.mu18018log stats plain blame
-rw-r--r--501draw-text.mu19272log stats plain blame
-rw-r--r--502test.mu1331log stats plain blame
-rw-r--r--503manhattan-line.mu728log stats plain blame
-rw-r--r--504test-screen.mu18694log stats plain blame
-rw-r--r--505colors.mu10936log stats plain blame
-rw-r--r--506math.mu798log stats plain blame
-rw-r--r--507line.mu2291log stats plain blame
-rw-r--r--508circle.mu1997log stats plain blame
-rw-r--r--509bezier.mu7638log stats plain blame
-rw-r--r--510disk.mu995log stats plain blame
-rw-r--r--511image.mu37013log stats plain blame
-rw-r--r--512array.mu3923log stats plain blame
-rw-r--r--LICENSE.txt15249log stats plain blame
-rw-r--r--README.md12298log stats plain blame
d---------apps847log stats plain
d---------archive140log stats plain
-rw-r--r--boot.subx49659log stats plain blame
d---------browse-slack232log stats plain
-rw-r--r--cheatsheet.pdf76298log stats plain blame
d---------editor431log stats plain
-rwxr-xr-xhelp73log stats plain blame
d---------html3192log stats plain
d---------linux4957log stats plain
-rwxr-xr-xmisc_checks900log stats plain blame
-rw-r--r--misc_checks.subx39log stats plain blame
-rw-r--r--modrm.pdf46205log stats plain blame
-rw-r--r--mu-init.subx867log stats plain blame
-rw-r--r--mu.md21147log stats plain blame
-rw-r--r--mu_instructions24323log stats plain blame
d---------shell807log stats plain
-rw-r--r--sib.pdf51968log stats plain blame
-rw-r--r--subx.md7233log stats plain blame
-rw-r--r--subx_bare.md7161log stats plain blame
-rw-r--r--subx_opcodes6930log stats plain blame
d---------tools749log stats plain
-rwxr-xr-xtranslate172log stats plain blame
-rwxr-xr-xtranslate_emulated320log stats plain blame
-rwxr-xr-xtranslate_subx2232log stats plain blame
-rwxr-xr-xtranslate_subx_emulated2538log stats plain blame
-rw-r--r--vimrc.vim4526log stats plain blame
-rw-r--r--vocabulary.md10686log stats plain blame
id='n237' href='#n237'>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
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458