View previous topic :: View next topic |
Author |
Message |
GoldServe
Joined: 27 Jun 2005 Posts: 10
|
write_eeprom and read_eeprom as function calls and not macro |
Posted: Sat Jul 30, 2005 10:29 pm |
|
|
In an effor to squeeze every possible rom space out of the PIC12F675, is it possible to implement write_eeprom as my own function call instead of having the compiler paste the assembly code in like a macro? I have many write_eeprom calls and it would save so much space by implementing them as a call to a function.
Thanks. |
|
|
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
|
GoldServe
Joined: 27 Jun 2005 Posts: 10
|
|
Posted: Sun Jul 31, 2005 7:56 am |
|
|
Doh!!
Why didn't I think of it...create a wrapper!! Thanks! |
|
|
|