Skip to content

Instantly share code, notes, and snippets.

@daveyc
Created August 28, 2015 12:27
Show Gist options
  • Select an option

  • Save daveyc/d7e9fbeeb948c850567e to your computer and use it in GitHub Desktop.

Select an option

Save daveyc/d7e9fbeeb948c850567e to your computer and use it in GitHub Desktop.

Revisions

  1. daveyc created this gist Aug 28, 2015.
    11 changes: 11 additions & 0 deletions die.asm
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,11 @@
    TITLE 'GREEN SCREEN OF DEATH'
    ABEND CSECT
    SAVE (14,12)
    LR R12,R15
    USING ABEND,R12
    LUCIFER ABEND X'666',,,SYSTEM
    *
    DC H'00' LOL!!!
    *
    YREGS ,
    END