.. |
aasmcpu.pas
|
2135b9b724
* for avr1, do not save registers during an interrupt procedure, as it has no memory to store them
|
il y a 5 ans |
agavrgas.pas
|
796eb542be
* LDD/STD need always an offset, resolves #33086
|
il y a 7 ans |
aoptcpu.pas
|
36058ca4d4
* based on a patch by Christo Crause: more compiler fixes for avrtiny, resolves #36646
|
il y a 5 ans |
aoptcpub.pas
|
9b0ff05ee8
- get rid of MaxOps, it is redundant with max_operands
|
il y a 6 ans |
aoptcpud.pas
|
bc73f9021c
Merged revisions 5891-10167,10169-10180 via svnmerge from
|
il y a 17 ans |
avrreg.dat
|
a2e442e111
* keep the names of X, Y and Z in assembler files, fixes issue #32150
|
il y a 8 ans |
ccpuinnr.inc
|
4b4e316af0
* compilation fixed
|
il y a 5 ans |
cgcpu.pas
|
2135b9b724
* for avr1, do not save registers during an interrupt procedure, as it has no memory to store them
|
il y a 5 ans |
cpubase.pas
|
26eae3672b
+ AVR: GetDefaultZeroReg and GetDefaultTmpReg
|
il y a 5 ans |
cpuinfo.pas
|
297d6e2c60
* patch by Christo Crause: more avr1 controllers and remove attiny28 from avr25 makefile list, resolves #36686
|
il y a 5 ans |
cpunode.pas
|
c7d5525b56
+ implemented some AVR specific intrinsics
|
il y a 7 ans |
cpupara.pas
|
2d9cdab264
+ AVR: initial support for the avrtiny architecture
|
il y a 5 ans |
cpupi.pas
|
a905a074b0
* AVR: decide after compiler if a certain subroutine is suitable for avr1, if not, replace it by sleep and warn
|
il y a 5 ans |
cputarg.pas
|
0e13d07a31
+ more avr code
|
il y a 17 ans |
hlcgcpu.pas
|
4cd6f59bc3
* changed create_hlcodegen into a procvar, so that we don't have to insert
|
il y a 6 ans |
itcpugas.pas
|
c86bac021b
+ xch instruction for avr
|
il y a 8 ans |
navradd.pas
|
26eae3672b
+ AVR: GetDefaultZeroReg and GetDefaultTmpReg
|
il y a 5 ans |
navrcnv.pas
|
061a1aacf3
* named class properly
|
il y a 10 ans |
navrinl.pas
|
91016c97a4
AVR: Add optimizations for sign testing, and a better Abs() implementation.
|
il y a 6 ans |
navrmat.pas
|
08c2afb0a4
* AVR: use CP ...,r1 instead of CPI ...,0 to enable all registers being used as first operand
|
il y a 5 ans |
navrmem.pas
|
e76b1b2959
* use unique internalerror instead of copying that from ncgmem (though it should never happen that both occur at once in a AVR compiler)
|
il y a 8 ans |
navrutil.pas
|
7c9aeda656
* rework InsertInitFinalTable a bit more so that the list of init/fini entries does not need to be generated twice for AVR
|
il y a 8 ans |
raavr.pas
|
42e54c1ad5
* max_operands needs only to be 2 on avr
|
il y a 6 ans |
raavrgas.pas
|
4686f61002
* keep track of the temp position separately from the offset in references,
|
il y a 7 ans |
ravrcon.inc
|
a2e442e111
* keep the names of X, Y and Z in assembler files, fixes issue #32150
|
il y a 8 ans |
ravrdwa.inc
|
a2e442e111
* keep the names of X, Y and Z in assembler files, fixes issue #32150
|
il y a 8 ans |
ravrnor.inc
|
a2e442e111
* keep the names of X, Y and Z in assembler files, fixes issue #32150
|
il y a 8 ans |
ravrnum.inc
|
a2e442e111
* keep the names of X, Y and Z in assembler files, fixes issue #32150
|
il y a 8 ans |
ravrrni.inc
|
a2e442e111
* keep the names of X, Y and Z in assembler files, fixes issue #32150
|
il y a 8 ans |
ravrsri.inc
|
a2e442e111
* keep the names of X, Y and Z in assembler files, fixes issue #32150
|
il y a 8 ans |
ravrsta.inc
|
a2e442e111
* keep the names of X, Y and Z in assembler files, fixes issue #32150
|
il y a 8 ans |
ravrstd.inc
|
a2e442e111
* keep the names of X, Y and Z in assembler files, fixes issue #32150
|
il y a 8 ans |
ravrsup.inc
|
a2e442e111
* keep the names of X, Y and Z in assembler files, fixes issue #32150
|
il y a 8 ans |
rgcpu.pas
|
2d9cdab264
+ AVR: initial support for the avrtiny architecture
|
il y a 5 ans |
symcpu.pas
|
7dd1d6aa77
o fixes handling of iso i/o parameters/program parameters:
|
il y a 10 ans |