feat: add multiboot2 framebuffer and Forth pixel primitives
Co-authored-by: aider (openrouter/moonshotai/kimi-k2.6) <aider@aider.chat>
This commit is contained in:
@@ -204,6 +204,14 @@ void do_dot_quote(Word* w);
|
||||
void do_dot_quote_inner(Word* w);
|
||||
void do_words(Word* w);
|
||||
|
||||
// Framebuffer
|
||||
void do_fb_addr(Word* w);
|
||||
void do_fb_width(Word* w);
|
||||
void do_fb_height(Word* w);
|
||||
void do_fb_pitch(Word* w);
|
||||
void do_fb_bpp(Word* w);
|
||||
void do_fb_plot(Word* w);
|
||||
|
||||
// Memory
|
||||
void do_fetch(Word* w);
|
||||
void do_store(Word* w);
|
||||
|
||||
Reference in New Issue
Block a user