summaryrefslogtreecommitdiff
path: root/acompact.asm
AgeCommit message (Expand)AuthorFilesLines
2013-07-29fix bug, use r9 instead of r8, for position independent codeJohn van Groningen1-3/+3
2013-07-10don't combine offset and [rip] on linuxJohn van Groningen1-3/+3
2013-07-04add +0 to some pc relative addresses, converted to [rip] on linuxJohn van Groningen1-4/+4
2013-07-04if PIC is defined, make some code position independentJohn van Groningen1-3/+123
2013-07-02use 31*8 instead of 31*9 in and instructionJohn van Groningen1-1/+1
2013-06-26add +0 to some pc relative addresses, converted to [rip] on linuxJohn van Groningen1-2/+2
2013-06-26add +0 to pc relative addresses, converted to [rip] on linuxJohn van Groningen1-1/+1
2013-06-26add +0 to pc relative addresses, converted to [rip] on linuxJohn van Groningen1-1/+1
2013-06-26add +0 to pc relative addresses, converted to [rip] on linuxJohn van Groningen1-2/+2
2013-06-26add +0 to pc relative addresses, converted to [rip] on linuxJohn van Groningen1-1/+1
2013-06-26add +0 to a pc relative address, converted to [rip] on linuxJohn van Groningen1-1/+1
2013-06-26add +0 to pc relative addresses, converted to [rip] on linuxJohn van Groningen1-54/+54
2011-11-15fix compacting of realsJohn van Groningen1-11/+8
2011-06-24remove some spacesJohn van Groningen1-8/+8
2007-05-09add arrays of 32 bit integers and realsJohn van Groningen1-2/+9
2006-09-05mark using pointer reversal ifthe stack becomes too largeJohn van Groningen1-0/+5
2006-06-02add garbage collector for 64 bit windows and linuxJohn van Groningen1-0/+1156