1 / 3

El simulador EASy68K del MC68000 (I)

El simulador EASy68K del MC68000 (I). Instalación (descargar desde http://www.easy68k.com/ ) Windows: SetupEASy68K.exe Edición: EASy68K Programa en <fichero.x68> (ASCII) Instrucciones para parar el simulador (al final) MOVE.B #9,D0 TRAP #15

dasan
Télécharger la présentation

El simulador EASy68K del MC68000 (I)

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. El simulador EASy68K del MC68000 (I) • Instalación (descargar desde http://www.easy68k.com/) • Windows: SetupEASy68K.exe • Edición: EASy68K • Programa en <fichero.x68> (ASCII) • Instrucciones para parar el simulador (al final) MOVE.B #9,D0 TRAP #15 • Directiva END incluye la dirección de comienzo • Ejemplo: END INICIO • Ensamblado: EASy68K (menú Project) • Listado en <fichero.L68> • Ejecutable en <fichero.S68> • Ejecución: Sim68k (botón Execute) • No hace falta modificar las opciones de configuración Editor fichero.x68 Ensamblador fichero.s68fichero.l68 Simulador

  2. El simulador EASy68K del MC68000 (II) Simulador (SIM68K) Ejecución (menú Run) Ejecutar: AutoTrace Paso a paso: Step Over (F8) Recargar programa: Reload Program Inserción de puntos de parada: marcar punto verde Modificación de registros y memoria (menú View)

  3. El simulador EASy68K del MC68000 (III) Simulación de E/S y hardware Uso avanzado basado en el uso de una instrucción TRAP #15 propia Ejemplos y tutoriales Acceso a través del menú View 8 Visualizadores de 7 segmentos En 8 direcciones pares a partir de Address (un bit por segmento) LEDs, interruptores y pulsadores Cada uno asociado a un bit de Address Bit 0 Bit 5 Bit4 Bit 1 Bit2 Bit 6 Bit 3 Bit 7

More Related