?login_element?

Subversion Repositories NedoOS

Rev

Blame | Last modification | View Log | Download | RSS feed

  1.     DEVICE ZXSPECTRUM128
  2.     ; in this device the default slot is SLOT 3 with PAGE 0 paged in.
  3.  
  4.     ORG 32768
  5. StartProg:
  6.     JP $
  7.  
  8.     DEVICE NONE
  9.     ;do something, if you don't want to corrupt virtual
  10.     ;memory with other code, for example, loader of code.
  11.     ;...code...
  12.  
  13.     ;return to our virtual device:
  14.     DEVICE ZXSPECTRUM128
  15.  
  16.     SAVESNA "snapshotname.sna", StartProg
  17.