?login_element?

Subversion Repositories NedoOS

Rev

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

  1.     ORG     0
  2.     RELOCATE_START
  3.     ; this would trigger warning in regular mode
  4.     ; but low-mem access warning is suppressed in relocation mode
  5. label1:     ld  a,(label1)
  6.     RELOCATE_END
  7.     RELOCATE_TABLE
  8.  
  9.     ASSERT 0 == __WARNINGS__
  10.