| /* --COPYRIGHT--,EPL |
| * Copyright (c) 2008 Texas Instruments and others. |
| * All rights reserved. This program and the accompanying materials |
| * are made available under the terms of the Eclipse Public License v1.0 |
| * which accompanies this distribution, and is available at |
| * http://www.eclipse.org/legal/epl-v10.html |
| * |
| * Contributors: |
| * Texas Instruments - initial implementation |
| * |
| * --/COPYRIGHT--*/ |
| /* |
| * ======== Intel80586.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); |
| } |