Move assembler entry macros in romlayout.S into new file entryfuncs.S.
authorKevin O'Connor <kevin@koconnor.net>
Thu, 7 May 2009 03:33:32 +0000 (23:33 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Thu, 7 May 2009 03:33:32 +0000 (23:33 -0400)
commitf8e176c48b0a4c6609f06786052ba711b324ca2a
tree34349dd4e7e7d8944322985600fd127a2b58f92a
parent4edb2759795a5679bc4858e225d5b597e7dcd7dc
Move assembler entry macros in romlayout.S into new file entryfuncs.S.

This allows the entry macros to be used in other assembler code.
src/entryfuncs.S [new file with mode: 0644]
src/romlayout.S