;; ;; Author: Bill Slough ;; ;; MAT 3670 ;; ;; A second 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 + data .FILL x5020 .FILL x1221 .FILL xE404 .FILL x6681 .FILL x1262 .FILL x16FF .FILL x03FD .FILL xF025 .FILL x0006 ; data word .END