Display text
Posted: Sat Dec 22, 2007 2:34 pm
http://www.osdev.org/wiki/Printing_to_Screen
I read this page and for methe ASM version
doesn't work -- i used NASM to compile
its says "error operand size not specified" --- any clue why ??
thx for future help
I read this page and for me
Code: Select all
*((int*)0xb8000)=0x07690748; works but
Code: Select all
mov [0xb8000], 0x07690748
its says "error operand size not specified" --- any clue why ??
thx for future help