$Id: BUGS,v 1.8 2003/10/11 02:53:55 cosine Exp $

This file lists known bugs/issues in the current release.

The format is as follows:

  B: short description of bug
  V: version I want it fixed by
  D: longer description

--------------

B: libDASM fix: pxor xmm0, xmm0 (0x66 in front - part of actual opcode)
V: 0.1.6

B: libDASM: MOV (0F 22/20/21/23) opcodes
V: 0.1.6
D: disassembled incorrectly

B: fpu registers under OpenBSD
V: 0.1.6
D: After looking through the kernel source, it seems to me
D: that OpenBSD's struct fpreg is identical to FreeBSD's,
D: however the data registers aren't being printed correctly.
D: Also, fix the "register <fpureg>" command under obsd.
