?login_element?

Subversion Repositories NedoOS

Rev

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

  1. ; check sorting of labels, especially when labels differ only in case
  2.         DEVICE ZXSPECTRUM128 : ORG $8000
  3. ; block 3. C
  4. ccccC       rrca
  5. ccCcc       rra
  6. Ccccc       cpl
  7. cCccc       ccf
  8. ccccc       rlca
  9.  
  10. ; block 2. B
  11. bbbbB       rrca
  12. bbBbb       rra
  13. Bbbbb       cpl
  14. bBbbb       ccf
  15. bbbbb       rlca
  16.  
  17. ; block 5. E
  18. eeeeE       rrca
  19. eeEee       rra
  20. Eeeee       cpl
  21. eEeee       ccf
  22. eeeee       rlca
  23.  
  24. ; block 1. A
  25. aaaaA       rrca
  26. aaAaa       rra
  27. Aaaaa       cpl
  28. aAaaa       ccf
  29. aaaaa       rlca
  30.  
  31. ; block 4. D
  32. ddddD       rrca
  33. ddDdd       rra
  34. Ddddd       cpl
  35. dDddd       ccf
  36. ddddd       rlca
  37.  
  38.     ; unreal emulator export
  39.     LABELSLIST "lstlab_sort.lbl"
  40.  
  41.     ; #CSpect map export
  42.     CSPECTMAP "lstlab_sort.exp"
  43.  
  44. ; --sym was not exporting symbols starting with non-alpha character, ie. underscore labels
  45. ; This seems rather bug than feature, so changed for v1.18.1
  46. ; (I guess the original test was to hide macro labels only, the ones starting with digit)
  47. _underscoreLabel    nop
  48.