blob: e95ebfdd25a1bb981551831e07f06517863d0691 [file] [log] [blame]
/*
* Copyright 2008 by Texas Instruments Incorporated.
*
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
* granted through contract.
*
*/
/*
* ======== MSP430.getMemoryMap ========
* Returns the memory map as seen by a program running on this device
* when the registers are set as specified by the regs hash.
*/
function getMemoryMap(regs)
{
return (this.memMap);
}