URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [newlib-1.18.0/] [libgloss/] [xstormy16/] [sim_malloc_start.s] - Rev 258
Go to most recent revision | Compare with Previous | Blame | View Log
# This file just defines __malloc_start for newlib for the simulator. # The simulator has RAM up to the I/O area at 0x7F00. .globl __malloc_start .set __malloc_start,0x7F00
Go to most recent revision | Compare with Previous | Blame | View Log