int main(void) { *(char*)0xb8000 = 'A'; *(char*)0xb8001 = 'B'; return 0; }