about summary refs log blame commit diff stats
path: root/baremetal/400.mu
blob: 016204c5e13648a7d745281b95a0f3daac1e3779 (plain) (tree)
1
2
3
                                                           
                                                
                                                                                
sig pixel screen: (addr screen), x: int, y: int, color: int
sig read-key kbd: (addr keyboard) -> _/eax: byte
sig draw-grapheme screen: (addr screen), g: grapheme, x: int, y: int, color: int