Am 24.11.2010 00:02, schrieb Joshua Phillips: > Hello. > > I'm trying to understand fpc's assembler's internals. > In fpcsrc/compiler/i386/cpubase.inc the enumertaion topsize is defined. > The elements S_B, S_W, S_L and S_Q correspond to byte, word, longword > and quadword. The elements S_IB, S_IW, S_IL and S_IQ also seem to > correspond to those sizes. What's the difference between the S_* and > S_I* elements?
S_I* is used by the assembler reader and indicates an explicit size description (e.g. the dword prt part in mov dword ptr l,eax) _______________________________________________ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel