Only if that memory is flash memory - the AVR microcontrollers are Havard architecture, not von-Neumann. And writing flash is (despite the name) slow. Its probably faster to use an interpreter.
Only if that memory is flash memory - the AVR microcontrollers are Havard architecture, not von-Neumann. And writing flash is (despite the name) slow. Its probably faster to use an interpreter.