Re: Assignment 1 Question 2

Ed Casas (edc@ece.ubc.ca) Wed, 18 Oct 2000 10:29:00 -0700


Date: Wed, 18 Oct 2000 10:29:00 -0700
From: Ed Casas <edc@ece.ubc.ca>
Subject: Re: Assignment 1 Question 2

> I have no problem to use asm command to complie my file to > object file. When I use the linker (val /co ass2;), it doesn't > give me error too. However, the .com file contain 0 bytes and > cannot run at all. I don't know what is going on!!!!! Can > anyone help me?? Thank you. This usually indicates that something's wrong with your input file. For example, your file might have unix end-of-lines (LF) instead of DOS ones (CR+LF) so the assmble treats it all as one long line (typically a comment). Or it might be missing a CR-LF on the last line. Or you might have created the file with a word processor and saved it in some strange format. Edit your file using the DOS edit command, make sure it's OK, save it, and try again. -- Ed Casas edc@ece.ubc.ca http://casas.ece.ubc.ca +1 604 822-2592