URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [newlib-1.17.0/] [libgloss/] [xstormy16/] [sim_malloc_start.s] - Rev 148
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