home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / cbm / 3674 < prev    next >
Encoding:
Text File  |  1992-09-13  |  955 b   |  26 lines

  1. Newsgroups: comp.sys.cbm
  2. Path: sparky!uunet!spool.mu.edu!sdd.hp.com!zaphod.mps.ohio-state.edu!rpi!scott.skidmore.edu!psinntp!psinntp!isc-newsserver!ritvax.isc.rit.edu!WHD0675
  3. From: whd0675@ritvax.isc.rit.edu
  4. Subject: Programming Question
  5. Message-ID: <1992Sep12.190730.17219@ultb.isc.rit.edu>
  6. Sender: news@ultb.isc.rit.edu (USENET News System)
  7. Nntp-Posting-Host: vaxb.isc.rit.edu
  8. Reply-To: whd0675@ritvax.isc.rit.edu
  9. Organization: Rochester Institute of Technology
  10. Date: Sat, 12 Sep 1992 19:07:30 GMT
  11. Lines: 13
  12.  
  13. What is the equivalent of this in assembler instead of BASIC:
  14.  
  15.     500 input#15,en,em$,et,es
  16.     510 if en>0 then print en,em$et,es:stop
  17.     520 return
  18.  
  19. Actually, I'm only interested in how you might read that kind of information
  20. into the computer.  Or do you need to do something like that in assembler?
  21. In the examples, they use this sequence to test how open statements worked
  22. etc.  Thanks in advance.
  23.  
  24. Walter H. Dick, III
  25. WHD0675@RITVAX.ISC.RIT.EDU
  26.