

               --- DSP 56000 Lod Disassembler ---



 usage: [-flags] file.lod [file.asm]

 flags: (-)p  you can see the operation in screen
        (-)i  the disassembler uses '<<' symbol ( MOVEP )
        (-)d  the disassembler uses the standard i/o labels
        (-)m  you can choose manual the disassembling mode
              when the disassembing is in the P memory!

 example: -pm echo.lod test.asm

 This program is share & postcardware ! ( For girls: Kissware !!! )
 If you can use this little program & find it useable
 please send 5 US dollar.

 Release date: 13 June 1993

     Gabriel Sebestyen      email: szoli@palma1.elte.hu
          Damjanich 23
         1071 BUDAPEST
          HUNGARY

 p.s.: Hey somebody ! Please help me ! Send me a normal DSP assembler !
       I've got a very very shitty A56.TTP ! Thanx !!


More infos about the disassembler:

You can meet some problems under use the disassembler:

1 - disassembling DO statement:

    Sometimes the disassembler may make some errors!
    Example:

    (1) Good disassembling:     (2) Wrong disassembling:

          DO label                    DO P_0036
          MOVE #1,X0                  MOVE #1,X0
          .                           .
          .                           .
          ADD X0,A             P_0036 ADD X0,A
    label MOVE X:BLA,A         label  MOVE X:BLA,A

    if you meet with this problem ( case 2 ) then remove the
    label P_0036 and write after DO the correct label!
    It will be repaired in the next version!

2 - Some DSP assemblers have problems with '<','>','<<' symbols!
    I use a very lame assembler ( A56.TTP ! ) & and if it has good
    time he compiles the statements with force symbols ( '<','>','<<' )
    but when it hasn't got a sun in its sky ... ( like a girl ... )

If you find any bugs or have any questions please write me ! Thanx !
This disassembler is under developing !
If you send me a postcard with a message + your address you
will registrate yourself and you will get the upgrade versions!

OK! That's all , see ya !!
