arkamnite / llvm-project

Fork of LLVM 15 to enable support for the Game Boy target which is developed here.
http://llvm.org
2 stars 0 forks source link

(epic): Establish calling convention #14

Closed arkamnite closed 1 year ago

arkamnite commented 1 year ago

Establish a calling convention for the Game Boy.

This is a major task which is required in order to complete most other tasks. The existing AVR calling convention must be studied and understood completely to see where it can be adapted to suit the Game Boy best. The tasks are therefore as follows:

arkamnite commented 1 year ago

See Notion page for further details; SDCC V0 and SDCC V1 have been identified as valid contenders for calling conventions.