You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

11 lines
189 B

#include "kmain.h"
#include "io.h"
int main()
{
fb_write_cell(0, 'A', 0, 15);
fb_write_cell(2, 'B', 0, 15);
fb_write_cell(4, 'C', 0, 15);
fb_move_cursor(6);
return 0;
}