Re: direct interface to win32 api for char output

2013-04-03 Thread Christopher Faylor
On Thu, Apr 04, 2013 at 12:06:06AM +0900, wynfi...@gmail.com wrote: >This will be done in assembly language and I'd prefer not to have to >resort to directly using windows or bios interrupts. > >I would like build a very tiny program and I want to skip linking the c >library to this little program.

direct interface to win32 api for char output

2013-04-03 Thread wynfield
This will be done in assembly language and I'd prefer not to have to resort to directly using windows or bios interrupts. I would like build a very tiny program and I want to skip linking the c library to this little program. Doing so would bloat it up to about 225times larger than it would b