summaryrefslogtreecommitdiff
path: root/astartup.asm
AgeCommit message (Expand)AuthorFilesLines
2011-06-24fix spelling of dll_initialised, remove some spacesJohn van Groningen1-47/+47
2007-06-27port init and exit code for dll's,John van Groningen1-14/+110
2007-05-09fix use of cvtsd2ss instructionJohn van Groningen1-2/+3
2007-05-09add arrays of 32 bit integers and realsJohn van Groningen1-4/+83
2006-12-13store number of values in xmm registers in rax before varargs c call of sprintfJohn van Groningen1-0/+1
2006-11-29fix DtoAC for recordsJohn van Groningen1-1/+1
2006-11-29the assembler wants eax instead of rax when loading a dwordJohn van Groningen1-1/+1
2006-11-29fix bug in DtoACJohn van Groningen1-1/+1
2006-11-08remove call to write_heap on 64 bit linux because it is not yet implementedJohn van Groningen1-0/+4
2006-09-05add call to write_heapJohn van Groningen1-9/+17
2006-06-26add abs_real_maskJohn van Groningen1-2/+5
2006-06-09fix printing of heap size after garbage collection on windows,John van Groningen1-3/+11
2006-06-02add runtime system for 64 bit windows and linuxJohn van Groningen1-0/+4795