?login_element?

Subversion Repositories NedoOS

Rev

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

  1.  
  2.     ORG $0000 : ASSERT  0 == $$
  3.     ORG $4000 : ASSERT  1 == $$
  4.     ORG $8000 : ASSERT  2 == $$
  5.     ORG $C000 : ASSERT  3 == $$
  6.     ret
  7.  
  8.     DEVICE LIKEZX48                         ; only one DEVICE -> global -> also can be used before DEF
  9.  
  10.     DEFDEVICE LikeZx48,     $4000,  4       ; auto initial pages expected: 0, 1, 2, 3
  11.