;; ;; Author: Bill Slough ;; ;; MAT 3670 ;; ;; A first machine-language LC-3 program ;; ;; This program is intentionally lacking comments, since part of the goal ;; for this lab is to investigate the instruction set of the LC-3 computer ;; .ORIG x3000 ; specify the "origin"; i.e., where to load in memory ; machine instructions .FILL xE3FD .FILL x146E .FILL x35FB .FILL x54A0 .FILL x14A5 .FILL x744E .FILL xA7F7 .FILL x300A .FILL xF025 .END