File TEST2.E0

Directory of image this file is from
This file as a plain text file


   5 PRINT "HESSER     ASSEMBLER     PROGRAM 10     TOTAL SALES"
   7 PRINT
   8 PRINT
   9 PRINT
  10 PRINT "ENTER TOTAL SALES FOR THE FIRST DEPARTMENT";
  15 GO TO 25
  20 PRINT "ENTER TOTAL SALES FOR THE NEXT DEPARTMENT, PLEASE";
  25 INPUT T1
  30 LET T=T+T1
  35 PRINT "DO YOU HAVE ANOTHER DEPARTMENT TO ADD";
  40 INPUT A$
  43 PRINT
  45 IF A$="YES" THEN 20
  50 IF A$="NO" THEN PRINT "GRAND TOTAL OF CURRENT SALES = $";T
  55 STOP
  60 END



Feel free to contact me, David Gesswein djg@pdp8online.com with any questions, comments on the web site, or if you have related equipment, documentation, software etc. you are willing to part with.  I am interested in anything PDP-8 related, computers, peripherals used with them, DEC or third party, or documentation. 

PDP-8 Home Page   PDP-8 Site Map   PDP-8 Site Search