home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / GAMES / informosk.lha / hellow.z3 (.txt) < prev    next >
Z-code for Z-machine  |  1993-11-27  |  2KB  |  74 lines

  1. Resident data ends at 33e, program starts at 33e, file ends at 480
  2.  
  3. Starting analysis pass at address 33e
  4.  
  5. End of analysis pass, low address = 33e, high address = 3de
  6.  
  7. [Start of code]
  8.  
  9. Main routine R0001, 0 locals ()
  10.  
  11.        PRINT           "
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22. You wake up, shivering to see that Morgoth the Flatulent Devil is towering over
  23. you...
  24.  
  25. "
  26.        CALL            R0002 -> -(SP)
  27.        POP             
  28.        PRINT           "
  29.  
  30. ...and he squashes you effortlessly.
  31.  
  32.    *** You have died ***
  33.  
  34.  
  35.  
  36.  
  37. "
  38.        QUIT            
  39.  
  40. orphan code fragment:
  41.  
  42.        RTRUE           
  43.  
  44. Routine R0002, 1 local (0000)
  45.  
  46.        PRINT           "HELLO CRUEL WORLD
  47. "
  48.        PRINT           "A Non-Interactive Demonstration
  49. Copyright (c) 1993 by Graham Nelson. All rights reserved.
  50. "
  51.        PRINT           "Release "
  52.        LOADW           #00,#01 -> -(SP)
  53.        AND             (SP)+,#03ff -> -(SP)
  54.        PRINT_NUM       (SP)+
  55.        PRINT           " / Serial number "
  56.        STORE           L00,#12
  57.        DEC             L00
  58. L0001: JL              L00,#17 [FALSE] L0002
  59.        INC             L00
  60.        LOADB           #00,L00 -> -(SP)
  61.        PRINT_CHAR      (SP)+
  62.        JUMP            L0001
  63. L0002: NEW_LINE        
  64.        RTRUE           
  65.  
  66. [End of code]
  67.  
  68. [Start of text]
  69.  
  70.  
  71. [End of text]
  72.  
  73. [End of file]
  74.