diff options
Diffstat (limited to 'baremetal/ex4.mu')
-rw-r--r-- | baremetal/ex4.mu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/baremetal/ex4.mu b/baremetal/ex4.mu index 52b681bc..8a3e285e 100644 --- a/baremetal/ex4.mu +++ b/baremetal/ex4.mu @@ -11,5 +11,5 @@ fn main { var g/eax: grapheme <- copy 0x41 # 'A' - draw-grapheme 0, g, 0x10, 0x10, 0xa + draw-grapheme 0, g, 2, 1, 0xa # x of 2 graphemes = 16px from top-left; y of 1 grapheme = 16px down from top-left } |