There are a bunch of optimizations: now the output on the screen is much faster that before, 'cos using putchar(c) instead of printf("%c",c). Tried 832 as buffer size and it worked.
Removed a bunch of useless ASM code.
Still no cursor in 128/80column mode: working on it.
There are a bunch of optimizations: now the output on the screen is much faster that before, 'cos using putchar(c) instead of printf("%c",c). Tried 832 as buffer size and it worked.
Removed a bunch of useless ASM code.
Still no cursor in 128/80column mode: working on it.