commit | 202024a27b171700f95717a6ef9c23bcf04d9fc1 | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Sat Jan 17 10:41:28 2009 -0500 |
committer | Kevin O'Connor <kevin@koconnor.net> | Sat Jan 17 10:41:28 2009 -0500 |
tree | 96b0d28ac4ff8ebdd6697f941104afde4a46ccfe | |
parent | 9e91c7bf4201f9b7022459170839b32ba82a7c49 [diff] |
Layout fixed area using linker instead of assembler. The fixed offset requirements of the 16bit code can be done using multiple sections and a linker script. Using the linker allows for more flexibility. Also, have the 16bit code generate sections for every function and variable definition.