Re: Disk I/O, BIOS, dosemu, FreeDOS, linux host with Virtual Machines



Frank Kotler <spamtrap@xxxxxxxxxx> writes:
Pop Tart wrote:
Hello,
I've come to a point in my study of MASM where I can't work the
examples for
disk I/O unless I have Windows 98 or less.

Is that a signed "less" or an unsigned "less"? :)

Signed or unsigned? Signed or unsigned? We don't even know
if it's an integral type or floating point type yet!

However, I don't see any point in "windows 98", so it
must be an integer and we're back to your question again.

Phil
--
Dear aunt, let's set so double the killer delete select all.
-- Microsoft voice recognition live demonstration

.



Relevant Pages

  • Re: std::vector pointer
    ... > Is there any implementation where pointer to function is compatible with ... > void* and there is no integral type which is also compatible? ... This breaks on 64-bit Windows where unsigned long is normally 32-bit. ...
    (alt.comp.lang.learn.c-cpp)
  • Re: HAY Herbert, wanna write a legal PE executable ?
    ... Windows 32 bit PE executable files are a specification from ... Who said it need the sheer brutal power of MASM to write a 1024 byte ... possible to improve it using a better assembler. ...
    (alt.lang.asm)
  • Re: Which x86 assembler for Windows/Linux/Solaris?
    ... > like to continue supporting our Windows program. ... "4.11 Using MASM under Linux ... The object files in ELF format can ...
    (comp.lang.asm.x86)
  • Re: ///HLA StdLib2 criticism
    ... this obsolete method would be adding black-box programming ... the truth is you use Windows, all your users use Windows, and ReactOS ... hit for NASM than for MASM. ... 800-pound gorilla amongst all the 8-pound assemblers out there. ...
    (alt.lang.asm)
  • Re: MASM32 help
    ... As I understand it (as is probably obvious, I am neither a Masm user nor a Windows programmer - and it makes a difference!), Masm uses ".386" and friends for two purposes - to enable "modern" instructions, and to ask for 32-bit code. ... What you've got there is Linux code, modified from Nasm syntax - not quite enough, apparently - to Masm syntax. ... I've done "push -11" and had it work, but what I think you're supposed to do is "push -11", call GetStdHandle, and use what that returns as your handle to ...
    (comp.lang.asm.x86)