Re: enabling x87 interrupts



Rod Pemberton <spamtrap@xxxxxxxxxx> wrote:
: "Wendy E. McCaughrin" <spamtrap@xxxxxxxxxx> wrote in message
: news:ecklk5$psb$1@xxxxxxxxxxxxxxxxxxxxxxxxxx
: > Is the 8259A (PIC) still used to enable interrupts? I unmasked

: "Unmasked" meaning clearing the bit (i.e., zero or low). All bits not
: triggering interrupts should be set (i.e., one or high).

: > bit #2
: > in the master PIC and bit #5 (a.k.a. #13) in the slave PIC it cascades
: > with, to enable FPU interrupts. I have unmasked all 6 exceptions in the
: > FPU's control-word and use STI. Yet, INT 75h is never accessed.
: >

Right. That is what I did: AND'd to zero out the 6 exception-flags in
the FPU's control-word and also bit #2 in PIC-1, bit #5 in PIC-2.

.



Relevant Pages

  • Re: C2124 is most disrespectful of IEEE floating point arithmetic
    ... Treatment of division by zero, forming a remainder using a zero ... For a compile-time expression, ... So depending on our handling of FP exceptions we should see one of two ... we have a compile-time error. ...
    (microsoft.public.vc.language)
  • Re: So whats null then if its not nothing?
    ... The NULL propagation is simple - NULLS in, NULLS out, ... Allowing exceptions means that there will be ... But NULL*0 not being zero is also doing that. ...
    (comp.databases.theory)
  • Re: T edit descriptor and ADVANCE="NO"
    ... Advancing I/O terminates a record. ... a formatted record may have zero length. ... I don't see any exceptions for zero-length mentioned in the bit about ...
    (comp.lang.fortran)
  • Re: 2-page viewing of PDFs
    ... Jeffrey Goldberg writes: ... I wasn't aware that there were exceptions. ... If they shifted them all by one, two-page spreads would ... the option to pretend that there's a page zero (ie. to show pages ...
    (comp.sys.mac.apps)
  • Re: Turn off ZeroDivisionError?
    ... by zero: they generate a properly signed INF. ... something surprising. ... Python doesn't generate exceptions for ... "Python just does whatever the underlying hardware does with ...
    (comp.lang.python)