source: trunk/libs/newlib/src/libgloss/xstormy16/sim_malloc_start.s @ 444

Last change on this file since 444 was 444, checked in by satin@…, 6 years ago

add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc

File size: 177 bytes
Line 
1# This file just defines __malloc_start for newlib for the simulator.
2# The simulator has RAM up to the I/O area at 0x7F00.
3        .globl __malloc_start
4        .set __malloc_start,0x7F00
5       
Note: See TracBrowser for help on using the repository browser.