HC11 Program Development

We've done a little bit of hand-assembly and hand-disassembly already this semester. Fortunately, you never have to do that (except in classes!). Instead, a program called an ``assembler'' translates an assembly-language program into machine code for you. So, the sequence for creating a program for the HC11 looks like this:
  1. Execute the command
    % source /user/pfeiffer/classes/273/cshrc.cs273
    
  2. Use your favorite editor to create an assembly-language program. I recommend emacs, but you can use whatever you want.
  3. Assemble the program
  4. Try it with the simulator
  5. Download it to the miniboard