From b43e72b704bcbd2f99e2f5fa488e0f250f61171f Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Tue, 16 Nov 2021 07:27:52 -0800 Subject: tutorial: remove an unnecessary detail --- tutorial/index.md | 1 - tutorial/task15.mu | 1 - 2 files changed, 2 deletions(-) diff --git a/tutorial/index.md b/tutorial/index.md index b3056076..08610333 100644 --- a/tutorial/index.md +++ b/tutorial/index.md @@ -587,7 +587,6 @@ fn main screen: (addr screen) { compare x, 0x400/screen-width=1024 break-if->= var color/ecx: int <- copy x - color <- and 0xff pixel screen x, y, color x <- increment loop diff --git a/tutorial/task15.mu b/tutorial/task15.mu index a53c2454..9aead07f 100644 --- a/tutorial/task15.mu +++ b/tutorial/task15.mu @@ -8,7 +8,6 @@ fn main screen: (addr screen) { compare x, 0x400/screen-width=1024 break-if->= var color/ecx: int <- copy x - color <- and 0xff pixel screen x, y, color x <- increment loop -- cgit 1.4.1-2-gfad0 h'/> Soul of a tiny new machine. More thorough tests → More comprehensible and rewrite-friendly software → More resilient society.Kartik K. Agaram <vc@akkartik.com>
about summary refs log blame commit diff stats
path: root/100trace_browser.cc
blob: 8b0f949ef65e74f918ae121fab88d5317fb41711 (plain) (tree)
1
2