mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-19 20:32:37 +00:00
33c6d01531
* First approach to afCl/cdecl. Thanks @oddcoder. * Remove compilers that do not exist for AVR * Remove unnecessary platform-specific code since 'cc-arch-bits' should be already a stable convention. * Typo on the afC way
14 lines
184 B
Plaintext
14 lines
184 B
Plaintext
default.cc=avr
|
|
|
|
avr=cc
|
|
cc.avr.name=avr
|
|
cc.avr.arg1=r26
|
|
cc.avr.arg2=r25
|
|
cc.avr.arg3=r24
|
|
cc.avr.arg4=r23
|
|
cc.avr.arg5=r22
|
|
cc.avr.arg6=r21
|
|
cc.avr.arg7=r18
|
|
cc.avr.argn=stack
|
|
cc.avr.ret=r24
|