home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 February / CHIPCD_2_2000.iso / software / testsoft / anasil / _SETUP.1 / AEP.DEC < prev    next >
Text File  |  1999-03-09  |  975b  |  38 lines

  1. ; ************************************************************************
  2. ;
  3. ; Plik z definicjami dekodera ramek dla AEP (Appletalk)
  4. ;
  5. ; ************************************************************************
  6.  
  7. ;-----------------------------------------------------------
  8. ;
  9. ;  Tablice translacji - linie maja format
  10. ;   <liczba hex|liczba dec>,"tekst"
  11.  
  12.  
  13. [# AEP_TYPE ]
  14.    Translate( 0x0001,"Echo request" )
  15.    Translate( 0x0002,"Echo reply" )
  16.  
  17. ;-----------------------------------------------------------
  18. ;
  19. ;  Definicje fragmentow ramek
  20. ;
  21. ;  Kazda linia ma nastepujacy format:
  22. ;    Linia,Kolumna,Max.Szerokosc wartosci,Label,Format.Zmienna[,id tablicy translacji (tylko dla typow numerycznych)]
  23. ;
  24.  
  25. [$ AEP_FRAME_DEF ]
  26.   Layer( "AEP header","AEP" )
  27.   Field( 1,0,5,"AEP type:","%s", Byte(0), AEP_TYPE )
  28.  
  29. ;-----------------------------------------------------------
  30. ;
  31. ;  Sekcje komend
  32. ;
  33.  
  34. [^ AEP_Frame]
  35. expand(AEP_FRAME_DEF)
  36. goto( Undecoded )
  37.  
  38.