Historique des commits

Auteur SHA1 Message Date
  Jonas Maebe 51e68eb302 * fixed several places where the interface crc could change: il y a 6 ans
  Jeppe Johansen f781c8942e Write real atomic operations, and add memory barrier operations. il y a 7 ans
  nickysn d1fc31de94 + add support for '[' and ']' parenthesis in addition to '(' and ')' in il y a 7 ans
  nickysn bbc364b245 * inline asm fix for accessing record variables when using the unitname (e.g. il y a 7 ans
  nickysn 2cee948b72 + support segment overrides in inline asm references to local variables or parameters on x86 il y a 7 ans
  nickysn 10cbeafd7d + always allow using @Result in inline asm sections of pascal routines (only in il y a 7 ans
  florian 8731854165 * test code for avr assembler by Christo Crause il y a 7 ans
  nickysn 6c69e10613 + fix for using the function name (as the function's entry point address, il y a 7 ans
  nickysn b9e41330d4 + ensure the callee size paraloc info is available, when setting up a local var il y a 7 ans
  nickysn b49c09b84c * convert the 'var' parameters of RAUtils.AsmSearchSym to 'out' il y a 7 ans
  nickysn 4d0d143501 * converted the 'size' parameter to RAUtils.SearchType to 'out' instead of 'var' il y a 7 ans
  nickysn 85c0b3854d * converted the 'var' parameters of RAUtils.GetRecordOffsetSize to 'out', il y a 7 ans
  nickysn 11b1da0b9b + generate correct output on i8086 for 'DW xx', 'DW OFFSET xx', 'DD xx' and 'DD OFFSET xx' il y a 7 ans
  nickysn d591e698ac + added parameter 'hasofs' to ConcatConstSymbol. Will be used to support 'dd xx' il y a 7 ans
  nickysn 629be9cee1 + add a 'constsize' parameter to ConcatConstSymbol, so it can be used to il y a 7 ans
  nickysn 24d447716e * fixed support for access from inline asm to absolute vars, pointing to an il y a 7 ans
  nickysn 9450beb99c * fixed bug in intel syntax i8086 inline asm, when certain 'jmp/call [v]' il y a 7 ans
  nickysn d318ab086a * when handling absolute vars from within intel inline assembly, take the il y a 7 ans
  nickysn 325e66287c * fix for inline asm of instructions with 32-bit constant operands on i8086 il y a 7 ans
  florian 4cf2a2672a changes to fix #32043 il y a 7 ans
  Jonas Maebe 744facb7fc * properly support accepting register parameters of assembler routines in il y a 8 ans
  Jonas Maebe aa82e00615 * fixed check to determine whether a record parameter can be subscripted il y a 8 ans
  Károly Balogh 5237a4d5e2 m68k: support register pair operands in assembler reader and writer, as used by some instructions (mainly DIVS/DIVU and friends) so we don't have to hack them as three operand instructions il y a 8 ans
  Jonas Maebe aa1be3276f - removed default value of _typ parameter of TAsmData.(Weak)RefAsmSymbol(): il y a 9 ans
  Jonas Maebe 1cb8c0d00c * specify the def of assembler level symbols defined via il y a 9 ans
  Jonas Maebe 2e0fea94b8 * set operand size information when accessing fields in assembly il y a 9 ans
  nickysn ba66456bdb * properly determine the operand size for inline assembler references to procvar il y a 9 ans
  nickysn 9e110e8e7e * treat interrupt procedures as 'near' in the i8086 inline assembler for TP7 il y a 9 ans
  nickysn dd9e5ea6f6 * convert 'call/jmp [proc]' properly to a near or far call/jmp, depending on il y a 9 ans
  nickysn ef5e368327 + support local label data access in the i8086 inline asm (fixes test tlbldat1.pp) il y a 9 ans