25 May 2013

DLS file and DLX file and commands

DLS file is Source file
File created by user and Input of Assembler DSAM

DLX file is Executable file
File created by Assembler if the file assemble. It can be run from DLX simulator

>>java -jar dasm.jar  try.dls -a
-a Program follows absolute address

>>java -jar dasm.jar  try.dls -a -l
-l List down the error & assembly of your program

>>java -jar Dsim.jar
To run simulator

0 comments:

Post a Comment

Popular Posts