Using DLXsim

¿½§»³¹ (3/18/97)

1. Introduction

DLXsim is a simulator for the DLX instruction set. It is an interactive program, which loads the DLX assembly code and simulates the exeuction of a DLX computer. It allows single-stepping or continuous execution through the input DLX code. It also allows users to set breakpoints, view and modify memory and registers, and print statistics information of the run-time.

2. Environment

3. Example Usage

Under /tmp_mnt/user/prof/king/tools/dlx/test, there are two files containing samples DLX assembly code, f1.s and fdata.s, where f1.s is the code segment and fdata.s is the data segment.

As anther example, copy /tmp_mnt/user/prof/king/tools/dlx/test/hanoi.c to your local directory.