diff options
Diffstat (limited to 'baremetal/103grapheme.subx')
-rw-r--r-- | baremetal/103grapheme.subx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/baremetal/103grapheme.subx b/baremetal/103grapheme.subx index a536bfed..9b19884f 100644 --- a/baremetal/103grapheme.subx +++ b/baremetal/103grapheme.subx @@ -1,3 +1,7 @@ +# Use the built-in font to draw a grapheme to screen. + +== code + draw-grapheme: # screen: (addr screen), g: grapheme, x: int, y: int, color: int # . prologue 55/push-ebp |