Re: [fpc-devel] x86ins.dat bytes format description

2015-12-13 Thread Florian Klämpfl
Am 07.11.2015 um 22:25 schrieb Bishop: > > Hi all. I am working on adding support of TSX instructions to FPC compiler. > So i need modify > x86ins.dat. In sections "bytes" this file contains not only opcode byte. In > aditional it contains > some control codes that describe generation of prefixe

[fpc-devel] x86ins.dat bytes format description

2015-11-08 Thread Bishop
Hi all. I am working on adding support of TSX instructions to FPC compiler. So i need modify x86ins.dat. In sections "bytes" this file contains not only opcode byte. In aditional it contains some control codes that describe generation of prefixes, schema of operands coding and etc. In some m