summaryrefslogtreecommitdiff
path: root/compiler/m68k/ag68kgas.pas
Commit message (Expand)AuthorAgeFilesLines
* m68k: write inline floating point immediates as hex consts, instead of scient...karoly2021-02-081-6/+10
* * rename the ARM/AArch64-Darwin targets to ARM/AArch64-iOSjonas2020-07-101-1/+1
* m68k: migrate the compiler to the new instruction tables and drop the old oneskaroly2020-05-081-2/+5
* m68k: preparations for upcoming full instruction tables, mostly converting co...karoly2020-05-071-1/+2
* + introduced labelmaxlen in tasminfo and added code in ReplaceForbiddenAsmSym...nickysn2020-04-251-0/+2
* m68k: add subregisters. on 68k, these are not as universal as on x86 and work...karoly2019-09-201-5/+5
* m68k: refactor some code to not fail when the tasmop set will be bigger than ...karoly2019-09-051-23/+19
* m68k/palmos: support the prc-tools specific @END hack for globals when writin...karoly2018-01-041-0/+2
* m68k: changed the internal name of 68k MacOS from system_m68k_mac to system_m...karoly2017-08-221-1/+1
* m68k: removed traces of the never obsolete/ancient openbsd-m68k and never exi...karoly2017-08-121-1/+1
* Use old -m68020 architecture option for m68k-palmos assembler (version 2.14 ...pierre2017-08-091-1/+1
* m68k: improve getreferencestring function a bitkaroly2017-03-201-47/+53
* m68k: inherit the aout assembler writer instead of the normal one for amiga a...karoly2016-12-121-7/+35
* m68k: enable named sections for vasm generated objects. have a separate as_m6...karoly2016-12-111-1/+17
* * restructured the the TExternalAssembler constructors so that thejonas2016-11-091-2/+2
* m68k: support register pair operands in assembler reader and writer, as used ...karoly2016-11-051-0/+2
* m68k: added REMS/REMU to the special formatting requirements list in the asse...karoly2016-05-281-1/+1
* m68k: initial asm-level infrastructure to let the codegenerator output float ...karoly2016-05-101-0/+7
* m68k: do not allocate/free the regset dynamically having it as a normal field...karoly2016-05-101-3/+3
* m68k: output some GAS specific pseudo instructions in the GNU as writer, so t...karoly2016-04-261-2/+12
* m68k: various cleanups and improvements in the GAS assembler writer: pass ope...karoly2016-01-051-37/+23
* m68k: use R_SUBNONE instead of R_SUBWHOLE for FPU regs, indentation fixes of ...karoly2015-12-131-30/+20
* * store a pointer to the used tasminfo record in every assembler writer, sojonas2015-09-121-5/+5
* * factored out the output file handling (mostly writing data) from thejonas2015-09-121-2/+2
* m68k: after a compare on the FPU, move the condition flags back to the CPU. t...karoly2015-02-151-1/+1
* m68k: basic 68881 FPU register save/restore support. probably still needs som...karoly2015-02-071-0/+5
* pass new asm extra opt using -ao optionpierre2014-01-211-1/+1
* fix a bogus R_INTREGISTER to be R_ADDRESSREGISTER in getopstr()karoly2013-10-101-1/+1
* add string version of the new instructions to the right place. removed one mo...karoly2013-10-101-59/+2
* added 68040 CPU type, MOVE16 and ColdFire V4 extra instructionskaroly2013-10-101-0/+4
* removed unused table, cleanupskaroly2013-10-101-14/+3
* * fix handling of register sets on m68k: it is required that they are stored ...florian2013-10-091-2/+2
* Use GasCpuTypeStr array: GAS uses different names for cpu variantspierre2012-12-181-3/+13
* - removed no longer used/supported af_allowdirect flag (direct assemblerjonas2012-10-211-1/+1
* m68k/ag68kgas.pas, getreferencestring:svenbarth2012-10-181-2/+2
* + generic implementation of ReplaceForbiddenAsmSymbolChars() insteadjonas2012-04-111-0/+1
* * changed the supported targets for assembler writers to a set, andjonas2009-01-281-1/+1
* * put Charlie's writeln debugger between DEBUG_CHARLIE conditional compilatio...florian2007-09-161-4/+7
* + some messy m68k changes (first attempt to implement a_param_*)karoly2007-01-021-0/+3
* + fixed dbra errorskaroly2006-12-051-0/+9
* - fixed bra #.label assembler errors hopefullykaroly2006-11-261-13/+13
* * some fpu emulation code from arm to generic code generator movedflorian2006-11-041-4/+4
* Merged revisions 2921-2922,2925 via svnmerge from peter2006-03-161-1/+1
* + fixed m68k for latest changeskaroly2006-03-101-9/+22
* * some more tiny m68k hacks...karoly2006-03-071-0/+357