.. |
aasmcpu.pas
|
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
|
8 éve |
ag68kgas.pas
|
2dc1d681c2
m68k: inherit the aout assembler writer instead of the normal one for amiga and atari. this allows to remove some of the previously added hacks in the generic writer
|
8 éve |
ag68kvasm.pas
|
026f0e99f3
m68k: made the vasm writer use the right section attributes, but disabled named sections until some vlink issues are sorted out
|
8 éve |
aoptcpu.pas
|
a25ebbba3e
+ added volatility information to all memory references
|
8 éve |
aoptcpub.pas
|
3c2031c9c6
m68k: added RegModifiedByInstruction implementation, enabled RefsHaveScale define
|
10 éve |
aoptcpud.pas
|
790a4fe2d3
* log and id tags removed
|
20 éve |
cgcpu.pas
|
74c1f2aec9
m68k: cosmetics (less C-ism)
|
8 éve |
cpubase.pas
|
c4e954c9a5
m68k: added fint and fintrz instructions
|
8 éve |
cpuinfo.pas
|
2bfa1b995a
m68k: added division/remainder cpu capabilities
|
9 éve |
cpunode.pas
|
a0efde8167
* automatically generate necessary indirect symbols when a new assembler
|
9 éve |
cpupara.pas
|
0cb555c07c
syscalls: move the reference implementation of parseparaloc to paramgr. removes two identical copies from CPU specific code and enables basereg convention for AROS/x86_64. also, other minor fixes and cleanups in related code.
|
8 éve |
cpupi.pas
|
786e814d49
Use the correct frame pointer register: A6 on Unixes and A5 on everything else. The only
|
13 éve |
cputarg.pas
|
a756609a27
m68k: added a simple VASM writer frontend for the GNU AS writer (as VASM has a compatiblity mode)
|
9 éve |
hlcgcpu.pas
|
a25ebbba3e
+ added volatility information to all memory references
|
8 éve |
itcpugas.pas
|
c4e954c9a5
m68k: added fint and fintrz instructions
|
8 éve |
m68kreg.dat
|
9133964676
m68k: new 68k register data file format, which eases future subregister support
|
9 éve |
n68kadd.pas
|
89c1b68b14
* Delete regvars unit.
|
8 éve |
n68kcal.pas
|
a25ebbba3e
+ added volatility information to all memory references
|
8 éve |
n68kcnv.pas
|
66e651bed0
m68k: build fix
|
8 éve |
n68kinl.pas
|
4ee06e7bec
m68k: implemented in_int_real support
|
8 éve |
n68kmat.pas
|
660432685a
m68k: review and some cleanup of the shlshrnode, also add a special case for shifting 64bit values by 1
|
8 éve |
n68kmem.pas
|
a25ebbba3e
+ added volatility information to all memory references
|
8 éve |
n68kset.pas
|
25c34aedc2
m68k: implemented tcpucasenode.genlinearlist. 68k doesn't need cmp after sub, as sub sets the flags as expected. results in simpler, faster and more compact code
|
9 éve |
r68kbss.inc
|
2934424c43
m68k: updated/added some reg includes as generated by the new tool
|
9 éve |
r68kcon.inc
|
7ee09b9620
instead of supporting SP only, have register A7 defined, and have SP as an alias
|
11 éve |
r68kgas.inc
|
7ee09b9620
instead of supporting SP only, have register A7 defined, and have SP as an alias
|
11 éve |
r68kgri.inc
|
7ee09b9620
instead of supporting SP only, have register A7 defined, and have SP as an alias
|
11 éve |
r68knor.inc
|
b19572b41d
+ gas registers
|
21 éve |
r68knum.inc
|
2555cc8496
* register numbers for address registers fixed
|
21 éve |
r68krni.inc
|
b19572b41d
+ gas registers
|
21 éve |
r68ksri.inc
|
7ee09b9620
instead of supporting SP only, have register A7 defined, and have SP as an alias
|
11 éve |
r68ksta.inc
|
2555cc8496
* register numbers for address registers fixed
|
21 éve |
r68kstd.inc
|
7ee09b9620
instead of supporting SP only, have register A7 defined, and have SP as an alias
|
11 éve |
r68ksup.inc
|
2934424c43
m68k: updated/added some reg includes as generated by the new tool
|
9 éve |
ra68k.pas
|
392da9e43f
* fix warnings when compiling the compiler with DFA optimizer enabled on m68k
|
11 éve |
ra68kmot.pas
|
37f43d3604
m68k: cleanup of the BuildRefExpression method in the assembler reader
|
8 éve |
rgcpu.pas
|
a25ebbba3e
+ added volatility information to all memory references
|
8 éve |
symcpu.pas
|
7dd1d6aa77
o fixes handling of iso i/o parameters/program parameters:
|
10 éve |