?login_element?

Subversion Repositories NedoOS

Rev

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

  1.     DEVICE ZXSPECTRUM48
  2.     BPLIST "dir_setbp_unreal.exp" ; valid breakpoints file, default type is unreal
  3.     BPLIST "dir_setbp_unreal.exp" unreal ; error double open, but reads type explicitly (for coverage)
  4.  
  5.     SETBREAKPOINT 0x1234
  6.     setbreakpoint 0xBCDE
  7.     ORG $2345
  8.     SETBREAKPOINT       ; default = "$"
  9.  
  10.     ; value truncating warnings
  11.     .SETBREAKPOINT 0x10000
  12.     .setbreakpoint -1
  13.