?login_element?

Subversion Repositories NedoOS

Rev

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

  1. ; This is trivial ZX Spectrum Next example (turning ULA-white into transparent cyan).
  2. ; Added to test the CI build script "test_folder_examples.sh" :
  3. ; # filenames containing spaces
  4. ; # .options file provided
  5.  
  6. DEVICE zxspectrum48
  7.  
  8.     org     $8000
  9. Start:
  10.     ; set global transparency to ULA-white && set transparency fallback to light cyan
  11.     nextreg $14, %10110110, $4A, $1F
  12. .loopyLoop:
  13.     jr      .loopyLoop
  14.  
  15. SAVESNA "E_Next.sna", Start