Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 May 2000 18:24:23 -0700 (PDT)
From:      "David E. O'Brien" <obrien@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/i386/i386 exception.s locore.s support.s src/sys/i386/isa apic_vector.s icu_vector.s
Message-ID:  <200005100124.SAA65223@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
obrien      2000/05/09 18:24:23 PDT

  Modified files:
    sys/i386/i386        exception.s locore.s support.s 
    sys/i386/isa         apic_vector.s icu_vector.s 
  Log:
  1. `movl' is for use with 32-bit operands.  Do NOT use it with 16-bit
     operands.  `movw' could be used, but instead let the assembler decide
     the right instruction to use.
  2. AT&T asm syntax requires a leading '*' in front of the operand for
     indirect calls and jumps.
  
  Revision  Changes    Path
  1.68      +18 -18    src/sys/i386/i386/exception.s
  1.134     +7 -7      src/sys/i386/i386/locore.s
  1.71      +8 -8      src/sys/i386/i386/support.s
  1.50      +21 -21    src/sys/i386/isa/apic_vector.s
  1.15      +10 -10    src/sys/i386/isa/icu_vector.s



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200005100124.SAA65223>