ddd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Questions about display and memory with gdb and a remote target?


From: Benoit MILLOT
Subject: Re: Questions about display and memory with gdb and a remote target?
Date: Tue, 09 Jan 2001 09:28:00 +0100

Andreas Zeller a écrit :
> 
> Hi!
> 
> "Benoit MILLOT" <address@hidden> writes:
> 
> > 1) Using GDB without DDD, all memory operation work fine and dump of big
> > structure using block, allows not lost too many time.
> > With DDD, the operation "graph display struct_bidule" works fine but box
> > displays function result without value.
> > Example:
> >       (gdb) print rle_eth_base.brdg_mode_fonc
> >       target_xfer_memory (0x45fddea, xxx, 4, read, xxx) = 2, bytes = 00 00
> >       $1 = 4578
> >       (gdb) graph display rle_eth_base.nb_acces
> >
> >       box displays :
> >               1: rle_eth_base.nb_acces
> >               target_xfer_memory (0x45fddea, xxx, 4, read, xxx) = 2
> >
> > I want display :
> >               1: rle_eth_base.nb_acces
> >               4578
> >
> > What do I make in order to have value instead of function result ?
> 
> I need a ~/.ddd/log file that illustrates this problem.  With the
> ~/.ddd/log file, I can replay this on my own machine and adjust the
> DDD value parser such that it can handle this particular output
> format.
> 
> Best wishes,
> 
> Andreas
> 
> --
> Andreas Zeller     Universitaet Passau
>                    http://www.fmi.uni-passau.de/st/staff/zeller/
> 
> _______________________________________________
> Ddd mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/ddd

Bonjour et meilleurs voeux,

I send you a log file and add some informations on tbug
target:

1) The target can read 1 up to 256 bytes in one pass
(tbug_read_memory_bytes) and write 1 up to 16 bytes
(tbug_write_memory_bytes).
target_xfer_memory can read unlimited memory (using
recursivly call to
tbug_read_memory_bytes or
tbug_write_memory_bytes).

2) More info: The target isn't connected directly to the
host. 
The Host send command on TCP connection on "remote host"
which
is directly connected on Tbug device via a serial port.
Owm program allows to transmit command to the device.
Moreover, this program adapt some command or answear and
allows
to see all the command send (because there is lot of user
message).

Thanks.

                Benoît

PS: I submit again this mail because I doesn't found it on
DDD archive.
Sorry if you have already received it.
GNU DDD 3.2.1 (sparc-sun-solaris2.6)
Copyright (C) 1995-1999 Technische Universitaet Braunschweig, Germany.
Copyright (C) 1999-2000 Universitaet Passau, Germany.
Compiled with GCC 2.8.1, libstdc++ 2.8.1.1
Requires X11R6, Xt11R6, Motif 1.2.6 (OSF/Motif Version 1.2.6)
Includes DDD core, Manual, App defaults, XPM 3.4.11, Athena Panner
Built 2000-12-18 by millot <unknown>.
$  ddd --debugger m68k-coff-gdb -gdb -w
+  /bin/sh -c 'exec m68k-coff-gdb -q -fullname '\''-w'\'''
#  Hello, world!
#  Starting GDB...
#  Enabling line numbers...
#  Enabling line numbers...done.
#  Disassembling location  to 0x100...
#  Enabling core dumps...
#  Enabling core dumps...done.
#  Disassembling location  to 0x100...failed.
#  Running GDB (pid 25834, tty /dev/pts/27)...
#  Current language: c/c++
<- "(gdb) "
-> "set prompt (gdb) "
<- "(gdb) "
-> "set height 0"
<- "(gdb) "
-> "set width 0"
<- "(gdb) "
-> "set annotate 1"
<- "(gdb) "
-> " set verbose off"
<- "(gdb) "
-> "info line"
<- "No line number information available."
<- "(gdb) "
-> "list"
<- "No symbol table is loaded.  Use the \"file\" command.\n"
   "(gdb) "
-> "info line"
<- "No line number information available.\n"
   "(gdb) "
-> "output 4711"
<- "4711(gdb) "
-> "show language"
<- "The current source language is \"auto; currently c\".\n"
   "(gdb) "
-> "pwd"
<- "Working directory /home/millot.\n"
   "(gdb) "
-> "info breakpoints"
<- "No breakpoints or watchpoints.\n"
   "(gdb) "
-> "show history filename"
<- "The filename in which to record the command history is 
\"/home/millot/.gdb_history\".\n"
   "(gdb) "
-> "show history size"
<- "The size of the command history is 256.\n"
   "(gdb) "
-> "info source"
<- "No current source file.\n"
   "(gdb) "
-> "info sources"
<- "No symbol table is loaded.  Use the \"file\" command.\n"
   "(gdb) "
-> "info files"
<- "(gdb) "
-> "info program"
<- "The program being debugged is not being run.\n"
   "(gdb) "
-> "info line main"
<- "No symbol table is loaded.  Use the \"file\" command.\n"
   "(gdb) "
-> "info breakpoints"
<- "No breakpoints or watchpoints.\n"
   "(gdb) "
-> "info source"
<- "No current source file.\n"
   "(gdb) "
-> "info line MAIN"
<- "No symbol table is loaded.  Use the \"file\" command.\n"
   "(gdb) "
-> "info breakpoints"
<- "No breakpoints or watchpoints.\n"
   "(gdb) "
-> "info source"
<- "No current source file.\n"
   "(gdb) "
-> "info line main_"
<- "No symbol table is loaded.  Use the \"file\" command.\n"
   "(gdb) "
-> "info breakpoints"
<- "No breakpoints or watchpoints.\n"
   "(gdb) "
-> "info source"
<- "No current source file.\n"
   "(gdb) "
-> "info line MAIN_"
<- "No symbol table is loaded.  Use the \"file\" command.\n"
   "(gdb) "
-> "info breakpoints"
<- "No breakpoints or watchpoints.\n"
   "(gdb) "
-> "info source"
<- "No current source file.\n"
   "(gdb) "
-> "info line main__"
<- "No symbol table is loaded.  Use the \"file\" command.\n"
   "(gdb) "
-> "info breakpoints"
<- "No breakpoints or watchpoints.\n"
   "(gdb) "
-> "info source"
<- "No current source file.\n"
   "(gdb) "
-> "info line MAIN__"
<- "No symbol table is loaded.  Use the \"file\" command.\n"
   "(gdb) "
-> "info breakpoints"
<- "No breakpoints or watchpoints.\n"
   "(gdb) "
-> "info source"
<- "No current source file.\n"
   "(gdb) "
-> "info line _main"
<- "No symbol table is loaded.  Use the \"file\" command.\n"
   "(gdb) "
-> "info breakpoints"
<- "No breakpoints or watchpoints.\n"
   "(gdb) "
-> "info source"
<- "No current source file.\n"
   "(gdb) "
-> "info line _MAIN"
<- "No symbol table is loaded.  Use the \"file\" command.\n"
   "(gdb) "
-> "info breakpoints"
<- "No breakpoints or watchpoints.\n"
   "(gdb) "
-> "info source"
<- "No current source file.\n"
   "(gdb) "
-> "info line __main"
<- "No symbol table is loaded.  Use the \"file\" command.\n"
   "(gdb) "
-> "info breakpoints"
<- "No breakpoints or watchpoints.\n"
   "(gdb) "
-> "info source"
<- "No current source file.\n"
   "(gdb) "
-> "info line __MAIN"
<- "No symbol table is loaded.  Use the \"file\" command.\n"
   "(gdb) "
-> "info breakpoints"
<- "No breakpoints or watchpoints.\n"
   "(gdb) "
-> "set confirm on"
<- "(gdb) "
-> "set confirm off"
<- "(gdb) "
-> "set confirm on"
<- "(gdb) "
-> "source /var/tmp/caa0sYwaI"
<- "Byte order is not selectable.The target endianness is set automatically 
(currently big endian)\n"
   "/var/tmp/caa0sYwaI:42: Error in sourced command file:\n"
   "Target \'None\' cannot support this command.\n"
   "(gdb) "
-> "info breakpoints"
<- "No breakpoints or watchpoints.\n"
   "(gdb) "
-> "# reset"
<- "(gdb) "
-> "info breakpoints"
<- "No breakpoints or watchpoints.\n"
   "(gdb) "
-> "display"
<- "(gdb) "
-> "info display"
<- "There are no auto-display expressions now.\n"
   "(gdb) "
-> "set environment TERM dumb"
<- "(gdb) "
-> "info files"
<- "(gdb) "
-> "info program"
<- "The program being debugged is not being run.\n"
   "(gdb) "
-> "help detach"
<- "Detach a process or file previously attached.\n"
   "If a process, it is no longer traced, and it continues its execution.  If\n"
   "you were debugging a file, the file is closed and gdb no longer accesses 
it.\n"
   "(gdb) "
-> "help run"
<- "Start debugged program.  You may specify arguments to give it.\n"
   "Args may include \"*\", or \"[...]\"; they are expanded using \"sh\".\n"
   "Input and output redirection with \">\", \"<\", or \">>\" are also 
allowed.\n"
   "\n"
   "With no arguments, uses arguments last specified (with \"run\" or \"set 
args\").\n"
   "To cancel previous arguments and run with no arguments,\n"
   "use \"set args\" without arguments.\n"
   "(gdb) "
#  Starting GDB...done.
#  Welcome to DDD 3.2.1 "Liftoff" (sparc-sun-solaris2.6)
-> "help step"
<- "Step program until it reaches a different source line.\n"
   "Argument N means do this N times (or till program stops for another 
reason).\n"
   "(gdb) "
-> "help stepi"
<- "Step one instruction exactly.\n"
   "Argument N means do this N times (or till program stops for another 
reason).\n"
   "(gdb) "
-> "help next"
<- "Step program, proceeding through subroutine calls.\n"
   "Like the \"step\" command as long as subroutine calls do not happen;\n"
   "when they do, the call is treated as one instruction.\n"
   "Argument N means do this N times (or till program stops for another 
reason).\n"
   "(gdb) "
-> "help nexti"
<- "Step one instruction, but proceed through subroutine calls.\n"
   "Argument N means do this N times (or till program stops for another 
reason).\n"
   "(gdb) "
-> "help until"
<- "Execute until the program reaches a source line greater than the current\n"
   "or a specified line or address or function (same args as break command).\n"
   "Execution will also stop upon exit from the current stack frame.\n"
   "(gdb) "
-> "help finish"
<- "Execute until selected stack frame returns.\n"
   "Upon return, the value returned is printed and put in the value history.\n"
   "(gdb) "
-> "help cont"
<- "Continue program being debugged, after signal or breakpoint.\n"
   "If proceeding from breakpoint, a number N may be used as an argument,\n"
   "which means to set the ignore count of that breakpoint to N - 1 (so that\n"
   "the breakpoint won\'t break until the Nth time it is reached).\n"
   "(gdb) "
-> "help signal"
<- "Continue program giving it signal specified by the argument.\n"
   "An argument of \"0\" means continue program without giving it a signal.\n"
   "(gdb) "
-> "help kill"
<- "Kill execution of program being debugged.\n"
   "(gdb) "
-> "help up"
<- "Select and print stack frame that called this one.\n"
   "An argument says how many frames up to go.\n"
   "(gdb) "
-> "help down"
<- "Select and print stack frame called by this one.\n"
   "An argument says how many frames down to go.\n"
   "(gdb) "
-> "info files"
<- "(gdb) "
-> "info program"
<- "The program being debugged is not being run.\n"
   "(gdb) "
-> "file /home/millot/appli/partiel/v52_frad/etelemrecoff"
<- "Reading symbols from /home/millot/appli/partiel/v52_frad/etelemrecoff..."
<- "done."
<- "(gdb) "
-> "info line"
<- "No line number information available.\n"
   "(gdb) "
-> "list"
<- 
"1\t/**********************************************************************\n"
   "2\t*\n"
   "3\t*       ..identification   :\tbouch_etel_voix\n"
   "4\t*\n"
   "5\t*---------------------------------------------------------------------\n"
   "6\t*\n"
   "7\t*        auteur            : O. GUILLOT\n"
   "8\t*\n"
   "9\t*---------------------------------------------------------------------\n"
   "10\t*"
<- "(gdb) "
-> "info line"
<- "Line 10 of \"/home/millot/appli/partiel/v52_frad/bouchon_etel_voix.c\" is 
at address 0x44f5f30"
<- " <sys_rni_dim_mem at 
/home/millot/appli/partiel/v52_frad/bouchon_etel_voix.c:45> but contains no 
code.\n"
   
"\032\032/home/millot/appli/partiel/v52_frad/bouchon_etel_voix.c:10:307:beg:0x44f5f30\n"
   "(gdb) "
-> "info breakpoints"
<- "No breakpoints or watchpoints.\n"
   "(gdb) "
-> "display"
<- "(gdb) "
-> "info display"
<- "There are no auto-display expressions now.\n"
   "(gdb) "
#  Reading file "/home/millot/appli/partiel/v52_frad/bouchon_etel_voix.c"...
#  Reading file 
"/home/millot/appli/partiel/v52_frad/bouchon_etel_voix.c"...done.
#  File "/home/millot/appli/partiel/v52_frad/bouchon_etel_voix.c" 84 lines, 
2199 characters
-> "x /i 0x44f5f30"
<- "0x44f5f30 <sys_rni_dim_mem at 
/home/millot/appli/partiel/v52_frad/bouchon_etel_voix.c:45>:\t"
<- "target_xfer_memory (0x44f5f30, xxx, 2, read, xxx) = 2, bytes = 48 79\n"
   "target_xfer_memory (0x44f5f32, xxx, 4, read, xxx) = 4, bytes = 04 5b\n"
   " 03 12\n"
   "pea 0x45b0312"
<- " <sys_errlist_ext+242212>"
<- "(gdb) "
-> "x /i 0x44f6030"
<- "0x44f6030"
<- " <atol+80>:\t"
<- "target_xfer_memory (0x44f6030, xxx, 2, read, xxx) = 2, bytes = d0 80\n"
   "addl %d0,%d0\n"
   "(gdb) "
#  Disassembling location 0x44f5f30...
-> "disassemble 0x44f5f30"
<- "Dump of assembler code for function sys_rni_dim_mem:\n"
   "0x44f5f30"
<- " <sys_rni_dim_mem at 
/home/millot/appli/partiel/v52_frad/bouchon_etel_voix.c:45>:\ttarget_xfer_memory
 (0x44f5f30, xxx, 2, read, xxx) = 2, bytes = 48 79\n"
   "target_xfer_memory (0x44f5f32, xxx, 4, read, xxx) = 4, bytes = 04 5b 03 
12\n"
   "pea 0x45b0312"
<- " <sys_errlist_ext+242212>\n"
   "0x44f5f36"
<- " <sys_rni_dim_mem+6 at 
/home/millot/appli/partiel/v52_frad/bouchon_etel_voix.c:45>:\ttarget_xfer_memory
 (0x44f5f36, xxx, 2, read, xxx) = 2, bytes = 42 a7\n"
   "clrl address@hidden"
   "0x44f5f38"
<- " <sys_rni_dim_mem+8 at 
/home/millot/appli/partiel/v52_frad/bouchon_etel_voix.c:45>:\ttarget_xfer_memory
 (0x44f5f38, xxx, 2, read, xxx) = 2, bytes = 42 a7"
<- "clrl"
<- " "
<- "address@hidden"
<- ""
<- "0x44f5f3a"
<- " <sys_rni_dim_mem+10 at 
/home/millot/appli/partiel/v52_frad/bouchon_etel_voix.c:45>:\ttarget_xfer_memory
 (0x44f5f3a, xxx, 2, read, xxx) = 2, bytes = 4e b9\n"
   "target_xfer_memory (0x44f5f3c, xxx, 4, read, xxx) = 4, bytes = 04 35 07 
04\n"
   "jsr 0x4350704"
<- " <print_debug at msuti.c:338>\n"
   "0x44f5f40"
<- " <sys_rni_dim_mem+16 at 
/home/millot/appli/partiel/v52_frad/bouchon_etel_voix.c:45>:\ttarget_xfer_memory
 (0x44f5f40, xxx, 2, read, xxx) = 2, bytes = 4f ef\n"
   "target_xfer_memory (0x44f5f42, xxx, 2, read, xxx) = 2, bytes = 00 0c\n"
   "lea %sp@(12),%sp\n"
   "0x44f5f44"
<- " "
<- "<"
<- "sys_rni_dim_mem"
<- "+20"
<- " at /home/millot/appli/partiel/v52_frad/bouchon_etel_voix.c:46"
<- ">"
<- ":\t"
<- "target_xfer_memory (0x44f5f44, xxx, 2, read, xxx) = 2"
<- ", bytes ="
<- " 4e"
<- " 75"
<- ""
<- "rts"
<- "\n"
   "End of assembler dump."
<- "(gdb) "
#  Disassembling location 0x44f5f30...done.
-> "output identification"
<- "target_terminal_ours ()\n"
   "No symbol \"identification\" in current context.\n"
   "(gdb) "
-> "info source"
<- "Current source file is 
/home/millot/appli/partiel/v52_frad/bouchon_etel_voix.c\n"
   "Located in /home/millot/appli/partiel/v52_frad/bouchon_etel_voix.c\n"
   "Contains 84 lines.\n"
   "Source language is c.\n"
   "Compiled with unknown debugging format.\n"
   "(gdb) "
-> "info line \'mgt_rle_eth_init\'"
<- "Line 219 of \"/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c\""
<- " starts at address "
<- "0x441d590"
<- " "
<- "<"
<- "mgt_rle_eth_init"
<- " at /home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:219"
<- ">"
<- " and ends at "
<- "0x441d598"
<- " <mgt_rle_eth_init+8 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:230>."
<- "\032\032"
<- "/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:219:9448:beg:0x"
<- "441d590"
<- ""
<- "(gdb) "
-> "info breakpoints"
<- "No breakpoints or watchpoints."
<- "(gdb) "
#  Reading file "/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c"...
#  Reading file 
"/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c"...done.
#  File "/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c" 996 lines, 
48284 characters
-> "x /i 0x441d590"
<- "0x441d590"
<- " <mgt_rle_eth_init at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:219>:\t"
<- "target_xfer_memory (0x441d590, xxx, 2, read, xxx) = 2, bytes = 48 e7\n"
   "target_xfer_memory (0x441d592, xxx, 2, read, xxx) = 2, bytes = 3f 30\n"
   "moveml %d2-%d7/%a2-%a3,address@hidden"
   "(gdb) "
-> "x /i 0x441d690"
<- "0x441d690"
<- " <mgt_rle_eth_init"
<- "+256 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:259>:\ttarget_xfer_memory
 (0x441d690, xxx, 2, read, xxx) = 2, bytes = 88 1c\n"
   "orb address@hidden,%d4\n"
   "(gdb) "
#  Disassembling location 0x441d590...
-> "disassemble 0x441d590"
<- "Dump of assembler code for function mgt_rle_eth_init:\n"
   "0x441d590"
<- " "
<- "<"
<- "mgt_rle_eth_init"
<- " at /home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:219"
<- ">"
<- ":\t"
<- "target_xfer_memory (0x441d590, xxx, 2, read, xxx) = 2"
<- ", bytes ="
<- " 48"
<- " e7"
<- ""
<- "target_xfer_memory (0x441d592, xxx, 2, read, xxx) = 2"
<- ", bytes ="
<- " 3f"
<- " 30"
<- ""
<- "moveml"
<- " "
<- "%d2"
<- "-%d7"
<- "/"
<- "%a2"
<- "-%a3"
<- ","
<- "address@hidden"
<- ""
<- "0x441d594"
<- " "
<- "<"
<- "mgt_rle_eth_init"
<- "+4"
<- " at /home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:219"
<- ">"
<- ":\t"
<- "target_xfer_memory (0x441d594, xxx, 2, read, xxx) = 2"
<- ", bytes ="
<- " 24"
<- " 6f"
<- ""
<- "target_xfer_memory (0x441d596, xxx, 2, read, xxx) = 2"
<- ", bytes ="
<- " 00"
<- " 24"
<- ""
<- "moveal"
<- " "
<- "%sp@(36)"
<- ","
<- "%a2"
<- ""
<- "0x441d598"
<- " "
<- "<mgt_rle_eth_init+8 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:230>:\ttarget_xfer_memory
 (0x441d598, xxx, 2, read, xxx) = 2, bytes = 42 b9\n"
   "target_xfer_memory (0x441d59a, xxx, 4, read, xxx) = 4, bytes = 04 5f e9 
9e\n"
   "clrl 0x45fe99e <test_lg>\n"
   "0x441d59e"
<- " "
<- "<"
<- "mgt_rle_eth_init"
<- "+14"
<- " at /home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:233"
<- ">"
<- ":\t"
<- "target_xfer_memory (0x441d59e, xxx, 2, read, xxx) = 2"
<- ", bytes ="
<- " 48"
<- " 79"
<- ""
<- "target_xfer_memory (0x441d5a0, xxx, 4, read, xxx) = 4"
<- ", bytes ="
<- " 04"
<- " 5f"
<- " e3"
<- " 3e"
<- ""
<- "pea"
<- " "
<- "0x45fe33e"
<- " "
<- "<"
<- "mac_ctrl_eth"
<- ">"
<- ""
<- "0x441d5a4"
<- " "
<- "<"
<- "mgt_rle_eth_init"
<- "+20"
<- " at /home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:233"
<- ">"
<- ":\t"
<- "target_xfer_memory (0x441d5a4, xxx, 2, read, xxx) = 2"
<- ", bytes ="
<- " 4e"
<- " b9"
<- ""
<- "target_xfer_memory (0x441d5a6, xxx, 4, read, xxx) = 4"
<- ", bytes ="
<- " 04"
<- " 41"
<- " ec"
<- " 80"
<- ""
<- "jsr"
<- " "
<- "0x441ec80"
<- " "
<- "<"
<- "lec_adr_mac"
<- " at /home/millot/appli/partiel/v52_frad/faeliv/irl/ethtrftc.c:476"
<- ">"
<- ""
<- "0x441d5aa"
<- " "
<- "<"
<- "mgt_rle_eth_init"
<- "+26"
<- " at /home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:233"
<- ">"
<- ":\t"
<- "target_xfer_memory (0x441d5aa, xxx, 2, read, xxx) = 2"
<- ", bytes ="
<- " 58"
<- " 8f"
<- ""
<- "addql"
<- " "
<- "#4"
<- ","
<- "%sp"
<- ""
<- "0x441d5ac"
<- " "
<- "<"
<- "mgt_rle_eth_init"
<- "+28"
<- " at /home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:235"
<- ">"
<- ":\t"
<- "target_xfer_memory (0x441d5ac, xxx, 2, read, xxx) = 2"
<- ", bytes ="
<- " 78"
<- " 00"
<- ""
<- "moveq"
<- " "
<- "#0"
<- ","
<- "%d4"
<- ""
<- "0x441d5ae"
<- " "
<- "<"
<- "mgt_rle_eth_init"
<- "+30"
<- " at /home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:235"
<- ">"
<- ":\t"
<- "target_xfer_memory (0x441d5ae, xxx, 2, read, xxx) = 2"
<- ", bytes ="
<- " 60"
<- " 14"
<- ""
<- "bras"
<- " "
<- "0x441d5c4"
<- " "
<- "<"
<- "mgt_rle_eth_init"
<- "+52"
<- " at /home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:235"
<- ">"
<- ""
<- "0x441d5b0"
<- " "
<- "<"
<- "mgt_rle_eth_init"
<- "+32"
<- " at /home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:236"
<- ">"
<- ":\t"
<- "target_xfer_memory (0x441d5b0, xxx, 2, read, xxx) = 2"
<- ", bytes ="
<- " 20"
<- " 7c"
<- ""
<- "target_xfer_memory (0x441d5b2, xxx, 4, read, xxx) = 4"
<- ", bytes ="
<- " 04"
<- " 5f"
<- " e3"
<- " 3e"
<- ""
<- "moveal"
<- " "
<- "#73392958"
<- ","
<- "%a0"
<- ""
<- "0x441d5b6"
<- " "
<- "<"
<- "mgt_rle_eth_init"
<- "+38"
<- " at /home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:236"
<- ">"
<- ":\t"
<- "target_xfer_memory (0x441d5b6, xxx, 2, read, xxx) = 2"
<- ", bytes ="
<- " 10"
<- " 30"
<- ""
<- "target_xfer_memory (0x441d5b8, xxx, 2, read, xxx) = 2"
<- ", bytes ="
<- " 40"
<- " 00"
<- ""
<- "moveb"
<- " "
<- "%a0@("
<- "00000000"
<- ",%d4:w)"
<- ","
<- "%d0"
<- ""
<- "0x441d5ba"
<- " "
<- "<"
<- "mgt_rle_eth_init"
<- "+42"
<- " at /home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:236"
<- ">"
<- ":\t"
<- "target_xfer_memory (0x441d5ba, xxx, 2, read, xxx) = 2"
<- ", bytes ="
<- " 41"
<- " f2"
<- ""
<- "target_xfer_memory (0x441d5bc, xxx, 2, read, xxx) = 2"
<- ", bytes ="
<- " 48"
<- " 00"
<- ""
<- "lea"
<- " "
<- "%a2@("
<- "00000000"
<- ",%d4:l)"
<- ","
<- "%a0"
<- ""
<- "0x441d5be"
<- " "
<- "<"
<- "mgt_rle_eth_init"
<- "+46"
<- " at /home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:236"
<- ">"
<- ":\t"
<- "target_xfer_memory (0x441d5be, xxx, 2, read, xxx) = 2"
<- ", bytes ="
<- " 11"
<- " 40"
<- ""
<- "target_xfer_memory (0x441d5c0, xxx, 2, read, xxx) = 2"
<- ", bytes ="
<- " 00"
<- " 3a"
<- ""
<- "moveb"
<- " "
<- "%d0"
<- ","
<- "%a0@(58)"
<- ""
<- "0x441d5c2"
<- " "
<- "<"
<- "mgt_rle_eth_init"
<- "+50"
<- " at /home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:235"
<- ">"
<- ":\t"
<- "target_xfer_memory (0x441d5c2, xxx, 2, read, xxx) = 2"
<- ", bytes ="
<- " 52"
<- " 84"
<- ""
<- "addql"
<- " "
<- "#1"
<- ","
<- "%d4"
<- ""
<- "0x441d5c4"
<- " "
<- "<"
<- "mgt_rle_eth_init"
<- "+52"
<- " at /home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:235"
<- ">"
<- ":\t"
<- "target_xfer_memory (0x441d5c4, xxx, 2, read, xxx) = 2"
<- ", bytes ="
<- " 70"
<- " 06"
<- ""
<- "moveq"
<- " "
<- "#6"
<- ","
<- "%d0"
<- ""
<- "0x441d5c6"
<- " "
<- "<"
<- "mgt_rle_eth_init"
<- "+54"
<- " at /home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:235"
<- ">"
<- ":\t"
<- "target_xfer_memory (0x441d5c6, xxx, 2, read, xxx) = 2"
<- ", bytes ="
<- " b0"
<- " 84"
<- ""
<- "cmpl"
<- " "
<- "%d4"
<- ","
<- "%d0"
<- ""
<- "0x441d5c8"
<- " "
<- "<"
<- "mgt_rle_eth_init"
<- "+56"
<- " at /home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:235"
<- ">"
<- ":\t"
<- "target_xfer_memory (0x441d5c8, xxx, 2, read, xxx) = 2"
<- ", bytes ="
<- " 62"
<- " e6"
<- ""
<- "bhis"
<- " "
<- "0x441d5b0"
<- " "
<- "<"
<- "mgt_rle_eth_init"
<- "+32"
<- " at /home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:236"
<- ">"
<- ""
<- "0x441d5ca"
<- " "
<- "<"
<- "mgt_rle_eth_init"
<- "+58"
<- " at /home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:239"
<- ">"
<- ":\t"
<- "target_xfer_memory (0x441d5ca, xxx, 2, read, xxx) = 2"
<- ", bytes ="
<- " 23"
<- " ea"
<- ""
<- "target_xfer_memory (0x441d5cc, xxx, 2, read, xxx) = 2"
<- ", bytes ="
<- " 00"
<- " 08"
<- ""
<- "target_xfer_memory (0x441d5ce, xxx, 4, read, xxx) = 4"
<- ", bytes ="
<- " 04"
<- " 5f"
<- " dd"
<- " f2"
<- ""
<- "movel"
<- " "
<- "%a2@(8)"
<- ","
<- "0x45fddf2"
<- " "
<- "<"
<- "rle_eth_base"
<- "+8"
<- ">"
<- ""
<- "0x441d5d2"
<- " "
<- "<"
<- "mgt_rle_eth_init"
<- "+66"
<- " at /home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:240"
<- ">"
<- ":\t"
<- "target_xfer_memory (0x441d5d2, xxx, 2, read, xxx) = 2"
<- ", bytes ="
<- " 23"
<- " d2"
<- ""
<- "target_xfer_memory (0x441d5d4, xxx, 4, read, xxx) = 4"
<- ", bytes ="
<- " 04"
<- " 5f"
<- " dd"
<- " ea"
<- ""
<- "movel"
<- " "
<- "%a2@"
<- ","
<- "0x45fddea"
<- " "
<- "<"
<- "rle_eth_base"
<- ">"
<- ""
<- "0x441d5d8"
<- " "
<- "<"
<- "mgt_rle_eth_init"
<- "+72"
<- " at /home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:241"
<- ">"
<- ":\t"
<- "target_xfer_memory (0x441d5d8, xxx, 2, read, xxx) = 2"
<- ", bytes ="
<- " 23"
<- " ea"
<- ""
<- "target_xfer_memory (0x441d5da, xxx, 2, read, xxx) = 2"
<- ", bytes ="
<- " 00"
<- " 04"
<- ""
<- "target_xfer_memory (0x441d5dc, xxx, 4, read, xxx) = 4"
<- ", bytes ="
<- " 04"
<- " 5f"
<- " dd"
<- " ee"
<- ""
<- "movel"
<- " "
<- "%a2@(4)"
<- ","
<- "0x45fddee"
<- " "
<- "<"
<- "rle_eth_base"
<- "+4"
<- ">"
<- ""
<- "0x441d5e0"
<- " "
<- "<"
<- "mgt_rle_eth_init"
<- "+80"
<- " at /home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:244"
<- ">"
<- ":\t"
<- "target_xfer_memory (0x441d5e0, xxx, 2, read, xxx) = 2"
<- ", bytes ="
<- " 76"
<- " 00"
<- ""
<- "moveq"
<- " "
<- "#0"
<- ","
<- "%d3"
<- ""
<- "0x441d5e2"
<- " "
<- "<"
<- "mgt_rle_eth_init"
<- "+82"
<- " at /home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:244"
<- ">"
<- ":\t"
<- "target_xfer_memory (0x441d5e2, xxx, 2, read, xxx) = 2"
<- ", bytes ="
<- " 60"
<- " 00"
<- ""
<- "target_xfer_memory (0x441d5e4, xxx, 2, read, xxx) = 2"
<- ", bytes ="
<- " 09"
<- " 60"
<- ""
<- "braw"
<- " "
<- "0x441df44"
<- " "
<- "<"
<- "mgt_rle_eth_init"
<- "+2484"
<- " at /home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:244"
<- ">"
<- ""
<- "0x441d5e6"
<- " "
<- "<"
<- "mgt_rle_eth_init"
<- "+86"
<- " at /home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:248"
<- ">"
<- ":\t"
<- "target_xfer_memory (0x441d5e6, xxx, 2, read, xxx) = 2"
<- ", bytes ="
<- " 70"
<- " 01"
<- ""
<- "moveq"
<- " "
<- "#1"
<- ","
<- "%d0"
<- ""
<- "0x441d5e8"
<- " "
<- "<"
<- "mgt_rle_eth_init"
<- "+88"
<- " at /home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:248"
<- ">"
<- ":\t"
<- "target_xfer_memory (0x441d5e8, xxx, 2, read, xxx) = 2"
<- ", bytes ="
<- " b0"
<- " 83"
<- ""
<- "cmpl"
<- " "
<- "%d3"
<- ","
<- "%d0"
<- ""
<- "0x441d5ea"
<- " "
<- "<"
<- "mgt_rle_eth_init"
<- "+90"
<- " at /home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:248"
<- ">"
<- ":\t"
<- "target_xfer_memory (0x441d5ea, xxx, 2, read, xxx) = 2"
<- ", bytes ="
<- " 64"
<- " 0c"
<- ""
<- "bccs"
<- " "
<- "0x441d5f8"
<- " "
<- "<"
<- "mgt_rle_eth_init"
<- "+104"
<- " at /home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:249"
<- ">"
<- ""
<- "0x441d5ec"
<- " "
<- "<"
<- "mgt_rle_eth_init"
<- "+92"
<- " at /home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:248"
<- ">"
<- ":\t"
<- "target_xfer_memory (0x441d5ec, xxx, 2, read, xxx) = 2"
<- ", bytes ="
<- " 48"
<- " 78"
<- ""
<- "target_xfer_memory (0x441d5ee, xxx, 2, read, xxx) = 2"
<- ", bytes ="
<- " 50 49\n"
   "pea 0x5049\n"
   "0x441d5f0"
<- " "
<- "<"
<- "mgt_rle_eth_init"
<- "+96"
<- " at /home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:248"
<- ">"
<- ":\t"
<- "target_xfer_memory (0x441d5f0, xxx, 2, read, xxx) = 2"
<- ", bytes ="
<- " 4e"
<- " b9"
<- ""
<- "target_xfer_memory (0x441d5f2, xxx, 4, read, xxx) = 4"
<- ", bytes ="
<- " 04"
<- " 30"
<- " d2"
<- " e0"
<- ""
<- "jsr"
<- " "
<- "0x430d2e0"
<- " "
<- "<"
<- "esfatal"
<- " at megccmaj.c:1038"
<- ">"
<- ""
<- "0x441d5f6"
<- " "
<- "<"
<- "mgt_rle_eth_init"
<- "+102"
<- " at /home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:248"
<- ">"
<- ":\t"
<- "target_xfer_memory (0x441d5f6, xxx, 2, read, xxx) = 2"
<- ", bytes ="
<- " 58"
<- " 8f"
<- ""
<- "addql"
<- " "
<- "#4"
<- ","
<- "%sp"
<- ""
<- "0x441d5f8"
<- " "
<- "<"
<- "mgt_rle_eth_init"
<- "+104"
<- " at /home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:249"
<- ">"
<- ":\t"
<- "target_xfer_memory (0x441d5f8, xxx, 2, read, xxx) = 2"
<- ", bytes ="
<- " 74"
<- " 00"
<- ""
<- "moveq"
<- " "
<- "#0"
<- ","
<- "%d2"
<- ""
<- "0x441d5fa"
<- " "
<- "<"
<- "mgt_rle_eth_init"
<- "+106"
<- " at /home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:252"
<- ">"
<- ":\t"
<- "target_xfer_memory (0x441d5fa, xxx, 2, read, xxx) = 2"
<- ", bytes ="
<- " 30"
<- " 02"
<- ""
<- "movew"
<- " "
<- "%d2"
<- ","
<- "%d0"
<- ""
<- "0x441d5fc"
<- " "
<- "<"
<- "mgt_rle_eth_init+108 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:252>:\ttarget_xfer_memory
 (0x441d5fc, xxx, 2, read, xxx) = 2, bytes = c0 fc\n"
   "target_xfer_memory (0x441d5fe, xxx, 2, read, xxx) = 2, bytes = 05 44\n"
   "muluw #1348,%d0\n"
   "0x441d600"
<- " "
<- "<"
<- "mgt_rle_eth_init"
<- "+112"
<- " at /home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:252"
<- ">"
<- ":\t"
<- "target_xfer_memory (0x441d600, xxx, 2, read, xxx) = 2"
<- ", bytes ="
<- " 20"
<- " 7c"
<- ""
<- "target_xfer_memory (0x441d602, xxx, 4, read, xxx) = 4"
<- ", bytes ="
<- " 04"
<- " 5f"
<- " de"
<- " 06"
<- ""
<- "moveal"
<- " "
<- "#73391622"
<- ","
<- "%a0"
<- ""
<- "0x441d606"
<- " "
<- "<"
<- "mgt_rle_eth_init"
<- "+118"
<- " at /home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:252"
<- ">"
<- ":\t"
<- "target_xfer_memory (0x441d606, xxx, 2, read, xxx) = 2"
<- ", bytes ="
<- " 42"
<- " b0"
<- ""
<- "target_xfer_memory (0x441d608, xxx, 2, read, xxx) = 2"
<- ", bytes ="
<- " 00"
<- " 00"
<- ""
<- "clrl"
<- " "
<- "%a0@("
<- "00000000"
<- ",%d0:w)"
<- ""
<- "0x441d60a"
<- " "
<- "<"
<- "mgt_rle_eth_init"
<- "+122"
<- " at /home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:254"
<- ">"
<- ":\t"
<- "target_xfer_memory (0x441d60a, xxx, 2, read, xxx) = 2"
<- ", bytes ="
<- " 20"
<- " 03"
<- ""
<- "movel"
<- " "
<- "%d3"
<- ","
<- "%d0"
<- ""
<- "0x441d60c"
<- " "
<- "<"
<- "mgt_rle_eth_init"
<- "+124"
<- " at /home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:254"
<- ">"
<- ":\t"
<- "target_xfer_memory (0x441d60c, xxx, 2, read, xxx) = 2"
<- ", bytes ="
<- " e5"
<- " 88"
<- ""
<- "lsll"
<- " "
<- "#2"
<- ","
<- "%d0"
<- ""
<- "0x441d60e"
<- " "
<- "<"
<- "mgt_rle_eth_init"
<- "+126"
<- " at /home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:254"
<- ">"
<- ":\t"
<- "target_xfer_memory (0x441d60e, xxx, 2, read, xxx) = 2"
<- ", bytes ="
<- " d0"
<- " 83"
<- ""
<- "addl"
<- " "
<- "%d3"
<- ","
<- "%d0"
<- ""
<- "0x441d610"
<- " <mgt_rle_eth_init+128 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:254>:\ttarget_xfer_memory
 (0x441d610, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441d612"
<- " "
<- "<"
<- "mgt_rle_eth_init"
<- "+130"
<- " at /home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:254"
<- ">"
<- ":\t"
<- "target_xfer_memory (0x441d612, xxx, 2, read, xxx) = 2"
<- ", bytes ="
<- " d0"
<- " 83"
<- ""
<- "addl"
<- " "
<- "%d3"
<- ","
<- "%d0"
<- ""
<- "0x441d614"
<- " "
<- "<"
<- "mgt_rle_eth_init"
<- "+132"
<- " at /home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:254"
<- ">"
<- ":\t"
<- "target_xfer_memory (0x441d614, xxx, 2, read, xxx) = 2"
<- ", bytes ="
<- " e9"
<- " 88"
<- ""
<- "lsll"
<- " "
<- "#4"
<- ","
<- "%d0"
<- ""
<- "0x441d616"
<- " "
<- "<"
<- "mgt_rle_eth_init"
<- "+134"
<- " at /home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:254"
<- ">"
<- ":\t"
<- "target_xfer_memory (0x441d616, xxx, 2, read, xxx) = 2"
<- ", bytes ="
<- " d0"
<- " 83"
<- ""
<- "addl"
<- " "
<- "%d3"
<- ","
<- "%d0"
<- ""
<- "0x441d618"
<- " "
<- "<"
<- "mgt_rle_eth_init"
<- "+136"
<- " at /home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:254"
<- ">"
<- ":\t"
<- "target_xfer_memory (0x441d618, xxx, 2, read, xxx) = 2"
<- ", bytes ="
<- " e5"
<- " 88"
<- ""
<- "lsll"
<- " "
<- "#2"
<- ","
<- "%d0"
<- ""
<- "0x441d61a"
<- " "
<- "<"
<- "mgt_rle_eth_init"
<- "+138"
<- " at /home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:254"
<- ">"
<- ":\t"
<- "target_xfer_memory (0x441d61a, xxx, 2, read, xxx) = 2"
<- ", bytes ="
<- " 20"
<- " 40"
<- ""
<- "moveal"
<- " "
<- "%d0"
<- ","
<- "%a0"
<- ""
<- "0x441d61c"
<- " "
<- "<"
<- "mgt_rle_eth_init"
<- "+140"
<- " at /home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:254"
<- ">"
<- ":\t"
<- "target_xfer_memory (0x441d61c, xxx, 2, read, xxx) = 2"
<- ", bytes ="
<- " 20"
<- " 32"
<- ""
<- "target_xfer_memory (0x441d61e, xxx, 2, read, xxx) = 2"
<- ", bytes ="
<- " 88"
<- " 1c"
<- ""
<- "movel"
<- " "
<- "%a2@(0000001c,%a0:l),%d0\n"
   "0x441d620 <mgt_rle_eth_init+144 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:254>:\ttarget_xfer_memory
 (0x441d620, xxx, 2, read, xxx) = 2, bytes = 72 02\n"
   "moveq #2,%d1\n"
   "0x441d622"
<- " "
<- "<"
<- "mgt_rle_eth_init"
<- "+146"
<- " at /home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:254"
<- ">"
<- ":\t"
<- "target_xfer_memory (0x441d622, xxx, 2, read, xxx) = 2"
<- ", bytes ="
<- " b2"
<- " 80"
<- ""
<- "cmpl"
<- " "
<- "%d0"
<- ","
<- "%d1"
<- ""
<- "0x441d624"
<- " "
<- "<"
<- "mgt_rle_eth_init"
<- "+148"
<- " at /home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:254"
<- ">"
<- ":\t"
<- "target_xfer_memory (0x441d624, xxx, 2, read, xxx) = 2"
<- ", bytes ="
<- " 66 56\n"
   "bnes 0x441d67c <mgt_rle_eth_init+236 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:259>\n"
   "0x441d626"
<- " <mgt_rle_eth_init+150 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:255>:\ttarget_xfer_memory
 (0x441d626, xxx, 2, read, xxx) = 2, bytes = 30 02\n"
   "movew %d2,%d0\n"
   "0x441d628 <mgt_rle_eth_init+152 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:255>:\ttarget_xfer_memory
 (0x441d628, xxx, 2, read, xxx) = 2, bytes = c0 fc\n"
   "target_xfer_memory (0x441d62a, xxx, 2, read, xxx) = 2, bytes = 05 44\n"
   "muluw #1348,%d0\n"
   "0x441d62c"
<- " <mgt_rle_eth_init+156 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:255>:\ttarget_xfer_memory
 (0x441d62c, xxx, 2, read, xxx) = 2, bytes = 72 01\n"
   "moveq #1,%d1\n"
   "0x441d62e"
<- " "
<- "<"
<- "mgt_rle_eth_init"
<- "+158"
<- " at /home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:255"
<- ">"
<- ":\t"
<- "target_xfer_memory (0x441d62e, xxx, 2, read, xxx) = 2"
<- ", bytes ="
<- " 20"
<- " 7c"
<- ""
<- "target_xfer_memory (0x441d630, xxx, 4, read, xxx) = 4"
<- ", bytes ="
<- " 04"
<- " 5f"
<- " de"
<- " 06"
<- ""
<- "moveal"
<- " "
<- "#73391622"
<- ","
<- "%a0"
<- ""
<- "0x441d634"
<- " "
<- "<"
<- "mgt_rle_eth_init"
<- "+164"
<- " at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:255>:\ttarget_xfer_memory
 (0x441d634, xxx, 2, read, xxx) = 2, bytes = 21 81\n"
   "target_xfer_memory (0x441d636, xxx, 2, read, xxx) = 2, bytes = 00 00\n"
   "movel %d1,%a0@(00000000,%d0:w)\n"
   "0x441d638 <mgt_rle_eth_init+168 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:256>:\ttarget_xfer_memory
 (0x441d638, xxx, 2, read, xxx) = 2, bytes = 20 03\n"
   "movel %d3,%d0\n"
   "0x441d63a"
<- " "
<- "<"
<- "mgt_rle_eth_init"
<- "+170"
<- " at /home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:256"
<- ">"
<- ":\t"
<- "target_xfer_memory (0x441d63a, xxx, 2, read, xxx) = 2"
<- ", bytes ="
<- " e5"
<- " 88"
<- ""
<- "lsll"
<- " "
<- "#2"
<- ","
<- "%d0"
<- ""
<- "0x441d63c"
<- " "
<- "<"
<- "mgt_rle_eth_init"
<- "+172"
<- " at /home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:256"
<- ">"
<- ":\t"
<- "target_xfer_memory (0x441d63c, xxx, 2, read, xxx) = 2"
<- ", bytes ="
<- " d0"
<- " 83"
<- ""
<- "addl"
<- " "
<- "%d3"
<- ","
<- "%d0"
<- ""
<- "0x441d63e"
<- " <mgt_rle_eth_init+174 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:256>:\ttarget_xfer_memory
 (0x441d63e, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441d640 <mgt_rle_eth_init+176 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:256>:\ttarget_xfer_memory
 (0x441d640, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441d642 <mgt_rle_eth_init+178 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:256>:\ttarget_xfer_memory
 (0x441d642, xxx, 2, read, xxx) = 2, bytes = e9 88\n"
   "lsll #4,%d0\n"
   "0x441d644 <mgt_rle_eth_init+180 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:256>:\ttarget_xfer_memory
 (0x441d644, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441d646"
<- " "
<- "<"
<- "mgt_rle_eth_init"
<- "+182"
<- " at /home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:256"
<- ">"
<- ":\t"
<- "target_xfer_memory (0x441d646, xxx, 2, read, xxx) = 2"
<- ", bytes ="
<- " e5"
<- " 88"
<- ""
<- "lsll"
<- " "
<- "#2"
<- ","
<- "%d0"
<- ""
<- "0x441d648"
<- " "
<- "<"
<- "mgt_rle_eth_init"
<- "+184"
<- " at /home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:256"
<- ">"
<- ":\t"
<- "target_xfer_memory (0x441d648, xxx, 2, read, xxx) = 2"
<- ", bytes ="
<- " 20"
<- " 40"
<- ""
<- "moveal"
<- " "
<- "%d0"
<- ","
<- "%a0"
<- ""
<- "0x441d64a"
<- " "
<- "<"
<- "mgt_rle_eth_init"
<- "+186"
<- " at /home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:256"
<- ">"
<- ":\t"
<- "target_xfer_memory (0x441d64a, xxx, 2, read, xxx) = 2"
<- ", bytes ="
<- " 2f"
<- " 32"
<- ""
<- "target_xfer_memory (0x441d64c, xxx, 2, read, xxx) = 2"
<- ", bytes ="
<- " 88"
<- " 58"
<- ""
<- "movel"
<- " "
<- "%a2@("
<- "00000058"
<- ",%a0:l)"
<- ","
<- "address@hidden"
   "0x441d64e"
<- " <mgt_rle_eth_init+190 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:256>:\ttarget_xfer_memory
 (0x441d64e, xxx, 2, read, xxx) = 2, bytes = 30 02\n"
   "movew %d2,%d0\n"
   "0x441d650"
<- " <mgt_rle_eth_init+192 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:256>:\ttarget_xfer_memory
 (0x441d650, xxx, 2, read, xxx) = 2, bytes = c0 fc\n"
   "target_xfer_memory (0x441d652, xxx, 2, read, xxx) = 2, bytes = 05 44\n"
   "muluw #1348,%d0\n"
   "0x441d654"
<- " <mgt_rle_eth_init+196 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:256>:\ttarget_xfer_memory
 (0x441d654, xxx, 2, read, xxx) = 2, bytes = 22 1f\n"
   "movel address@hidden,%d1\n"
   "0x441d656"
<- " <mgt_rle_eth_init+198 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:256>:\ttarget_xfer_memory
 (0x441d656, xxx, 2, read, xxx) = 2, bytes = 20 7c\n"
   "target_xfer_memory (0x441d658, xxx, 4, read, xxx) = 4, bytes = 04 5f de 
42\n"
   "moveal #73391682,%a0\n"
   "0x441d65c"
<- " <mgt_rle_eth_init+204 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:256>:\ttarget_xfer_memory
 (0x441d65c, xxx, 2, read, xxx) = 2, bytes = 21 81\n"
   "target_xfer_memory (0x441d65e, xxx, 2, read, xxx) = 2, bytes = 00 00\n"
   "movel %d1,%a0@(00000000,%d0:w)\n"
   "0x441d660"
<- " <mgt_rle_eth_init+208 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:257>:\ttarget_xfer_memory
 (0x441d660, xxx, 2, read, xxx) = 2, bytes = 20 03\n"
   "movel %d3,%d0\n"
   "0x441d662"
<- " <mgt_rle_eth_init+210 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:257>:\ttarget_xfer_memory
 (0x441d662, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441d664"
<- " <mgt_rle_eth_init+212 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:257>:\ttarget_xfer_memory
 (0x441d664, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441d666"
<- " <mgt_rle_eth_init+214 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:257>:\ttarget_xfer_memory
 (0x441d666, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441d668"
<- " <mgt_rle_eth_init+216 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:257>:\ttarget_xfer_memory
 (0x441d668, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441d66a"
<- " <mgt_rle_eth_init+218 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:257>:\ttarget_xfer_memory
 (0x441d66a, xxx, 2, read, xxx) = 2, bytes = e9 88\n"
   "lsll #4,%d0\n"
   "0x441d66c"
<- " <mgt_rle_eth_init+220 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:257>:\ttarget_xfer_memory
 (0x441d66c, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441d66e"
<- " <mgt_rle_eth_init+222 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:257>:\ttarget_xfer_memory
 (0x441d66e, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441d670"
<- " <mgt_rle_eth_init+224 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:257>:\ttarget_xfer_memory
 (0x441d670, xxx, 2, read, xxx) = 2, bytes = 20 40\n"
   "moveal %d0,%a0\n"
   "0x441d672"
<- " <mgt_rle_eth_init+226 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:257>:\ttarget_xfer_memory
 (0x441d672, xxx, 2, read, xxx) = 2, bytes = 20 32\n"
   "target_xfer_memory (0x441d674, xxx, 2, read, xxx) = 2, bytes = 88 58\n"
   "movel %a2@(00000058,%a0:l),%d0\n"
   "0x441d676"
<- " <mgt_rle_eth_init+230 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:257>:\ttarget_xfer_memory
 (0x441d676, xxx, 2, read, xxx) = 2, bytes = 13 c0\n"
   "target_xfer_memory (0x441d678, xxx, 4, read, xxx) = 4, bytes = 04 5f e3 
46\n"
   "moveb %d0,0x45fe346"
<- " <timer_conf>\n"
   "0x441d67c"
<- " <mgt_rle_eth_init+236 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:259>:\ttarget_xfer_memory
 (0x441d67c, xxx, 2, read, xxx) = 2, bytes = 20 03\n"
   "movel %d3,%d0\n"
   "0x441d67e"
<- " <mgt_rle_eth_init+238 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:259>:\ttarget_xfer_memory
 (0x441d67e, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441d680"
<- " <mgt_rle_eth_init+240 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:259>:\ttarget_xfer_memory
 (0x441d680, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441d682"
<- " <mgt_rle_eth_init+242 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:259>:\ttarget_xfer_memory
 (0x441d682, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441d684"
<- " <mgt_rle_eth_init+244 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:259>:\ttarget_xfer_memory
 (0x441d684, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441d686"
<- " <mgt_rle_eth_init+246 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:259>:\ttarget_xfer_memory
 (0x441d686, xxx, 2, read, xxx) = 2, bytes = e9 88\n"
   "lsll #4,%d0\n"
   "0x441d688"
<- " <mgt_rle_eth_init+248 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:259>:\ttarget_xfer_memory
 (0x441d688, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441d68a"
<- " <mgt_rle_eth_init+250 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:259>:\ttarget_xfer_memory
 (0x441d68a, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441d68c"
<- " <mgt_rle_eth_init+252 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:259>:\ttarget_xfer_memory
 (0x441d68c, xxx, 2, read, xxx) = 2, bytes = 20 40\n"
   "moveal %d0,%a0\n"
   "0x441d68e"
<- " <mgt_rle_eth_init+254 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:259>:\ttarget_xfer_memory
 (0x441d68e, xxx, 2, read, xxx) = 2, bytes = 20 32\n"
   "target_xfer_memory (0x441d690, xxx, 2, read, xxx) = 2, bytes = 88 1c\n"
   "movel %a2@(0000001c,%a0:l),%d0\n"
   "0x441d692"
<- " <mgt_rle_eth_init+258 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:259>:\ttarget_xfer_memory
 (0x441d692, xxx, 2, read, xxx) = 2, bytes = 72 03\n"
   "moveq #3,%d1\n"
   "0x441d694"
<- " <mgt_rle_eth_init+260 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:259>:\ttarget_xfer_memory
 (0x441d694, xxx, 2, read, xxx) = 2, bytes = b2 80\n"
   "cmpl %d0,%d1\n"
   "0x441d696"
<- " <mgt_rle_eth_init+262 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:259>:\ttarget_xfer_memory
 (0x441d696, xxx, 2, read, xxx) = 2, bytes = 66 56\n"
   "bnes 0x441d6ee"
<- " <mgt_rle_eth_init+350 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:265>\n"
   "0x441d698"
<- " <mgt_rle_eth_init+264 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:260>:\ttarget_xfer_memory
 (0x441d698, xxx, 2, read, xxx) = 2, bytes = 30 02\n"
   "movew %d2,%d0\n"
   "0x441d69a"
<- " <mgt_rle_eth_init+266 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:260>:\ttarget_xfer_memory
 (0x441d69a, xxx, 2, read, xxx) = 2, bytes = c0 fc\n"
   "target_xfer_memory (0x441d69c, xxx, 2, read, xxx) = 2, bytes = 05 44\n"
   "muluw #1348,%d0\n"
   "0x441d69e"
<- " <mgt_rle_eth_init+270 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:260>:\ttarget_xfer_memory
 (0x441d69e, xxx, 2, read, xxx) = 2, bytes = 72 02\n"
   "moveq #2,%d1\n"
   "0x441d6a0"
<- " <mgt_rle_eth_init+272 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:260>:\ttarget_xfer_memory
 (0x441d6a0, xxx, 2, read, xxx) = 2, bytes = 20 7c\n"
   "target_xfer_memory (0x441d6a2, xxx, 4, read, xxx) = 4, bytes = 04 5f de 
06\n"
   "moveal #73391622,%a0\n"
   "0x441d6a6"
<- " <mgt_rle_eth_init+278 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:260>:\ttarget_xfer_memory
 (0x441d6a6, xxx, 2, read, xxx) = 2, bytes = 21 81\n"
   "target_xfer_memory (0x441d6a8, xxx, 2, read, xxx) = 2, bytes = 00 00\n"
   "movel %d1,%a0@(00000000,%d0:w)\n"
   "0x441d6aa"
<- " <mgt_rle_eth_init+282 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:261>:\ttarget_xfer_memory
 (0x441d6aa, xxx, 2, read, xxx) = 2, bytes = 20 03\n"
   "movel %d3,%d0\n"
   "0x441d6ac"
<- " <mgt_rle_eth_init+284 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:261>:\ttarget_xfer_memory
 (0x441d6ac, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441d6ae"
<- " <mgt_rle_eth_init+286 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:261>:\ttarget_xfer_memory
 (0x441d6ae, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441d6b0"
<- " <mgt_rle_eth_init+288 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:261>:\ttarget_xfer_memory
 (0x441d6b0, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441d6b2"
<- " <mgt_rle_eth_init+290 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:261>:\ttarget_xfer_memory
 (0x441d6b2, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441d6b4"
<- " <mgt_rle_eth_init+292 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:261>:\ttarget_xfer_memory
 (0x441d6b4, xxx, 2, read, xxx) = 2, bytes = e9 88\n"
   "lsll #4,%d0\n"
   "0x441d6b6"
<- " <mgt_rle_eth_init+294 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:261>:\ttarget_xfer_memory
 (0x441d6b6, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441d6b8"
<- " <mgt_rle_eth_init+296 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:261>:\ttarget_xfer_memory
 (0x441d6b8, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441d6ba"
<- " <mgt_rle_eth_init+298 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:261>:\ttarget_xfer_memory
 (0x441d6ba, xxx, 2, read, xxx) = 2, bytes = 20 40\n"
   "moveal %d0,%a0\n"
   "0x441d6bc"
<- " <mgt_rle_eth_init+300 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:261>:\ttarget_xfer_memory
 (0x441d6bc, xxx, 2, read, xxx) = 2, bytes = 2f 32\n"
   "target_xfer_memory (0x441d6be, xxx, 2, read, xxx) = 2, bytes = 88 58\n"
   "movel %a2@(00000058,%a0:l),address@hidden"
   "0x441d6c0"
<- " <mgt_rle_eth_init+304 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:261>:\ttarget_xfer_memory
 (0x441d6c0, xxx, 2, read, xxx) = 2, bytes = 30 02\n"
   "movew %d2,%d0\n"
   "0x441d6c2"
<- " <mgt_rle_eth_init+306 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:261>:\ttarget_xfer_memory
 (0x441d6c2, xxx, 2, read, xxx) = 2, bytes = c0 fc\n"
   "target_xfer_memory (0x441d6c4, xxx, 2, read, xxx) = 2, bytes = 05 44\n"
   "muluw #1348,%d0\n"
   "0x441d6c6"
<- " <mgt_rle_eth_init+310 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:261>:\ttarget_xfer_memory
 (0x441d6c6, xxx, 2, read, xxx) = 2, bytes = 22 1f\n"
   "movel address@hidden,%d1\n"
   "0x441d6c8"
<- " <mgt_rle_eth_init+312 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:261>:\ttarget_xfer_memory
 (0x441d6c8, xxx, 2, read, xxx) = 2, bytes = 20 7c\n"
   "target_xfer_memory (0x441d6ca, xxx, 4, read, xxx) = 4, bytes = 04 5f de 
42\n"
   "moveal #73391682,%a0\n"
   "0x441d6ce"
<- " <mgt_rle_eth_init+318 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:261>:\ttarget_xfer_memory
 (0x441d6ce, xxx, 2, read, xxx) = 2, bytes = 21 81\n"
   "target_xfer_memory (0x441d6d0, xxx, 2, read, xxx) = 2, bytes = 00 00\n"
   "movel %d1,%a0@(00000000,%d0:w)\n"
   "0x441d6d2"
<- " <mgt_rle_eth_init+322 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:262>:\ttarget_xfer_memory
 (0x441d6d2, xxx, 2, read, xxx) = 2, bytes = 20 03\n"
   "movel %d3,%d0\n"
   "0x441d6d4"
<- " <mgt_rle_eth_init+324 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:262>:\ttarget_xfer_memory
 (0x441d6d4, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441d6d6"
<- " <mgt_rle_eth_init+326 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:262>:\ttarget_xfer_memory
 (0x441d6d6, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441d6d8"
<- " <mgt_rle_eth_init+328 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:262>:\ttarget_xfer_memory
 (0x441d6d8, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441d6da"
<- " <mgt_rle_eth_init+330 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:262>:\ttarget_xfer_memory
 (0x441d6da, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441d6dc"
<- " <mgt_rle_eth_init+332 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:262>:\ttarget_xfer_memory
 (0x441d6dc, xxx, 2, read, xxx) = 2, bytes = e9 88\n"
   "lsll #4,%d0\n"
   "0x441d6de"
<- " <mgt_rle_eth_init+334 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:262>:\ttarget_xfer_memory
 (0x441d6de, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441d6e0"
<- " <mgt_rle_eth_init+336 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:262>:\ttarget_xfer_memory
 (0x441d6e0, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441d6e2"
<- " <mgt_rle_eth_init+338 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:262>:\ttarget_xfer_memory
 (0x441d6e2, xxx, 2, read, xxx) = 2, bytes = 20 40\n"
   "moveal %d0,%a0\n"
   "0x441d6e4"
<- " <mgt_rle_eth_init+340 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:262>:\ttarget_xfer_memory
 (0x441d6e4, xxx, 2, read, xxx) = 2, bytes = 20 32\n"
   "target_xfer_memory (0x441d6e6, xxx, 2, read, xxx) = 2, bytes = 88 58\n"
   "movel %a2@(00000058,%a0:l),%d0\n"
   "0x441d6e8"
<- " <mgt_rle_eth_init+344 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:262>:\ttarget_xfer_memory
 (0x441d6e8, xxx, 2, read, xxx) = 2, bytes = 13 c0\n"
   "target_xfer_memory (0x441d6ea, xxx, 4, read, xxx) = 4, bytes = 04 5f e3 
46\n"
   "moveb %d0,0x45fe346"
<- " <timer_conf>\n"
   "0x441d6ee"
<- " <mgt_rle_eth_init+350 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:265>:\ttarget_xfer_memory
 (0x441d6ee, xxx, 2, read, xxx) = 2, bytes = 30 02\n"
   "movew %d2,%d0\n"
   "0x441d6f0"
<- " <mgt_rle_eth_init+352 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:265>:\ttarget_xfer_memory
 (0x441d6f0, xxx, 2, read, xxx) = 2, bytes = c0 fc\n"
   "target_xfer_memory (0x441d6f2, xxx, 2, read, xxx) = 2, bytes = 05 44\n"
   "muluw #1348,%d0\n"
   "0x441d6f4"
<- " <mgt_rle_eth_init+356 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:265>:\ttarget_xfer_memory
 (0x441d6f4, xxx, 2, read, xxx) = 2, bytes = 20 7c\n"
   "target_xfer_memory (0x441d6f6, xxx, 4, read, xxx) = 4, bytes = 04 5f de 
09\n"
   "moveal #73391625,%a0\n"
   "0x441d6fa"
<- " <mgt_rle_eth_init+362 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:265>:\ttarget_xfer_memory
 (0x441d6fa, xxx, 2, read, xxx) = 2, bytes = 13 f0\n"
   "target_xfer_memory (0x441d6fc, xxx, 2, read, xxx) = 2, bytes = 00 00\n"
   "target_xfer_memory (0x441d6fe, xxx, 4, read, xxx) = 4, bytes = 04 5f e3 
44\n"
   "moveb %a0@(00000000,%d0:w),0x45fe344"
<- " <mode_ctrl_fonc>\n"
   "0x441d702"
<- " <mgt_rle_eth_init+370 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:266>:\ttarget_xfer_memory
 (0x441d702, xxx, 2, read, xxx) = 2, bytes = 20 03\n"
   "movel %d3,%d0\n"
   "0x441d704"
<- " <mgt_rle_eth_init+372 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:266>:\ttarget_xfer_memory
 (0x441d704, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441d706"
<- " <mgt_rle_eth_init+374 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:266>:\ttarget_xfer_memory
 (0x441d706, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441d708"
<- " <mgt_rle_eth_init+376 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:266>:\ttarget_xfer_memory
 (0x441d708, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441d70a"
<- " <mgt_rle_eth_init+378 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:266>:\ttarget_xfer_memory
 (0x441d70a, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441d70c"
<- " <mgt_rle_eth_init+380 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:266>:\ttarget_xfer_memory
 (0x441d70c, xxx, 2, read, xxx) = 2, bytes = e9 88\n"
   "lsll #4,%d0\n"
   "0x441d70e"
<- " <mgt_rle_eth_init+382 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:266>:\ttarget_xfer_memory
 (0x441d70e, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441d710"
<- " <mgt_rle_eth_init+384 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:266>:\ttarget_xfer_memory
 (0x441d710, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441d712"
<- " <mgt_rle_eth_init+386 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:266>:\ttarget_xfer_memory
 (0x441d712, xxx, 2, read, xxx) = 2, bytes = 20 40\n"
   "moveal %d0,%a0\n"
   "0x441d714"
<- " <mgt_rle_eth_init+388 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:266>:\ttarget_xfer_memory
 (0x441d714, xxx, 2, read, xxx) = 2, bytes = 2f 32\n"
   "target_xfer_memory (0x441d716, xxx, 2, read, xxx) = 2, bytes = 88 18\n"
   "movel %a2@(00000018,%a0:l),address@hidden"
   "0x441d718"
<- " <mgt_rle_eth_init+392 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:266>:\ttarget_xfer_memory
 (0x441d718, xxx, 2, read, xxx) = 2, bytes = 30 02\n"
   "movew %d2,%d0\n"
   "0x441d71a"
<- " <mgt_rle_eth_init+394 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:266>:\ttarget_xfer_memory
 (0x441d71a, xxx, 2, read, xxx) = 2, bytes = c0 fc\n"
   "target_xfer_memory (0x441d71c, xxx, 2, read, xxx) = 2, bytes = 05 44\n"
   "muluw #1348,%d0\n"
   "0x441d71e"
<- " <mgt_rle_eth_init+398 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:266>:\ttarget_xfer_memory
 (0x441d71e, xxx, 2, read, xxx) = 2, bytes = 22 1f\n"
   "movel address@hidden,%d1\n"
   "0x441d720"
<- " <mgt_rle_eth_init+400 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:266>:\ttarget_xfer_memory
 (0x441d720, xxx, 2, read, xxx) = 2, bytes = 20 7c\n"
   "target_xfer_memory (0x441d722, xxx, 4, read, xxx) = 4, bytes = 04 5f de 
02\n"
   "moveal #73391618,%a0\n"
   "0x441d726"
<- " <mgt_rle_eth_init+406 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:266>:\ttarget_xfer_memory
 (0x441d726, xxx, 2, read, xxx) = 2, bytes = 21 81\n"
   "target_xfer_memory (0x441d728, xxx, 2, read, xxx) = 2, bytes = 00 00\n"
   "movel %d1,%a0@(00000000,%d0:w)\n"
   "0x441d72a"
<- " <mgt_rle_eth_init+410 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:267>:\ttarget_xfer_memory
 (0x441d72a, xxx, 2, read, xxx) = 2, bytes = 30 02\n"
   "movew %d2,%d0\n"
   "0x441d72c"
<- " <mgt_rle_eth_init+412 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:267>:\ttarget_xfer_memory
 (0x441d72c, xxx, 2, read, xxx) = 2, bytes = c0 fc\n"
   "target_xfer_memory (0x441d72e, xxx, 2, read, xxx) = 2, bytes = 05 44\n"
   "muluw #1348,%d0\n"
   "0x441d730"
<- " <mgt_rle_eth_init+416 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:267>:\ttarget_xfer_memory
 (0x441d730, xxx, 2, read, xxx) = 2, bytes = 20 7c\n"
   "target_xfer_memory (0x441d732, xxx, 4, read, xxx) = 4, bytes = 04 5f de 
05\n"
   "moveal #73391621,%a0\n"
   "0x441d736"
<- " <mgt_rle_eth_init+422 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:267>:\ttarget_xfer_memory
 (0x441d736, xxx, 2, read, xxx) = 2, bytes = 13 f0\n"
   "target_xfer_memory (0x441d738, xxx, 2, read, xxx) = 2, bytes = 00 00\n"
   "target_xfer_memory (0x441d73a, xxx, 4, read, xxx) = 4, bytes = 04 5f e3 
45\n"
   "moveb %a0@(00000000,%d0:w),0x45fe345 <connect_type>\n"
   "0x441d73e"
<- " <mgt_rle_eth_init+430 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:268>:\ttarget_xfer_memory
 (0x441d73e, xxx, 2, read, xxx) = 2, bytes = 42 39\n"
   "target_xfer_memory (0x441d740, xxx, 4, read, xxx) = 4, bytes = 04 5f e3 
47\n"
   "clrb 0x45fe347"
<- " <droit_diff>\n"
   "0x441d744"
<- " <mgt_rle_eth_init+436 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:270>:\ttarget_xfer_memory
 (0x441d744, xxx, 2, read, xxx) = 2, bytes = 20 7c\n"
   "target_xfer_memory (0x441d746, xxx, 4, read, xxx) = 4, bytes = 04 5f e3 
3a\n"
   "moveal #73392954,%a0\n"
   "0x441d74a"
<- " <mgt_rle_eth_init+442 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:270>:\ttarget_xfer_memory
 (0x441d74a, xxx, 2, read, xxx) = 2, bytes = 11 bc\n"
   "target_xfer_memory (0x441d74c, xxx, 2, read, xxx) = 2, bytes = 00 02\n"
   "target_xfer_memory (0x441d74e, xxx, 2, read, xxx) = 2, bytes = 28 00\n"
   "moveb #2,%a0@(00000000,%d2:l)\n"
   "0x441d750"
<- " <mgt_rle_eth_init+448 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:271>:\ttarget_xfer_memory
 (0x441d750, xxx, 2, read, xxx) = 2, bytes = 20 7c\n"
   "target_xfer_memory (0x441d752, xxx, 4, read, xxx) = 4, bytes = 04 5f e3 
3b\n"
   "moveal #73392955,%a0\n"
   "0x441d756"
<- " <mgt_rle_eth_init+454 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:271>:\ttarget_xfer_memory
 (0x441d756, xxx, 2, read, xxx) = 2, bytes = 11 bc\n"
   "target_xfer_memory (0x441d758, xxx, 2, read, xxx) = 2, bytes = 00 02\n"
   "target_xfer_memory (0x441d75a, xxx, 2, read, xxx) = 2, bytes = 28 00\n"
   "moveb #2,%a0@(00000000,%d2:l)\n"
   "0x441d75c"
<- " <mgt_rle_eth_init+460 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:272>:\ttarget_xfer_memory
 (0x441d75c, xxx, 2, read, xxx) = 2, bytes = 20 02\n"
   "movel %d2,%d0\n"
   "0x441d75e"
<- " <mgt_rle_eth_init+462 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:272>:\ttarget_xfer_memory
 (0x441d75e, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441d760"
<- " <mgt_rle_eth_init+464 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:272>:\ttarget_xfer_memory
 (0x441d760, xxx, 2, read, xxx) = 2, bytes = 72 02\n"
   "moveq #2,%d1\n"
   "0x441d762"
<- " <mgt_rle_eth_init+466 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:272>:\ttarget_xfer_memory
 (0x441d762, xxx, 2, read, xxx) = 2, bytes = 20 7c\n"
   "target_xfer_memory (0x441d764, xxx, 4, read, xxx) = 4, bytes = 04 5f e8 
4e\n"
   "moveal #73394254,%a0\n"
   "0x441d768"
<- " <mgt_rle_eth_init+472 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:272>:\ttarget_xfer_memory
 (0x441d768, xxx, 2, read, xxx) = 2, bytes = 21 81\n"
   "target_xfer_memory (0x441d76a, xxx, 2, read, xxx) = 2, bytes = 08 00\n"
   "movel %d1,%a0@(00000000,%d0:l)\n"
   "0x441d76c"
<- " <mgt_rle_eth_init+476 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:273>:\ttarget_xfer_memory
 (0x441d76c, xxx, 2, read, xxx) = 2, bytes = 20 02\n"
   "movel %d2,%d0\n"
   "0x441d76e"
<- " <mgt_rle_eth_init+478 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:273>:\ttarget_xfer_memory
 (0x441d76e, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441d770"
<- " <mgt_rle_eth_init+480 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:273>:\ttarget_xfer_memory
 (0x441d770, xxx, 2, read, xxx) = 2, bytes = 72 01\n"
   "moveq #1,%d1\n"
   "0x441d772"
<- " <mgt_rle_eth_init+482 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:273>:\ttarget_xfer_memory
 (0x441d772, xxx, 2, read, xxx) = 2, bytes = 20 7c\n"
   "target_xfer_memory (0x441d774, xxx, 4, read, xxx) = 4, bytes = 04 5f e8 
52\n"
   "moveal #73394258,%a0\n"
   "0x441d778"
<- " <mgt_rle_eth_init+488 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:273>:\ttarget_xfer_memory
 (0x441d778, xxx, 2, read, xxx) = 2, bytes = 21 81\n"
   "target_xfer_memory (0x441d77a, xxx, 2, read, xxx) = 2, bytes = 08 00\n"
   "movel %d1,%a0@(00000000,%d0:l)\n"
   "0x441d77c"
<- " <mgt_rle_eth_init+492 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:275>:\ttarget_xfer_memory
 (0x441d77c, xxx, 2, read, xxx) = 2, bytes = 48 78\n"
   "target_xfer_memory (0x441d77e, xxx, 2, read, xxx) = 2, bytes = 00 08\n"
   "pea 0x8\n"
   "0x441d780"
<- " <mgt_rle_eth_init+496 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:275>:\ttarget_xfer_memory
 (0x441d780, xxx, 2, read, xxx) = 2, bytes = 42 a7\n"
   "clrl address@hidden"
   "0x441d782"
<- " <mgt_rle_eth_init+498 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:275>:\ttarget_xfer_memory
 (0x441d782, xxx, 2, read, xxx) = 2, bytes = 20 02\n"
   "movel %d2,%d0\n"
   "0x441d784"
<- " <mgt_rle_eth_init+500 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:275>:\ttarget_xfer_memory
 (0x441d784, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441d786"
<- " <mgt_rle_eth_init+502 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:275>:\ttarget_xfer_memory
 (0x441d786, xxx, 2, read, xxx) = 2, bytes = d0 82\n"
   "addl %d2,%d0\n"
   "0x441d788"
<- " <mgt_rle_eth_init+504 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:275>:\ttarget_xfer_memory
 (0x441d788, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441d78a"
<- " <mgt_rle_eth_init+506 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:275>:\ttarget_xfer_memory
 (0x441d78a, xxx, 2, read, xxx) = 2, bytes = d0 82\n"
   "addl %d2,%d0\n"
   "0x441d78c"
<- " <mgt_rle_eth_init+508 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:275>:\ttarget_xfer_memory
 (0x441d78c, xxx, 2, read, xxx) = 2, bytes = e9 88\n"
   "lsll #4,%d0\n"
   "0x441d78e"
<- " <mgt_rle_eth_init+510 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:275>:\ttarget_xfer_memory
 (0x441d78e, xxx, 2, read, xxx) = 2, bytes = d0 82\n"
   "addl %d2,%d0\n"
   "0x441d790"
<- " <mgt_rle_eth_init+512 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:275>:\ttarget_xfer_memory
 (0x441d790, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441d792"
<- " <mgt_rle_eth_init+514 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:275>:\ttarget_xfer_memory
 (0x441d792, xxx, 2, read, xxx) = 2, bytes = 20 7c\n"
   "target_xfer_memory (0x441d794, xxx, 4, read, xxx) = 4, bytes = 04 5f de 
12\n"
   "moveal #73391634,%a0\n"
   "0x441d798"
<- " <mgt_rle_eth_init+520 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:275>:\ttarget_xfer_memory
 (0x441d798, xxx, 2, read, xxx) = 2, bytes = 48 70\n"
   "target_xfer_memory (0x441d79a, xxx, 2, read, xxx) = 2, bytes = 08 00\n"
   "pea %a0@(00000000,%d0:l)\n"
   "0x441d79c"
<- " <mgt_rle_eth_init+524 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:275>:\ttarget_xfer_memory
 (0x441d79c, xxx, 2, read, xxx) = 2, bytes = 4e b9\n"
   "target_xfer_memory (0x441d79e, xxx, 4, read, xxx) = 4, bytes = 04 4f 76 
a0\n"
   "jsr 0x44f76a0"
<- " <memset>\n"
   "0x441d7a2"
<- " <mgt_rle_eth_init+530 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:278>:\ttarget_xfer_memory
 (0x441d7a2, xxx, 2, read, xxx) = 2, bytes = 30 02\n"
   "movew %d2,%d0\n"
   "0x441d7a4"
<- " <mgt_rle_eth_init+532 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:278>:\ttarget_xfer_memory
 (0x441d7a4, xxx, 2, read, xxx) = 2, bytes = c0 fc\n"
   "target_xfer_memory (0x441d7a6, xxx, 2, read, xxx) = 2, bytes = 05 44\n"
   "muluw #1348,%d0\n"
   "0x441d7a8"
<- " <mgt_rle_eth_init+536 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:278>:\ttarget_xfer_memory
 (0x441d7a8, xxx, 2, read, xxx) = 2, bytes = 20 7c\n"
   "target_xfer_memory (0x441d7aa, xxx, 4, read, xxx) = 4, bytes = 04 5f de 
06\n"
   "moveal #73391622,%a0\n"
   "0x441d7ae"
<- " <mgt_rle_eth_init+542 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:278>:\ttarget_xfer_memory
 (0x441d7ae, xxx, 2, read, xxx) = 2, bytes = 4a b0\n"
   "target_xfer_memory (0x441d7b0, xxx, 2, read, xxx) = 2, bytes = 00 00\n"
   "tstl %a0@(00000000,%d0:w)\n"
   "0x441d7b2"
<- " <mgt_rle_eth_init+546 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:278>:\ttarget_xfer_memory
 (0x441d7b2, xxx, 2, read, xxx) = 2, bytes = 67 6c\n"
   "beqs 0x441d820"
<- " <mgt_rle_eth_init+656 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:302>\n"
   "0x441d7b4"
<- " <mgt_rle_eth_init+548 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:280>:\ttarget_xfer_memory
 (0x441d7b4, xxx, 2, read, xxx) = 2, bytes = 20 03\n"
   "movel %d3,%d0\n"
   "0x441d7b6"
<- " <mgt_rle_eth_init+550 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:280>:\ttarget_xfer_memory
 (0x441d7b6, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441d7b8"
<- " <mgt_rle_eth_init+552 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:280>:\ttarget_xfer_memory
 (0x441d7b8, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441d7ba"
<- " <mgt_rle_eth_init+554 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:280>:\ttarget_xfer_memory
 (0x441d7ba, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441d7bc"
<- " <mgt_rle_eth_init+556 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:280>:\ttarget_xfer_memory
 (0x441d7bc, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441d7be"
<- " <mgt_rle_eth_init+558 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:280>:\ttarget_xfer_memory
 (0x441d7be, xxx, 2, read, xxx) = 2, bytes = e9 88\n"
   "lsll #4,%d0\n"
   "0x441d7c0"
<- " <mgt_rle_eth_init+560 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:280>:\ttarget_xfer_memory
 (0x441d7c0, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441d7c2"
<- " <mgt_rle_eth_init+562 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:280>:\ttarget_xfer_memory
 (0x441d7c2, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441d7c4"
<- " <mgt_rle_eth_init+564 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:280>:\ttarget_xfer_memory
 (0x441d7c4, xxx, 2, read, xxx) = 2, bytes = 20 40\n"
   "moveal %d0,%a0\n"
   "0x441d7c6"
<- " <mgt_rle_eth_init+566 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:280>:\ttarget_xfer_memory
 (0x441d7c6, xxx, 2, read, xxx) = 2, bytes = 26 72\n"
   "target_xfer_memory (0x441d7c8, xxx, 2, read, xxx) = 2, bytes = 88 4c\n"
   "moveal %a2@(0000004c,%a0:l),%a3\n"
   "0x441d7ca"
<- " <mgt_rle_eth_init+570 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:281>:\ttarget_xfer_memory
 (0x441d7ca, xxx, 2, read, xxx) = 2, bytes = 7e 00\n"
   "moveq #0,%d7\n"
   "0x441d7cc"
<- " <mgt_rle_eth_init+572 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:281>:\ttarget_xfer_memory
 (0x441d7cc, xxx, 2, read, xxx) = 2, bytes = 60 14\n"
   "bras 0x441d7e2"
<- " <mgt_rle_eth_init+594 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:281>\n"
   "0x441d7ce"
<- " <mgt_rle_eth_init+574 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:283>:\ttarget_xfer_memory
 (0x441d7ce, xxx, 2, read, xxx) = 2, bytes = 42 93\n"
   "clrl address@hidden"
   "0x441d7d0"
<- " <mgt_rle_eth_init+576 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:284>:\ttarget_xfer_memory
 (0x441d7d0, xxx, 2, read, xxx) = 2, bytes = 42 ab\n"
   "target_xfer_memory (0x441d7d2, xxx, 2, read, xxx) = 2, bytes = 00 04\n"
   "clrl %a3@(4)\n"
   "0x441d7d4"
<- " <mgt_rle_eth_init+580 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:285>:\ttarget_xfer_memory
 (0x441d7d4, xxx, 2, read, xxx) = 2, bytes = 42 ab\n"
   "target_xfer_memory (0x441d7d6, xxx, 2, read, xxx) = 2, bytes = 00 08\n"
   "clrl %a3@(8)\n"
   "0x441d7d8"
<- " <mgt_rle_eth_init+584 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:286>:\ttarget_xfer_memory
 (0x441d7d8, xxx, 2, read, xxx) = 2, bytes = 42 ab\n"
   "target_xfer_memory (0x441d7da, xxx, 2, read, xxx) = 2, bytes = 00 0c\n"
   "clrl %a3@(12)\n"
   "0x441d7dc"
<- " <mgt_rle_eth_init+588 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:287>:\ttarget_xfer_memory
 (0x441d7dc, xxx, 2, read, xxx) = 2, bytes = 70 10\n"
   "moveq #16,%d0\n"
   "0x441d7de"
<- " <mgt_rle_eth_init+590 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:287>:\ttarget_xfer_memory
 (0x441d7de, xxx, 2, read, xxx) = 2, bytes = d7 c0\n"
   "addal %d0,%a3\n"
   "0x441d7e0"
<- " <mgt_rle_eth_init+592 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:281>:\ttarget_xfer_memory
 (0x441d7e0, xxx, 2, read, xxx) = 2, bytes = 52 87\n"
   "addql #1,%d7\n"
   "0x441d7e2"
<- " <mgt_rle_eth_init+594 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:281>:\ttarget_xfer_memory
 (0x441d7e2, xxx, 2, read, xxx) = 2, bytes = 0c 87\n"
   "target_xfer_memory (0x441d7e4, xxx, 4, read, xxx) = 4, bytes = 00 00 10 
00\n"
   "cmpil #4096,%d7\n"
   "0x441d7e8"
<- " <mgt_rle_eth_init+600 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:281>:\ttarget_xfer_memory
 (0x441d7e8, xxx, 2, read, xxx) = 2, bytes = 65 e4\n"
   "bcss 0x441d7ce"
<- " <mgt_rle_eth_init+574 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:283>\n"
   "0x441d7ea"
<- " <mgt_rle_eth_init+602 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:290>:\ttarget_xfer_memory
 (0x441d7ea, xxx, 2, read, xxx) = 2, bytes = 20 03\n"
   "movel %d3,%d0\n"
   "0x441d7ec"
<- " <mgt_rle_eth_init+604 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:290>:\ttarget_xfer_memory
 (0x441d7ec, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441d7ee"
<- " <mgt_rle_eth_init+606 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:290>:\ttarget_xfer_memory
 (0x441d7ee, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441d7f0"
<- " <mgt_rle_eth_init+608 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:290>:\ttarget_xfer_memory
 (0x441d7f0, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441d7f2"
<- " <mgt_rle_eth_init+610 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:290>:\ttarget_xfer_memory
 (0x441d7f2, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441d7f4"
<- " <mgt_rle_eth_init+612 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:290>:\ttarget_xfer_memory
 (0x441d7f4, xxx, 2, read, xxx) = 2, bytes = e9 88\n"
   "lsll #4,%d0\n"
   "0x441d7f6"
<- " <mgt_rle_eth_init+614 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:290>:\ttarget_xfer_memory
 (0x441d7f6, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441d7f8"
<- " <mgt_rle_eth_init+616 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:290>:\ttarget_xfer_memory
 (0x441d7f8, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441d7fa"
<- " <mgt_rle_eth_init+618 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:290>:\ttarget_xfer_memory
 (0x441d7fa, xxx, 2, read, xxx) = 2, bytes = 20 40\n"
   "moveal %d0,%a0\n"
   "0x441d7fc"
<- " <mgt_rle_eth_init+620 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:290>:\ttarget_xfer_memory
 (0x441d7fc, xxx, 2, read, xxx) = 2, bytes = 26 72\n"
   "target_xfer_memory (0x441d7fe, xxx, 2, read, xxx) = 2, bytes = 88 50\n"
   "moveal %a2@(00000050,%a0:l),%a3\n"
   "0x441d800"
<- " <mgt_rle_eth_init+624 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:291>:\ttarget_xfer_memory
 (0x441d800, xxx, 2, read, xxx) = 2, bytes = 7e 00\n"
   "moveq #0,%d7\n"
   "0x441d802"
<- " <mgt_rle_eth_init+626 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:291>:\ttarget_xfer_memory
 (0x441d802, xxx, 2, read, xxx) = 2, bytes = 60 14\n"
   "bras 0x441d818"
<- " <mgt_rle_eth_init+648 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:291>\n"
   "0x441d804"
<- " <mgt_rle_eth_init+628 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:293>:\ttarget_xfer_memory
 (0x441d804, xxx, 2, read, xxx) = 2, bytes = 42 93\n"
   "clrl address@hidden"
   "0x441d806"
<- " <mgt_rle_eth_init+630 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:294>:\ttarget_xfer_memory
 (0x441d806, xxx, 2, read, xxx) = 2, bytes = 42 ab\n"
   "target_xfer_memory (0x441d808, xxx, 2, read, xxx) = 2, bytes = 00 04\n"
   "clrl %a3@(4)\n"
   "0x441d80a"
<- " <mgt_rle_eth_init+634 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:295>:\ttarget_xfer_memory
 (0x441d80a, xxx, 2, read, xxx) = 2, bytes = 42 ab\n"
   "target_xfer_memory (0x441d80c, xxx, 2, read, xxx) = 2, bytes = 00 08\n"
   "clrl %a3@(8)\n"
   "0x441d80e"
<- " <mgt_rle_eth_init+638 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:296>:\ttarget_xfer_memory
 (0x441d80e, xxx, 2, read, xxx) = 2, bytes = 42 ab\n"
   "target_xfer_memory (0x441d810, xxx, 2, read, xxx) = 2, bytes = 00 0c\n"
   "clrl %a3@(12)\n"
   "0x441d812"
<- " <mgt_rle_eth_init+642 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:297>:\ttarget_xfer_memory
 (0x441d812, xxx, 2, read, xxx) = 2, bytes = 70 10\n"
   "moveq #16,%d0\n"
   "0x441d814"
<- " <mgt_rle_eth_init+644 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:297>:\ttarget_xfer_memory
 (0x441d814, xxx, 2, read, xxx) = 2, bytes = d7 c0\n"
   "addal %d0,%a3\n"
   "0x441d816"
<- " <mgt_rle_eth_init+646 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:291>:\ttarget_xfer_memory
 (0x441d816, xxx, 2, read, xxx) = 2, bytes = 52 87\n"
   "addql #1,%d7\n"
   "0x441d818"
<- " <mgt_rle_eth_init+648 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:291>:\ttarget_xfer_memory
 (0x441d818, xxx, 2, read, xxx) = 2, bytes = 0c 87\n"
   "target_xfer_memory (0x441d81a, xxx, 4, read, xxx) = 4, bytes = 00 00 04 
00\n"
   "cmpil #1024,%d7\n"
   "0x441d81e"
<- " <mgt_rle_eth_init+654 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:291>:\ttarget_xfer_memory
 (0x441d81e, xxx, 2, read, xxx) = 2, bytes = 65 e4\n"
   "bcss 0x441d804"
<- " <mgt_rle_eth_init+628 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:293>\n"
   "0x441d820"
<- " <mgt_rle_eth_init+656 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:302>:\ttarget_xfer_memory
 (0x441d820, xxx, 2, read, xxx) = 2, bytes = 48 78\n"
   "target_xfer_memory (0x441d822, xxx, 2, read, xxx) = 2, bytes = 00 06\n"
   "pea 0x6\n"
   "0x441d824"
<- " <mgt_rle_eth_init+660 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:302>:\ttarget_xfer_memory
 (0x441d824, xxx, 2, read, xxx) = 2, bytes = 48 79\n"
   "target_xfer_memory (0x441d826, xxx, 4, read, xxx) = 4, bytes = 04 67 07 
ae\n"
   "pea 0x46707ae <eth_adr_null>\n"
   "0x441d82a"
<- " <mgt_rle_eth_init+666 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:302>:\ttarget_xfer_memory
 (0x441d82a, xxx, 2, read, xxx) = 2, bytes = 20 03\n"
   "movel %d3,%d0\n"
   "0x441d82c"
<- " <mgt_rle_eth_init+668 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:302>:\ttarget_xfer_memory
 (0x441d82c, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441d82e"
<- " <mgt_rle_eth_init+670 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:302>:\ttarget_xfer_memory
 (0x441d82e, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441d830"
<- " <mgt_rle_eth_init+672 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:302>:\ttarget_xfer_memory
 (0x441d830, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441d832"
<- " <mgt_rle_eth_init+674 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:302>:\ttarget_xfer_memory
 (0x441d832, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441d834"
<- " <mgt_rle_eth_init+676 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:302>:\ttarget_xfer_memory
 (0x441d834, xxx, 2, read, xxx) = 2, bytes = e9 88\n"
   "lsll #4,%d0\n"
   "0x441d836"
<- " <mgt_rle_eth_init+678 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:302>:\ttarget_xfer_memory
 (0x441d836, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441d838"
<- " <mgt_rle_eth_init+680 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:302>:\ttarget_xfer_memory
 (0x441d838, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441d83a"
<- " <mgt_rle_eth_init+682 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:302>:\ttarget_xfer_memory
 (0x441d83a, xxx, 2, read, xxx) = 2, bytes = d0 8a\n"
   "addl %a2,%d0\n"
   "0x441d83c"
<- " <mgt_rle_eth_init+684 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:302>:\ttarget_xfer_memory
 (0x441d83c, xxx, 2, read, xxx) = 2, bytes = 06 80\n"
   "target_xfer_memory (0x441d83e, xxx, 4, read, xxx) = 4, bytes = 00 00 00 
3a\n"
   "addil #58,%d0\n"
   "0x441d842"
<- " <mgt_rle_eth_init+690 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:302>:\ttarget_xfer_memory
 (0x441d842, xxx, 2, read, xxx) = 2, bytes = 2f 00\n"
   "movel %d0,address@hidden"
   "0x441d844"
<- " <mgt_rle_eth_init+692 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:302>:\ttarget_xfer_memory
 (0x441d844, xxx, 2, read, xxx) = 2, bytes = 4e b9\n"
   "target_xfer_memory (0x441d846, xxx, 4, read, xxx) = 4, bytes = 04 4f 75 
a0\n"
   "jsr 0x44f75a0"
<- " <memcmp>\n"
   "0x441d84a"
<- " <mgt_rle_eth_init+698 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:302>:\ttarget_xfer_memory
 (0x441d84a, xxx, 2, read, xxx) = 2, bytes = 4f ef\n"
   "target_xfer_memory (0x441d84c, xxx, 2, read, xxx) = 2, bytes = 00 18\n"
   "lea %sp@(24),%sp\n"
   "0x441d84e"
<- " <mgt_rle_eth_init+702 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:302>:\ttarget_xfer_memory
 (0x441d84e, xxx, 2, read, xxx) = 2, bytes = 4a 80\n"
   "tstl %d0\n"
   "0x441d850"
<- " <mgt_rle_eth_init+704 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:302>:\ttarget_xfer_memory
 (0x441d850, xxx, 2, read, xxx) = 2, bytes = 66 0a\n"
   "bnes 0x441d85c"
<- " <mgt_rle_eth_init+716 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:305>\n"
   "0x441d852"
<- " <mgt_rle_eth_init+706 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:303>:\ttarget_xfer_memory
 (0x441d852, xxx, 2, read, xxx) = 2, bytes = 20 3c\n"
   "target_xfer_memory (0x441d854, xxx, 4, read, xxx) = 4, bytes = 81 01 00 
02\n"
   "movel #-2130640894,%d0\n"
   "0x441d858"
<- " <mgt_rle_eth_init+712 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:303>:\ttarget_xfer_memory
 (0x441d858, xxx, 2, read, xxx) = 2, bytes = 60 00\n"
   "target_xfer_memory (0x441d85a, xxx, 2, read, xxx) = 2, bytes = 07 b4\n"
   "braw 0x441e00e"
<- " <mgt_rle_eth_init+2686 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:430>\n"
   "0x441d85c"
<- " <mgt_rle_eth_init+716 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:305>:\ttarget_xfer_memory
 (0x441d85c, xxx, 2, read, xxx) = 2, bytes = 20 02\n"
   "movel %d2,%d0\n"
   "0x441d85e"
<- " <mgt_rle_eth_init+718 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:305>:\ttarget_xfer_memory
 (0x441d85e, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441d860"
<- " <mgt_rle_eth_init+720 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:305>:\ttarget_xfer_memory
 (0x441d860, xxx, 2, read, xxx) = 2, bytes = 20 7c\n"
   "target_xfer_memory (0x441d862, xxx, 4, read, xxx) = 4, bytes = 04 5f e8 
56\n"
   "moveal #73394262,%a0\n"
   "0x441d866"
<- " <mgt_rle_eth_init+726 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:305>:\ttarget_xfer_memory
 (0x441d866, xxx, 2, read, xxx) = 2, bytes = 42 b0\n"
   "target_xfer_memory (0x441d868, xxx, 2, read, xxx) = 2, bytes = 08 00\n"
   "clrl %a0@(00000000,%d0:l)\n"
   "0x441d86a"
<- " <mgt_rle_eth_init+730 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:306>:\ttarget_xfer_memory
 (0x441d86a, xxx, 2, read, xxx) = 2, bytes = 20 02\n"
   "movel %d2,%d0\n"
   "0x441d86c"
<- " <mgt_rle_eth_init+732 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:306>:\ttarget_xfer_memory
 (0x441d86c, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441d86e"
<- " <mgt_rle_eth_init+734 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:306>:\ttarget_xfer_memory
 (0x441d86e, xxx, 2, read, xxx) = 2, bytes = 20 7c\n"
   "target_xfer_memory (0x441d870, xxx, 4, read, xxx) = 4, bytes = 04 5f e8 
5a\n"
   "moveal #73394266,%a0\n"
   "0x441d874"
<- " <mgt_rle_eth_init+740 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:306>:\ttarget_xfer_memory
 (0x441d874, xxx, 2, read, xxx) = 2, bytes = 42 b0\n"
   "target_xfer_memory (0x441d876, xxx, 2, read, xxx) = 2, bytes = 08 00\n"
   "clrl %a0@(00000000,%d0:l)\n"
   "0x441d878"
<- " <mgt_rle_eth_init+744 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:307>:\ttarget_xfer_memory
 (0x441d878, xxx, 2, read, xxx) = 2, bytes = 20 02\n"
   "movel %d2,%d0\n"
   "0x441d87a"
<- " <mgt_rle_eth_init+746 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:307>:\ttarget_xfer_memory
 (0x441d87a, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441d87c"
<- " <mgt_rle_eth_init+748 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:307>:\ttarget_xfer_memory
 (0x441d87c, xxx, 2, read, xxx) = 2, bytes = 20 7c\n"
   "target_xfer_memory (0x441d87e, xxx, 4, read, xxx) = 4, bytes = 04 5f e8 
5e\n"
   "moveal #73394270,%a0\n"
   "0x441d882"
<- " <mgt_rle_eth_init+754 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:307>:\ttarget_xfer_memory
 (0x441d882, xxx, 2, read, xxx) = 2, bytes = 42 b0\n"
   "target_xfer_memory (0x441d884, xxx, 2, read, xxx) = 2, bytes = 08 00\n"
   "clrl %a0@(00000000,%d0:l)\n"
   "0x441d886"
<- " <mgt_rle_eth_init+758 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:308>:\ttarget_xfer_memory
 (0x441d886, xxx, 2, read, xxx) = 2, bytes = 20 02\n"
   "movel %d2,%d0\n"
   "0x441d888"
<- " <mgt_rle_eth_init+760 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:308>:\ttarget_xfer_memory
 (0x441d888, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441d88a"
<- " <mgt_rle_eth_init+762 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:308>:\ttarget_xfer_memory
 (0x441d88a, xxx, 2, read, xxx) = 2, bytes = 20 7c\n"
   "target_xfer_memory (0x441d88c, xxx, 4, read, xxx) = 4, bytes = 04 5f e8 
62\n"
   "moveal #73394274,%a0\n"
   "0x441d890"
<- " <mgt_rle_eth_init+768 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:308>:\ttarget_xfer_memory
 (0x441d890, xxx, 2, read, xxx) = 2, bytes = 42 b0\n"
   "target_xfer_memory (0x441d892, xxx, 2, read, xxx) = 2, bytes = 08 00\n"
   "clrl %a0@(00000000,%d0:l)\n"
   "0x441d894"
<- " <mgt_rle_eth_init+772 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:309>:\ttarget_xfer_memory
 (0x441d894, xxx, 2, read, xxx) = 2, bytes = 20 02\n"
   "movel %d2,%d0\n"
   "0x441d896"
<- " <mgt_rle_eth_init+774 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:309>:\ttarget_xfer_memory
 (0x441d896, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441d898"
<- " <mgt_rle_eth_init+776 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:309>:\ttarget_xfer_memory
 (0x441d898, xxx, 2, read, xxx) = 2, bytes = 20 7c\n"
   "target_xfer_memory (0x441d89a, xxx, 4, read, xxx) = 4, bytes = 04 5f e8 
66\n"
   "moveal #73394278,%a0\n"
   "0x441d89e"
<- " <mgt_rle_eth_init+782 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:309>:\ttarget_xfer_memory
 (0x441d89e, xxx, 2, read, xxx) = 2, bytes = 42 b0\n"
   "target_xfer_memory (0x441d8a0, xxx, 2, read, xxx) = 2, bytes = 08 00\n"
   "clrl %a0@(00000000,%d0:l)\n"
   "0x441d8a2"
<- " <mgt_rle_eth_init+786 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:310>:\ttarget_xfer_memory
 (0x441d8a2, xxx, 2, read, xxx) = 2, bytes = 20 02\n"
   "movel %d2,%d0\n"
   "0x441d8a4"
<- " <mgt_rle_eth_init+788 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:310>:\ttarget_xfer_memory
 (0x441d8a4, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441d8a6"
<- " <mgt_rle_eth_init+790 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:310>:\ttarget_xfer_memory
 (0x441d8a6, xxx, 2, read, xxx) = 2, bytes = 20 7c\n"
   "target_xfer_memory (0x441d8a8, xxx, 4, read, xxx) = 4, bytes = 04 5f e8 
6a\n"
   "moveal #73394282,%a0\n"
   "0x441d8ac"
<- " <mgt_rle_eth_init+796 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:310>:\ttarget_xfer_memory
 (0x441d8ac, xxx, 2, read, xxx) = 2, bytes = 42 b0\n"
   "target_xfer_memory (0x441d8ae, xxx, 2, read, xxx) = 2, bytes = 08 00\n"
   "clrl %a0@(00000000,%d0:l)\n"
   "0x441d8b0"
<- " <mgt_rle_eth_init+800 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:311>:\ttarget_xfer_memory
 (0x441d8b0, xxx, 2, read, xxx) = 2, bytes = 20 02\n"
   "movel %d2,%d0\n"
   "0x441d8b2"
<- " <mgt_rle_eth_init+802 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:311>:\ttarget_xfer_memory
 (0x441d8b2, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441d8b4"
<- " <mgt_rle_eth_init+804 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:311>:\ttarget_xfer_memory
 (0x441d8b4, xxx, 2, read, xxx) = 2, bytes = 20 7c\n"
   "target_xfer_memory (0x441d8b6, xxx, 4, read, xxx) = 4, bytes = 04 5f e8 
6e\n"
   "moveal #73394286,%a0\n"
   "0x441d8ba"
<- " <mgt_rle_eth_init+810 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:311>:\ttarget_xfer_memory
 (0x441d8ba, xxx, 2, read, xxx) = 2, bytes = 42 b0\n"
   "target_xfer_memory (0x441d8bc, xxx, 2, read, xxx) = 2, bytes = 08 00\n"
   "clrl %a0@(00000000,%d0:l)\n"
   "0x441d8be"
<- " <mgt_rle_eth_init+814 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:312>:\ttarget_xfer_memory
 (0x441d8be, xxx, 2, read, xxx) = 2, bytes = 20 02\n"
   "movel %d2,%d0\n"
   "0x441d8c0"
<- " <mgt_rle_eth_init+816 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:312>:\ttarget_xfer_memory
 (0x441d8c0, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441d8c2"
<- " <mgt_rle_eth_init+818 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:312>:\ttarget_xfer_memory
 (0x441d8c2, xxx, 2, read, xxx) = 2, bytes = 20 7c\n"
   "target_xfer_memory (0x441d8c4, xxx, 4, read, xxx) = 4, bytes = 04 5f e8 
72\n"
   "moveal #73394290,%a0\n"
   "0x441d8c8"
<- " <mgt_rle_eth_init+824 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:312>:\ttarget_xfer_memory
 (0x441d8c8, xxx, 2, read, xxx) = 2, bytes = 42 b0\n"
   "target_xfer_memory (0x441d8ca, xxx, 2, read, xxx) = 2, bytes = 08 00\n"
   "clrl %a0@(00000000,%d0:l)\n"
   "0x441d8cc"
<- " <mgt_rle_eth_init+828 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:313>:\ttarget_xfer_memory
 (0x441d8cc, xxx, 2, read, xxx) = 2, bytes = 20 02\n"
   "movel %d2,%d0\n"
   "0x441d8ce"
<- " <mgt_rle_eth_init+830 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:313>:\ttarget_xfer_memory
 (0x441d8ce, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441d8d0"
<- " <mgt_rle_eth_init+832 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:313>:\ttarget_xfer_memory
 (0x441d8d0, xxx, 2, read, xxx) = 2, bytes = 20 7c\n"
   "target_xfer_memory (0x441d8d2, xxx, 4, read, xxx) = 4, bytes = 04 5f e8 
76\n"
   "moveal #73394294,%a0\n"
   "0x441d8d6"
<- " <mgt_rle_eth_init+838 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:313>:\ttarget_xfer_memory
 (0x441d8d6, xxx, 2, read, xxx) = 2, bytes = 42 b0\n"
   "target_xfer_memory (0x441d8d8, xxx, 2, read, xxx) = 2, bytes = 08 00\n"
   "clrl %a0@(00000000,%d0:l)\n"
   "0x441d8da"
<- " <mgt_rle_eth_init+842 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:314>:\ttarget_xfer_memory
 (0x441d8da, xxx, 2, read, xxx) = 2, bytes = 20 02\n"
   "movel %d2,%d0\n"
   "0x441d8dc"
<- " <mgt_rle_eth_init+844 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:314>:\ttarget_xfer_memory
 (0x441d8dc, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441d8de"
<- " <mgt_rle_eth_init+846 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:314>:\ttarget_xfer_memory
 (0x441d8de, xxx, 2, read, xxx) = 2, bytes = 20 7c\n"
   "target_xfer_memory (0x441d8e0, xxx, 4, read, xxx) = 4, bytes = 04 5f e8 
7a\n"
   "moveal #73394298,%a0\n"
   "0x441d8e4"
<- " <mgt_rle_eth_init+852 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:314>:\ttarget_xfer_memory
 (0x441d8e4, xxx, 2, read, xxx) = 2, bytes = 42 b0\n"
   "target_xfer_memory (0x441d8e6, xxx, 2, read, xxx) = 2, bytes = 08 00\n"
   "clrl %a0@(00000000,%d0:l)\n"
   "0x441d8e8"
<- " <mgt_rle_eth_init+856 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:315>:\ttarget_xfer_memory
 (0x441d8e8, xxx, 2, read, xxx) = 2, bytes = 20 02\n"
   "movel %d2,%d0\n"
   "0x441d8ea"
<- " <mgt_rle_eth_init+858 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:315>:\ttarget_xfer_memory
 (0x441d8ea, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441d8ec"
<- " <mgt_rle_eth_init+860 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:315>:\ttarget_xfer_memory
 (0x441d8ec, xxx, 2, read, xxx) = 2, bytes = 20 7c\n"
   "target_xfer_memory (0x441d8ee, xxx, 4, read, xxx) = 4, bytes = 04 5f e8 
7e\n"
   "moveal #73394302,%a0\n"
   "0x441d8f2"
<- " <mgt_rle_eth_init+866 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:315>:\ttarget_xfer_memory
 (0x441d8f2, xxx, 2, read, xxx) = 2, bytes = 42 b0\n"
   "target_xfer_memory (0x441d8f4, xxx, 2, read, xxx) = 2, bytes = 08 00\n"
   "clrl %a0@(00000000,%d0:l)\n"
   "0x441d8f6"
<- " <mgt_rle_eth_init+870 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:316>:\ttarget_xfer_memory
 (0x441d8f6, xxx, 2, read, xxx) = 2, bytes = 20 02\n"
   "movel %d2,%d0\n"
   "0x441d8f8"
<- " <mgt_rle_eth_init+872 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:316>:\ttarget_xfer_memory
 (0x441d8f8, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441d8fa"
<- " <mgt_rle_eth_init+874 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:316>:\ttarget_xfer_memory
 (0x441d8fa, xxx, 2, read, xxx) = 2, bytes = 20 7c\n"
   "target_xfer_memory (0x441d8fc, xxx, 4, read, xxx) = 4, bytes = 04 5f e9 
82\n"
   "moveal #73394562,%a0\n"
   "0x441d900"
<- " <mgt_rle_eth_init+880 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:316>:\ttarget_xfer_memory
 (0x441d900, xxx, 2, read, xxx) = 2, bytes = 21 bc\n"
   "target_xfer_memory (0x441d902, xxx, 4, read, xxx) = 4, bytes = 00 00 05 
dc\n"
   "target_xfer_memory (0x441d906, xxx, 2, read, xxx) = 2, bytes = 08 00\n"
   "movel #1500,%a0@(00000000,%d0:l)\n"
   "0x441d908"
<- " <mgt_rle_eth_init+888 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:317>:\ttarget_xfer_memory
 (0x441d908, xxx, 2, read, xxx) = 2, bytes = 20 02\n"
   "movel %d2,%d0\n"
   "0x441d90a"
<- " <mgt_rle_eth_init+890 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:317>:\ttarget_xfer_memory
 (0x441d90a, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441d90c"
<- " <mgt_rle_eth_init+892 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:317>:\ttarget_xfer_memory
 (0x441d90c, xxx, 2, read, xxx) = 2, bytes = 72 06\n"
   "moveq #6,%d1\n"
   "0x441d90e"
<- " <mgt_rle_eth_init+894 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:317>:\ttarget_xfer_memory
 (0x441d90e, xxx, 2, read, xxx) = 2, bytes = 20 7c\n"
   "target_xfer_memory (0x441d910, xxx, 4, read, xxx) = 4, bytes = 04 5f e9 
86\n"
   "moveal #73394566,%a0\n"
   "0x441d914"
<- " <mgt_rle_eth_init+900 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:317>:\ttarget_xfer_memory
 (0x441d914, xxx, 2, read, xxx) = 2, bytes = 21 81\n"
   "target_xfer_memory (0x441d916, xxx, 2, read, xxx) = 2, bytes = 08 00\n"
   "movel %d1,%a0@(00000000,%d0:l)\n"
   "0x441d918"
<- " <mgt_rle_eth_init+904 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:318>:\ttarget_xfer_memory
 (0x441d918, xxx, 2, read, xxx) = 2, bytes = 20 02\n"
   "movel %d2,%d0\n"
   "0x441d91a"
<- " <mgt_rle_eth_init+906 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:318>:\ttarget_xfer_memory
 (0x441d91a, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441d91c"
<- " <mgt_rle_eth_init+908 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:318>:\ttarget_xfer_memory
 (0x441d91c, xxx, 2, read, xxx) = 2, bytes = 20 7c\n"
   "target_xfer_memory (0x441d91e, xxx, 4, read, xxx) = 4, bytes = 04 5f e9 
8a\n"
   "moveal #73394570,%a0\n"
   "0x441d922"
<- " <mgt_rle_eth_init+914 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:318>:\ttarget_xfer_memory
 (0x441d922, xxx, 2, read, xxx) = 2, bytes = 21 bc\n"
   "target_xfer_memory (0x441d924, xxx, 4, read, xxx) = 4, bytes = 00 98 96 
80\n"
   "target_xfer_memory (0x441d928, xxx, 2, read, xxx) = 2, bytes = 08 00\n"
   "movel #10000000,%a0@(00000000,%d0:l)\n"
   "0x441d92a"
<- " <mgt_rle_eth_init+922 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:319>:\ttarget_xfer_memory
 (0x441d92a, xxx, 2, read, xxx) = 2, bytes = 20 02\n"
   "movel %d2,%d0\n"
   "0x441d92c"
<- " <mgt_rle_eth_init+924 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:319>:\ttarget_xfer_memory
 (0x441d92c, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441d92e"
<- " <mgt_rle_eth_init+926 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:319>:\ttarget_xfer_memory
 (0x441d92e, xxx, 2, read, xxx) = 2, bytes = 20 7c\n"
   "target_xfer_memory (0x441d930, xxx, 4, read, xxx) = 4, bytes = 04 5f e9 
96\n"
   "moveal #73394582,%a0\n"
   "0x441d934"
<- " <mgt_rle_eth_init+932 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:319>:\ttarget_xfer_memory
 (0x441d934, xxx, 2, read, xxx) = 2, bytes = 42 b0\n"
   "target_xfer_memory (0x441d936, xxx, 2, read, xxx) = 2, bytes = 08 00\n"
   "clrl %a0@(00000000,%d0:l)\n"
   "0x441d938"
<- " <mgt_rle_eth_init+936 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:320>:\ttarget_xfer_memory
 (0x441d938, xxx, 2, read, xxx) = 2, bytes = 20 02\n"
   "movel %d2,%d0\n"
   "0x441d93a"
<- " <mgt_rle_eth_init+938 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:320>:\ttarget_xfer_memory
 (0x441d93a, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441d93c"
<- " <mgt_rle_eth_init+940 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:320>:\ttarget_xfer_memory
 (0x441d93c, xxx, 2, read, xxx) = 2, bytes = 72 20\n"
   "moveq #32,%d1\n"
   "0x441d93e"
<- " <mgt_rle_eth_init+942 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:320>:\ttarget_xfer_memory
 (0x441d93e, xxx, 2, read, xxx) = 2, bytes = 20 7c\n"
   "target_xfer_memory (0x441d940, xxx, 4, read, xxx) = 4, bytes = 04 5f e9 
9a\n"
   "moveal #73394586,%a0\n"
   "0x441d944"
<- " <mgt_rle_eth_init+948 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:320>:\ttarget_xfer_memory
 (0x441d944, xxx, 2, read, xxx) = 2, bytes = 21 81\n"
   "target_xfer_memory (0x441d946, xxx, 2, read, xxx) = 2, bytes = 08 00\n"
   "movel %d1,%a0@(00000000,%d0:l)\n"
   "0x441d948"
<- " <mgt_rle_eth_init+952 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:322>:\ttarget_xfer_memory
 (0x441d948, xxx, 2, read, xxx) = 2, bytes = 20 7c\n"
   "target_xfer_memory (0x441d94a, xxx, 4, read, xxx) = 4, bytes = 04 59 bc 
54\n"
   "moveal #72989780,%a0\n"
   "0x441d94e"
<- " <mgt_rle_eth_init+958 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:322>:\ttarget_xfer_memory
 (0x441d94e, xxx, 2, read, xxx) = 2, bytes = 2f 08\n"
   "movel %a0,address@hidden"
   "0x441d950"
<- " <mgt_rle_eth_init+960 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:322>:\ttarget_xfer_memory
 (0x441d950, xxx, 2, read, xxx) = 2, bytes = 20 02\n"
   "movel %d2,%d0\n"
   "0x441d952 <mgt_rle_eth_init+962 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:322>:\ttarget_xfer_memory
 (0x441d952, xxx, 2, read, xxx) = 2, bytes = e1 88\n"
   "lsll #8,%d0\n"
   "0x441d954"
<- " <mgt_rle_eth_init+964 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:322>:\ttarget_xfer_memory
 (0x441d954, xxx, 2, read, xxx) = 2, bytes = 06 80\n"
   "target_xfer_memory (0x441d956, xxx, 4, read, xxx) = 4, bytes = 04 5f e8 
82\n"
   "addil #73394306,%d0\n"
   "0x441d95a"
<- " <mgt_rle_eth_init+970 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:322>:\ttarget_xfer_memory
 (0x441d95a, xxx, 2, read, xxx) = 2, bytes = 22 40\n"
   "moveal %d0,%a1\n"
   "0x441d95c"
<- " <mgt_rle_eth_init+972 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:322>:\ttarget_xfer_memory
 (0x441d95c, xxx, 2, read, xxx) = 2, bytes = 20 5f\n"
   "moveal address@hidden,%a0\n"
   "0x441d95e"
<- " <mgt_rle_eth_init+974 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:322>:\ttarget_xfer_memory
 (0x441d95e, xxx, 2, read, xxx) = 2, bytes = 12 d8\n"
   "moveb address@hidden,address@hidden"
   "0x441d960"
<- " <mgt_rle_eth_init+976 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:322>:\ttarget_xfer_memory
 (0x441d960, xxx, 2, read, xxx) = 2, bytes = 66 fc\n"
   "bnes 0x441d95e"
<- " <mgt_rle_eth_init+974 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:322>\n"
   "0x441d962"
<- " <mgt_rle_eth_init+978 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:324>:\ttarget_xfer_memory
 (0x441d962, xxx, 2, read, xxx) = 2, bytes = 20 03\n"
   "movel %d3,%d0\n"
   "0x441d964"
<- " <mgt_rle_eth_init+980 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:324>:\ttarget_xfer_memory
 (0x441d964, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441d966"
<- " <mgt_rle_eth_init+982 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:324>:\ttarget_xfer_memory
 (0x441d966, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441d968 <mgt_rle_eth_init+984 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:324>:\ttarget_xfer_memory
 (0x441d968, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441d96a"
<- " <mgt_rle_eth_init+986 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:324>:\ttarget_xfer_memory
 (0x441d96a, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441d96c"
<- " <mgt_rle_eth_init+988 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:324>:\ttarget_xfer_memory
 (0x441d96c, xxx, 2, read, xxx) = 2, bytes = e9 88\n"
   "lsll #4,%d0\n"
   "0x441d96e"
<- " <mgt_rle_eth_init+990 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:324>:\ttarget_xfer_memory
 (0x441d96e, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441d970"
<- " <mgt_rle_eth_init+992 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:324>:\ttarget_xfer_memory
 (0x441d970, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441d972"
<- " <mgt_rle_eth_init+994 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:324>:\ttarget_xfer_memory
 (0x441d972, xxx, 2, read, xxx) = 2, bytes = 20 40\n"
   "moveal %d0,%a0\n"
   "0x441d974"
<- " <mgt_rle_eth_init+996 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:324>:\ttarget_xfer_memory
 (0x441d974, xxx, 2, read, xxx) = 2, bytes = 2f 32\n"
   "target_xfer_memory (0x441d976, xxx, 2, read, xxx) = 2, bytes = 88 0c\n"
   "movel %a2@(0000000c,%a0:l),address@hidden"
   "0x441d978"
<- " <mgt_rle_eth_init+1000 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:324>:\ttarget_xfer_memory
 (0x441d978, xxx, 2, read, xxx) = 2, bytes = 30 02\n"
   "movew %d2,%d0\n"
   "0x441d97a"
<- " <mgt_rle_eth_init+1002 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:324>:\ttarget_xfer_memory
 (0x441d97a, xxx, 2, read, xxx) = 2, bytes = c0 fc\n"
   "target_xfer_memory (0x441d97c, xxx, 2, read, xxx) = 2, bytes = 05 44\n"
   "muluw #1348,%d0\n"
   "0x441d97e"
<- " <mgt_rle_eth_init+1006 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:324>:\ttarget_xfer_memory
 (0x441d97e, xxx, 2, read, xxx) = 2, bytes = 22 1f\n"
   "movel address@hidden,%d1\n"
   "0x441d980"
<- " <mgt_rle_eth_init+1008 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:324>:\ttarget_xfer_memory
 (0x441d980, xxx, 2, read, xxx) = 2, bytes = 20 7c\n"
   "target_xfer_memory (0x441d982, xxx, 4, read, xxx) = 4, bytes = 04 5f dd 
f6\n"
   "moveal #73391606,%a0\n"
   "0x441d986"
<- " <mgt_rle_eth_init+1014 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:324>:\ttarget_xfer_memory
 (0x441d986, xxx, 2, read, xxx) = 2, bytes = 21 81\n"
   "target_xfer_memory (0x441d988, xxx, 2, read, xxx) = 2, bytes = 00 00\n"
   "movel %d1,%a0@(00000000,%d0:w)\n"
   "0x441d98a"
<- " <mgt_rle_eth_init+1018 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:325>:\ttarget_xfer_memory
 (0x441d98a, xxx, 2, read, xxx) = 2, bytes = 20 03\n"
   "movel %d3,%d0\n"
   "0x441d98c"
<- " <mgt_rle_eth_init+1020 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:325>:\ttarget_xfer_memory
 (0x441d98c, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441d98e"
<- " <mgt_rle_eth_init+1022 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:325>:\ttarget_xfer_memory
 (0x441d98e, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441d990"
<- " <mgt_rle_eth_init+1024 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:325>:\ttarget_xfer_memory
 (0x441d990, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441d992"
<- " <mgt_rle_eth_init+1026 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:325>:\ttarget_xfer_memory
 (0x441d992, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441d994"
<- " <mgt_rle_eth_init+1028 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:325>:\ttarget_xfer_memory
 (0x441d994, xxx, 2, read, xxx) = 2, bytes = e9 88\n"
   "lsll #4,%d0\n"
   "0x441d996"
<- " <mgt_rle_eth_init+1030 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:325>:\ttarget_xfer_memory
 (0x441d996, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441d998"
<- " <mgt_rle_eth_init+1032 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:325>:\ttarget_xfer_memory
 (0x441d998, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441d99a"
<- " <mgt_rle_eth_init+1034 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:325>:\ttarget_xfer_memory
 (0x441d99a, xxx, 2, read, xxx) = 2, bytes = 20 40\n"
   "moveal %d0,%a0\n"
   "0x441d99c"
<- " "
<- "<"
<- "mgt_rle_eth_init"
<- "+1036"
<- " at /home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:325"
<- ">"
<- ":\t"
<- "target_xfer_memory (0x441d99c, xxx, 2, read, xxx) = 2"
<- ", bytes ="
<- " 2f 32\n"
   "target_xfer_memory (0x441d99e, xxx, 2, read, xxx) = 2, bytes = 88 10\n"
   "movel %a2@(00000010,%a0:l),address@hidden"
   "0x441d9a0"
<- " "
<- "<"
<- "mgt_rle_eth_init"
<- "+1040"
<- " at /home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:325"
<- ">"
<- ":\t"
<- "target_xfer_memory (0x441d9a0, xxx, 2, read, xxx) = 2"
<- ", bytes = 30 02\n"
   "movew %d2,%d0\n"
   "0x441d9a2 <mgt_rle_eth_init+1042 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:325>:\ttarget_xfer_memory
 (0x441d9a2, xxx, 2, read, xxx) = 2, bytes = c0 fc\n"
   "target_xfer_memory (0x441d9a4, xxx, 2, read, xxx) = 2, bytes = 05 44\n"
   "muluw #1348,%d0\n"
   "0x441d9a6 <mgt_rle_eth_init+1046 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:325>:\ttarget_xfer_memory
 (0x441d9a6, xxx, 2, read, xxx) = 2, bytes = 22 1f\n"
   "movel address@hidden,%d1\n"
   "0x441d9a8 <mgt_rle_eth_init+1048 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:325>:\ttarget_xfer_memory
 (0x441d9a8, xxx, 2, read, xxx) = 2, bytes = 20 7c\n"
   "target_xfer_memory (0x441d9aa, xxx, 4, read, xxx) = 4, bytes = 04 5f dd 
fa\n"
   "moveal #73391610,%a0\n"
   "0x441d9ae"
<- " <mgt_rle_eth_init+1054 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:325>:\ttarget_xfer_memory
 (0x441d9ae, xxx, 2, read, xxx) = 2, bytes = 21 81\n"
   "target_xfer_memory (0x441d9b0, xxx, 2, read, xxx) = 2, bytes = 00 00\n"
   "movel %d1,%a0@(00000000,%d0:w)\n"
   "0x441d9b2"
<- " <mgt_rle_eth_init+1058 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:326>:\ttarget_xfer_memory
 (0x441d9b2, xxx, 2, read, xxx) = 2, bytes = 20 03\n"
   "movel %d3,%d0\n"
   "0x441d9b4"
<- " <mgt_rle_eth_init+1060 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:326>:\ttarget_xfer_memory
 (0x441d9b4, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441d9b6"
<- " <mgt_rle_eth_init+1062 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:326>:\ttarget_xfer_memory
 (0x441d9b6, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441d9b8"
<- " <mgt_rle_eth_init+1064 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:326>:\ttarget_xfer_memory
 (0x441d9b8, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441d9ba"
<- " <mgt_rle_eth_init+1066 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:326>:\ttarget_xfer_memory
 (0x441d9ba, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441d9bc"
<- " <mgt_rle_eth_init+1068 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:326>:\ttarget_xfer_memory
 (0x441d9bc, xxx, 2, read, xxx) = 2, bytes = e9 88\n"
   "lsll #4,%d0\n"
   "0x441d9be"
<- " <mgt_rle_eth_init+1070 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:326>:\ttarget_xfer_memory
 (0x441d9be, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441d9c0"
<- " <mgt_rle_eth_init+1072 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:326>:\ttarget_xfer_memory
 (0x441d9c0, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441d9c2"
<- " <mgt_rle_eth_init+1074 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:326>:\ttarget_xfer_memory
 (0x441d9c2, xxx, 2, read, xxx) = 2, bytes = 20 40\n"
   "moveal %d0,%a0\n"
   "0x441d9c4"
<- " <mgt_rle_eth_init+1076 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:326>:\ttarget_xfer_memory
 (0x441d9c4, xxx, 2, read, xxx) = 2, bytes = 2f 32\n"
   "target_xfer_memory (0x441d9c6, xxx, 2, read, xxx) = 2, bytes = 88 14\n"
   "movel %a2@(00000014,%a0:l),address@hidden"
   "0x441d9c8"
<- " <mgt_rle_eth_init+1080 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:326>:\ttarget_xfer_memory
 (0x441d9c8, xxx, 2, read, xxx) = 2, bytes = 30 02\n"
   "movew %d2,%d0\n"
   "0x441d9ca <mgt_rle_eth_init+1082 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:326>:\ttarget_xfer_memory
 (0x441d9ca, xxx, 2, read, xxx) = 2, bytes = c0 fc\n"
   "target_xfer_memory (0x441d9cc, xxx, 2, read, xxx) = 2, bytes = 05 44\n"
   "muluw #1348,%d0\n"
   "0x441d9ce <mgt_rle_eth_init+1086 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:326>:\ttarget_xfer_memory
 (0x441d9ce, xxx, 2, read, xxx) = 2, bytes = 22 1f\n"
   "movel address@hidden,%d1\n"
   "0x441d9d0"
<- " <mgt_rle_eth_init+1088 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:326>:\ttarget_xfer_memory
 (0x441d9d0, xxx, 2, read, xxx) = 2, bytes = 20 7c\n"
   "target_xfer_memory (0x441d9d2, xxx, 4, read, xxx) = 4, bytes = 04 5f dd 
fe\n"
   "moveal #73391614,%a0\n"
   "0x441d9d6"
<- " <mgt_rle_eth_init+1094 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:326>:\ttarget_xfer_memory
 (0x441d9d6, xxx, 2, read, xxx) = 2, bytes = 21 81\n"
   "target_xfer_memory (0x441d9d8, xxx, 2, read, xxx) = 2, bytes = 00 00\n"
   "movel %d1,%a0@(00000000,%d0:w)\n"
   "0x441d9da"
<- " <mgt_rle_eth_init+1098 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:327>:\ttarget_xfer_memory
 (0x441d9da, xxx, 2, read, xxx) = 2, bytes = 20 03\n"
   "movel %d3,%d0\n"
   "0x441d9dc"
<- " <mgt_rle_eth_init+1100 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:327>:\ttarget_xfer_memory
 (0x441d9dc, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441d9de"
<- " <mgt_rle_eth_init+1102 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:327>:\ttarget_xfer_memory
 (0x441d9de, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441d9e0"
<- " <mgt_rle_eth_init+1104 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:327>:\ttarget_xfer_memory
 (0x441d9e0, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441d9e2"
<- " <mgt_rle_eth_init+1106 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:327>:\ttarget_xfer_memory
 (0x441d9e2, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441d9e4"
<- " <mgt_rle_eth_init+1108 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:327>:\ttarget_xfer_memory
 (0x441d9e4, xxx, 2, read, xxx) = 2, bytes = e9 88\n"
   "lsll #4,%d0\n"
   "0x441d9e6"
<- " <mgt_rle_eth_init+1110 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:327>:\ttarget_xfer_memory
 (0x441d9e6, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441d9e8"
<- " <mgt_rle_eth_init+1112 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:327>:\ttarget_xfer_memory
 (0x441d9e8, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441d9ea"
<- " <mgt_rle_eth_init+1114 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:327>:\ttarget_xfer_memory
 (0x441d9ea, xxx, 2, read, xxx) = 2, bytes = 20 40\n"
   "moveal %d0,%a0\n"
   "0x441d9ec"
<- " <mgt_rle_eth_init+1116 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:327>:\ttarget_xfer_memory
 (0x441d9ec, xxx, 2, read, xxx) = 2, bytes = 2f 32\n"
   "target_xfer_memory (0x441d9ee, xxx, 2, read, xxx) = 2, bytes = 88 20\n"
   "movel %a2@(00000020,%a0:l),address@hidden"
   "0x441d9f0"
<- " <mgt_rle_eth_init+1120 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:327>:\ttarget_xfer_memory
 (0x441d9f0, xxx, 2, read, xxx) = 2, bytes = 30 02\n"
   "movew %d2,%d0\n"
   "0x441d9f2"
<- " <mgt_rle_eth_init+1122 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:327>:\ttarget_xfer_memory
 (0x441d9f2, xxx, 2, read, xxx) = 2, bytes = c0 fc\n"
   "target_xfer_memory (0x441d9f4, xxx, 2, read, xxx) = 2, bytes = 05 44\n"
   "muluw #1348,%d0\n"
   "0x441d9f6"
<- " <mgt_rle_eth_init+1126 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:327>:\ttarget_xfer_memory
 (0x441d9f6, xxx, 2, read, xxx) = 2, bytes = 22 1f\n"
   "movel address@hidden,%d1\n"
   "0x441d9f8"
<- " <mgt_rle_eth_init+1128 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:327>:\ttarget_xfer_memory
 (0x441d9f8, xxx, 2, read, xxx) = 2, bytes = 20 7c\n"
   "target_xfer_memory (0x441d9fa, xxx, 4, read, xxx) = 4, bytes = 04 5f de 
0a\n"
   "moveal #73391626,%a0\n"
   "0x441d9fe"
<- " <mgt_rle_eth_init+1134 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:327>:\ttarget_xfer_memory
 (0x441d9fe, xxx, 2, read, xxx) = 2, bytes = 21 81\n"
   "target_xfer_memory (0x441da00, xxx, 2, read, xxx) = 2, bytes = 00 00\n"
   "movel %d1,%a0@(00000000,%d0:w)\n"
   "0x441da02"
<- " <mgt_rle_eth_init+1138 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:328>:\ttarget_xfer_memory
 (0x441da02, xxx, 2, read, xxx) = 2, bytes = 20 03\n"
   "movel %d3,%d0\n"
   "0x441da04"
<- " <mgt_rle_eth_init+1140 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:328>:\ttarget_xfer_memory
 (0x441da04, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441da06"
<- " <mgt_rle_eth_init+1142 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:328>:\ttarget_xfer_memory
 (0x441da06, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441da08"
<- " <mgt_rle_eth_init+1144 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:328>:\ttarget_xfer_memory
 (0x441da08, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441da0a"
<- " "
<- "<"
<- "mgt_rle_eth_init"
<- "+1146"
<- " at /home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:328"
<- ">"
<- ":\ttarget_xfer_memory (0x441da0a, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441da0c"
<- " "
<- "<"
<- "mgt_rle_eth_init"
<- "+1148"
<- " at /home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:328"
<- ">"
<- ":\t"
<- "target_xfer_memory (0x441da0c, xxx, 2, read, xxx) = 2"
<- ", bytes ="
<- " e9"
<- " 88"
<- "\n"
   "lsll #4,%d0\n"
   "0x441da0e <mgt_rle_eth_init+1150 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:328>:\ttarget_xfer_memory
 (0x441da0e, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441da10 <mgt_rle_eth_init+1152 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:328>:\ttarget_xfer_memory
 (0x441da10, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441da12 <mgt_rle_eth_init+1154 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:328>:\ttarget_xfer_memory
 (0x441da12, xxx, 2, read, xxx) = 2, bytes = 20 40\n"
   "moveal %d0,%a0\n"
   "0x441da14 <mgt_rle_eth_init+1156 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:328>:\ttarget_xfer_memory
 (0x441da14, xxx, 2, read, xxx) = 2, bytes = 2f 32\n"
   "target_xfer_memory (0x441da16, xxx, 2, read, xxx) = 2, bytes = 88 5c\n"
   "movel %a2@(0000005c,%a0:l),address@hidden"
   "0x441da18"
<- " <mgt_rle_eth_init+1160 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:328>:\ttarget_xfer_memory
 (0x441da18, xxx, 2, read, xxx) = 2, bytes = 30 02\n"
   "movew %d2,%d0\n"
   "0x441da1a"
<- " <mgt_rle_eth_init+1162 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:328>:\ttarget_xfer_memory
 (0x441da1a, xxx, 2, read, xxx) = 2, bytes = c0 fc\n"
   "target_xfer_memory (0x441da1c, xxx, 2, read, xxx) = 2, bytes = 05 44\n"
   "muluw #1348,%d0\n"
   "0x441da1e <mgt_rle_eth_init+1166 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:328>:\ttarget_xfer_memory
 (0x441da1e, xxx, 2, read, xxx) = 2, bytes = 22 1f\n"
   "movel address@hidden,%d1\n"
   "0x441da20 <mgt_rle_eth_init+1168 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:328>:\ttarget_xfer_memory
 (0x441da20, xxx, 2, read, xxx) = 2, bytes = 20 7c\n"
   "target_xfer_memory (0x441da22, xxx, 4, read, xxx) = 4, bytes = 04 5f de 
46\n"
   "moveal #73391686,%a0\n"
   "0x441da26"
<- " <mgt_rle_eth_init+1174 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:328>:\ttarget_xfer_memory
 (0x441da26, xxx, 2, read, xxx) = 2, bytes = 21 81\n"
   "target_xfer_memory (0x441da28, xxx, 2, read, xxx) = 2, bytes = 00 00\n"
   "movel %d1,%a0@(00000000,%d0:w)\n"
   "0x441da2a"
<- " <mgt_rle_eth_init+1178 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:329>:\ttarget_xfer_memory
 (0x441da2a, xxx, 2, read, xxx) = 2, bytes = 20 03\n"
   "movel %d3,%d0\n"
   "0x441da2c"
<- " <mgt_rle_eth_init+1180 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:329>:\ttarget_xfer_memory
 (0x441da2c, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441da2e"
<- " <mgt_rle_eth_init+1182 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:329>:\ttarget_xfer_memory
 (0x441da2e, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441da30 <mgt_rle_eth_init+1184 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:329>:\ttarget_xfer_memory
 (0x441da30, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441da32 <mgt_rle_eth_init+1186 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:329>:\ttarget_xfer_memory
 (0x441da32, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441da34"
<- " <mgt_rle_eth_init+1188 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:329>:\ttarget_xfer_memory
 (0x441da34, xxx, 2, read, xxx) = 2, bytes = e9 88\n"
   "lsll #4,%d0\n"
   "0x441da36"
<- " <mgt_rle_eth_init+1190 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:329>:\ttarget_xfer_memory
 (0x441da36, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441da38"
<- " <mgt_rle_eth_init+1192 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:329>:\ttarget_xfer_memory
 (0x441da38, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441da3a"
<- " <mgt_rle_eth_init+1194 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:329>:\ttarget_xfer_memory
 (0x441da3a, xxx, 2, read, xxx) = 2, bytes = 20 40\n"
   "moveal %d0,%a0\n"
   "0x441da3c"
<- " <mgt_rle_eth_init+1196 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:329>:\ttarget_xfer_memory
 (0x441da3c, xxx, 2, read, xxx) = 2, bytes = 2f 32\n"
   "target_xfer_memory (0x441da3e, xxx, 2, read, xxx) = 2, bytes = 88 60\n"
   "movel %a2@(00000060,%a0:l),address@hidden"
   "0x441da40"
<- " <mgt_rle_eth_init+1200 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:329>:\ttarget_xfer_memory
 (0x441da40, xxx, 2, read, xxx) = 2, bytes = 30 02\n"
   "movew %d2,%d0\n"
   "0x441da42"
<- " <mgt_rle_eth_init+1202 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:329>:\ttarget_xfer_memory
 (0x441da42, xxx, 2, read, xxx) = 2, bytes = c0 fc\n"
   "target_xfer_memory (0x441da44, xxx, 2, read, xxx) = 2, bytes = 05 44\n"
   "muluw #1348,%d0\n"
   "0x441da46"
<- " <mgt_rle_eth_init+1206 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:329>:\ttarget_xfer_memory
 (0x441da46, xxx, 2, read, xxx) = 2, bytes = 22 1f\n"
   "movel address@hidden,%d1\n"
   "0x441da48 <mgt_rle_eth_init+1208 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:329>:\ttarget_xfer_memory
 (0x441da48, xxx, 2, read, xxx) = 2, bytes = 20 7c\n"
   "target_xfer_memory (0x441da4a, xxx, 4, read, xxx) = 4, bytes = 04 5f de 
4a\n"
   "moveal #73391690,%a0\n"
   "0x441da4e"
<- " <mgt_rle_eth_init+1214 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:329>:\ttarget_xfer_memory
 (0x441da4e, xxx, 2, read, xxx) = 2, bytes = 21 81\n"
   "target_xfer_memory (0x441da50, xxx, 2, read, xxx) = 2, bytes = 00 00\n"
   "movel %d1,%a0@(00000000,%d0:w)\n"
   "0x441da52"
<- " <mgt_rle_eth_init+1218 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:330>:\ttarget_xfer_memory
 (0x441da52, xxx, 2, read, xxx) = 2, bytes = 20 03\n"
   "movel %d3,%d0\n"
   "0x441da54"
<- " <mgt_rle_eth_init+1220 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:330>:\ttarget_xfer_memory
 (0x441da54, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441da56"
<- " <mgt_rle_eth_init+1222 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:330>:\ttarget_xfer_memory
 (0x441da56, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441da58"
<- " <mgt_rle_eth_init+1224 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:330>:\ttarget_xfer_memory
 (0x441da58, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441da5a"
<- " <mgt_rle_eth_init+1226 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:330>:\ttarget_xfer_memory
 (0x441da5a, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441da5c"
<- " <mgt_rle_eth_init+1228 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:330>:\ttarget_xfer_memory
 (0x441da5c, xxx, 2, read, xxx) = 2, bytes = e9 88\n"
   "lsll #4,%d0\n"
   "0x441da5e"
<- " <mgt_rle_eth_init+1230 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:330>:\ttarget_xfer_memory
 (0x441da5e, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441da60"
<- " <mgt_rle_eth_init+1232 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:330>:\ttarget_xfer_memory
 (0x441da60, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441da62"
<- " "
<- "<"
<- "mgt_rle_eth_init"
<- "+1234"
<- " at /home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:330"
<- ">"
<- ":\t"
<- "target_xfer_memory (0x441da62, xxx, 2, read, xxx) = 2"
<- ", bytes ="
<- " 20"
<- " 40"
<- ""
<- "moveal"
<- " "
<- "%d0"
<- ","
<- "%a0\n"
   "0x441da64 <mgt_rle_eth_init+1236 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:330>:\ttarget_xfer_memory
 (0x441da64, xxx, 2, read, xxx) = 2, bytes = 20 32\n"
   "target_xfer_memory (0x441da66, xxx, 2, read, xxx) = 2, bytes = 88 0c\n"
   "movel %a2@(0000000c,%a0:l),%d0\n"
   "0x441da68 <mgt_rle_eth_init+1240 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:330>:\ttarget_xfer_memory
 (0x441da68, xxx, 2, read, xxx) = 2, bytes = 13 c0\n"
   "target_xfer_memory (0x441da6a, xxx, 4, read, xxx) = 4, bytes = 04 5f e8 
36\n"
   "moveb %d0,0x45fe836 <p_gsr>\n"
   "0x441da6e <mgt_rle_eth_init+1246 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:331>:\ttarget_xfer_memory
 (0x441da6e, xxx, 2, read, xxx) = 2, bytes = 20 03\n"
   "movel %d3,%d0\n"
   "0x441da70 <mgt_rle_eth_init+1248 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:331>:\ttarget_xfer_memory
 (0x441da70, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441da72 <mgt_rle_eth_init+1250 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:331>:\ttarget_xfer_memory
 (0x441da72, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441da74"
<- " <mgt_rle_eth_init+1252 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:331>:\ttarget_xfer_memory
 (0x441da74, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441da76"
<- " <mgt_rle_eth_init+1254 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:331>:\ttarget_xfer_memory
 (0x441da76, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441da78"
<- " <mgt_rle_eth_init+1256 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:331>:\ttarget_xfer_memory
 (0x441da78, xxx, 2, read, xxx) = 2, bytes = e9 88\n"
   "lsll #4,%d0\n"
   "0x441da7a"
<- " <mgt_rle_eth_init+1258 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:331>:\ttarget_xfer_memory
 (0x441da7a, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441da7c <mgt_rle_eth_init+1260 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:331>:\ttarget_xfer_memory
 (0x441da7c, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441da7e"
<- " "
<- "<"
<- "mgt_rle_eth_init"
<- "+1262 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:331>:\ttarget_xfer_memory
 (0x441da7e, xxx, 2, read, xxx) = 2, bytes = 20 40\n"
   "moveal %d0,%a0\n"
   "0x441da80 <mgt_rle_eth_init+1264 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:331>:\ttarget_xfer_memory
 (0x441da80, xxx, 2, read, xxx) = 2, bytes = 20 32\n"
   "target_xfer_memory (0x441da82, xxx, 2, read, xxx) = 2, bytes = 88 20\n"
   "movel %a2@(00000020,%a0:l),%d0\n"
   "0x441da84"
<- " "
<- "<"
<- "mgt_rle_eth_init+1268 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:331>:\ttarget_xfer_memory
 (0x441da84, xxx, 2, read, xxx) = 2, bytes = 13 c0\n"
   "target_xfer_memory (0x441da86, xxx, 4, read, xxx) = 4, bytes = 04 5f e8 
37\n"
   "moveb %d0,0x45fe837 <p_gsr+1>\n"
   "0x441da8a <mgt_rle_eth_init+1274 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:332>:\ttarget_xfer_memory
 (0x441da8a, xxx, 2, read, xxx) = 2, bytes = 20 03\n"
   "movel %d3,%d0\n"
   "0x441da8c <mgt_rle_eth_init+1276 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:332>:\ttarget_xfer_memory
 (0x441da8c, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441da8e"
<- " "
<- "<"
<- "mgt_rle_eth_init"
<- "+1278"
<- " at /home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:332"
<- ">"
<- ":\t"
<- "target_xfer_memory (0x441da8e, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441da90 <mgt_rle_eth_init+1280 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:332>:\ttarget_xfer_memory
 (0x441da90, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441da92 <mgt_rle_eth_init+1282 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:332>:\ttarget_xfer_memory
 (0x441da92, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441da94 <mgt_rle_eth_init+1284 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:332>:\ttarget_xfer_memory
 (0x441da94, xxx, 2, read, xxx) = 2, bytes = e9 88\n"
   "lsll #4,%d0\n"
   "0x441da96 <mgt_rle_eth_init+1286 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:332>:\ttarget_xfer_memory
 (0x441da96, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441da98 <mgt_rle_eth_init+1288 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:332>:\ttarget_xfer_memory
 (0x441da98, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441da9a"
<- " "
<- "<"
<- "mgt_rle_eth_init"
<- "+1290"
<- " at /home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:332"
<- ">"
<- ":\t"
<- "target_xfer_memory (0x441da9a, xxx, 2, read, xxx) = 2"
<- ", bytes ="
<- " 20 40\n"
   "moveal %d0,%a0\n"
   "0x441da9c"
<- " <mgt_rle_eth_init+1292 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:332>:\ttarget_xfer_memory
 (0x441da9c, xxx, 2, read, xxx) = 2, bytes = 23 f2\n"
   "target_xfer_memory (0x441da9e, xxx, 2, read, xxx) = 2, bytes = 88 5c\n"
   "target_xfer_memory (0x441daa0, xxx, 4, read, xxx) = 4, bytes = 04 5f e8 
46\n"
   "movel %a2@(0000005c,%a0:l),0x45fe846 <p_gsr+16>\n"
   "0x441daa4"
<- " <mgt_rle_eth_init+1300 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:333>:\ttarget_xfer_memory
 (0x441daa4, xxx, 2, read, xxx) = 2, bytes = 20 03\n"
   "movel %d3,%d0\n"
   "0x441daa6"
<- " <mgt_rle_eth_init+1302 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:333>:\ttarget_xfer_memory
 (0x441daa6, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441daa8"
<- " <mgt_rle_eth_init+1304 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:333>:\ttarget_xfer_memory
 (0x441daa8, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441daaa"
<- " <mgt_rle_eth_init+1306 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:333>:\ttarget_xfer_memory
 (0x441daaa, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441daac"
<- " <mgt_rle_eth_init+1308 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:333>:\ttarget_xfer_memory
 (0x441daac, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441daae"
<- " <mgt_rle_eth_init+1310 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:333>:\ttarget_xfer_memory
 (0x441daae, xxx, 2, read, xxx) = 2, bytes = e9 88\n"
   "lsll #4,%d0\n"
   "0x441dab0"
<- " <mgt_rle_eth_init+1312 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:333>:\ttarget_xfer_memory
 (0x441dab0, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441dab2"
<- " <mgt_rle_eth_init+1314 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:333>:\ttarget_xfer_memory
 (0x441dab2, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441dab4"
<- " <mgt_rle_eth_init+1316 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:333>:\ttarget_xfer_memory
 (0x441dab4, xxx, 2, read, xxx) = 2, bytes = 20 40\n"
   "moveal %d0,%a0\n"
   "0x441dab6"
<- " <mgt_rle_eth_init+1318 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:333>:\ttarget_xfer_memory
 (0x441dab6, xxx, 2, read, xxx) = 2, bytes = 23 f2\n"
   "target_xfer_memory (0x441dab8, xxx, 2, read, xxx) = 2, bytes = 88 60\n"
   "target_xfer_memory (0x441daba, xxx, 4, read, xxx) = 4, bytes = 04 5f e8 
4a\n"
   "movel %a2@(00000060,%a0:l),0x45fe84a"
<- " <p_gsr+20>\n"
   "0x441dabe"
<- " <mgt_rle_eth_init+1326 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:336>:\ttarget_xfer_memory
 (0x441dabe, xxx, 2, read, xxx) = 2, bytes = 78 00\n"
   "moveq #0,%d4\n"
   "0x441dac0 <mgt_rle_eth_init+1328 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:336>:\ttarget_xfer_memory
 (0x441dac0, xxx, 2, read, xxx) = 2, bytes = 60 00\n"
   "target_xfer_memory (0x441dac2, xxx, 2, read, xxx) = 2, bytes = 00 f2\n"
   "braw 0x441dbb4 <mgt_rle_eth_init+1572 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:336>\n"
   "0x441dac4 <mgt_rle_eth_init+1332 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:337>:\ttarget_xfer_memory
 (0x441dac4, xxx, 2, read, xxx) = 2, bytes = 20 03\n"
   "movel %d3,%d0\n"
   "0x441dac6 <mgt_rle_eth_init+1334 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:337>:\ttarget_xfer_memory
 (0x441dac6, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441dac8"
<- " <mgt_rle_eth_init+1336 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:337>:\ttarget_xfer_memory
 (0x441dac8, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441daca"
<- " <mgt_rle_eth_init+1338 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:337>:\ttarget_xfer_memory
 (0x441daca, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441dacc"
<- " <mgt_rle_eth_init+1340 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:337>:\ttarget_xfer_memory
 (0x441dacc, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441dace"
<- " <mgt_rle_eth_init+1342 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:337>:\ttarget_xfer_memory
 (0x441dace, xxx, 2, read, xxx) = 2, bytes = e9 88\n"
   "lsll #4,%d0\n"
   "0x441dad0"
<- " <mgt_rle_eth_init+1344 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:337>:\ttarget_xfer_memory
 (0x441dad0, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441dad2"
<- " <mgt_rle_eth_init+1346 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:337>:\ttarget_xfer_memory
 (0x441dad2, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441dad4"
<- " <mgt_rle_eth_init+1348 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:337>:\ttarget_xfer_memory
 (0x441dad4, xxx, 2, read, xxx) = 2, bytes = d0 8a\n"
   "addl %a2,%d0\n"
   "0x441dad6 <mgt_rle_eth_init+1350 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:337>:\ttarget_xfer_memory
 (0x441dad6, xxx, 2, read, xxx) = 2, bytes = 20 44\n"
   "moveal %d4,%a0\n"
   "0x441dad8"
<- " <mgt_rle_eth_init+1352 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:337>:\ttarget_xfer_memory
 (0x441dad8, xxx, 2, read, xxx) = 2, bytes = d1 c0\n"
   "addal %d0,%a0\n"
   "0x441dada"
<- " <mgt_rle_eth_init+1354 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:337>:\ttarget_xfer_memory
 (0x441dada, xxx, 2, read, xxx) = 2, bytes = 10 28\n"
   "target_xfer_memory (0x441dadc, xxx, 2, read, xxx) = 2, bytes = 00 3a\n"
   "moveb %a0@(58),%d0\n"
   "0x441dade"
<- " <mgt_rle_eth_init+1358 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:337>:\ttarget_xfer_memory
 (0x441dade, xxx, 2, read, xxx) = 2, bytes = 32 02\n"
   "movew %d2,%d1\n"
   "0x441dae0"
<- " <mgt_rle_eth_init+1360 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:337>:\ttarget_xfer_memory
 (0x441dae0, xxx, 2, read, xxx) = 2, bytes = c2 fc\n"
   "target_xfer_memory (0x441dae2, xxx, 2, read, xxx) = 2, bytes = 05 44\n"
   "muluw #1348,%d1\n"
   "0x441dae4"
<- " <mgt_rle_eth_init+1364 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:337>:\ttarget_xfer_memory
 (0x441dae4, xxx, 2, read, xxx) = 2, bytes = d2 44\n"
   "addw %d4,%d1\n"
   "0x441dae6"
<- " <mgt_rle_eth_init+1366 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:337>:\ttarget_xfer_memory
 (0x441dae6, xxx, 2, read, xxx) = 2, bytes = 20 7c\n"
   "target_xfer_memory (0x441dae8, xxx, 4, read, xxx) = 4, bytes = 04 5f de 
24\n"
   "moveal #73391652,%a0\n"
   "0x441daec"
<- " <mgt_rle_eth_init+1372 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:337>:\ttarget_xfer_memory
 (0x441daec, xxx, 2, read, xxx) = 2, bytes = 11 80\n"
   "target_xfer_memory (0x441daee, xxx, 2, read, xxx) = 2, bytes = 10 00\n"
   "moveb %d0,%a0@(00000000,%d1:w)\n"
   "0x441daf0 <mgt_rle_eth_init+1376 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:338>:\ttarget_xfer_memory
 (0x441daf0, xxx, 2, read, xxx) = 2, bytes = 20 03\n"
   "movel %d3,%d0\n"
   "0x441daf2 <mgt_rle_eth_init+1378 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:338>:\ttarget_xfer_memory
 (0x441daf2, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441daf4 <mgt_rle_eth_init+1380 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:338>:\ttarget_xfer_memory
 (0x441daf4, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441daf6"
<- " <mgt_rle_eth_init+1382 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:338>:\ttarget_xfer_memory
 (0x441daf6, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441daf8"
<- " <mgt_rle_eth_init+1384 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:338>:\ttarget_xfer_memory
 (0x441daf8, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441dafa"
<- " <mgt_rle_eth_init+1386 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:338>:\ttarget_xfer_memory
 (0x441dafa, xxx, 2, read, xxx) = 2, bytes = e9 88\n"
   "lsll #4,%d0\n"
   "0x441dafc"
<- " <mgt_rle_eth_init+1388 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:338>:\ttarget_xfer_memory
 (0x441dafc, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441dafe"
<- " <mgt_rle_eth_init+1390 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:338>:\ttarget_xfer_memory
 (0x441dafe, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441db00"
<- " <mgt_rle_eth_init+1392 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:338>:\ttarget_xfer_memory
 (0x441db00, xxx, 2, read, xxx) = 2, bytes = d0 8a\n"
   "addl %a2,%d0\n"
   "0x441db02"
<- " <mgt_rle_eth_init+1394 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:338>:\ttarget_xfer_memory
 (0x441db02, xxx, 2, read, xxx) = 2, bytes = 20 44\n"
   "moveal %d4,%a0\n"
   "0x441db04"
<- " <mgt_rle_eth_init+1396 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:338>:\ttarget_xfer_memory
 (0x441db04, xxx, 2, read, xxx) = 2, bytes = d1 c0\n"
   "addal %d0,%a0\n"
   "0x441db06"
<- " "
<- "<"
<- "mgt_rle_eth_init"
<- "+1398"
<- " at /home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:338"
<- ">"
<- ":\t"
<- "target_xfer_memory (0x441db06, xxx, 2, read, xxx) = 2"
<- ", bytes ="
<- " 10"
<- " 28"
<- ""
<- "target_xfer_memory (0x441db08, xxx, 2, read, xxx) = 2"
<- ", bytes ="
<- " 00 40\n"
   "moveb %a0@(64),%d0\n"
   "0x441db0a <mgt_rle_eth_init+1402 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:338>:\ttarget_xfer_memory
 (0x441db0a, xxx, 2, read, xxx) = 2, bytes = 32 02\n"
   "movew %d2,%d1\n"
   "0x441db0c <mgt_rle_eth_init+1404 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:338>:\ttarget_xfer_memory
 (0x441db0c, xxx, 2, read, xxx) = 2, bytes = c2 fc\n"
   "target_xfer_memory (0x441db0e, xxx, 2, read, xxx) = 2, bytes = 05 44\n"
   "muluw #1348,%d1\n"
   "0x441db10 <mgt_rle_eth_init+1408 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:338>:\ttarget_xfer_memory
 (0x441db10, xxx, 2, read, xxx) = 2, bytes = d2 44\n"
   "addw %d4,%d1\n"
   "0x441db12 <mgt_rle_eth_init+1410 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:338>:\ttarget_xfer_memory
 (0x441db12, xxx, 2, read, xxx) = 2, bytes = 20 7c\n"
   "target_xfer_memory (0x441db14, xxx, 4, read, xxx) = 4, bytes = 04 5f de 
2a\n"
   "moveal #73391658,%a0\n"
   "0x441db18 <mgt_rle_eth_init+1416 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:338>:\ttarget_xfer_memory
 (0x441db18, xxx, 2, read, xxx) = 2, bytes = 11 80\n"
   "target_xfer_memory (0x441db1a, xxx, 2, read, xxx) = 2, bytes = 10 00\n"
   "moveb %d0,%a0@(00000000,%d1:w)\n"
   "0x441db1c <mgt_rle_eth_init+1420 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:339>:\ttarget_xfer_memory
 (0x441db1c, xxx, 2, read, xxx) = 2, bytes = 20 03\n"
   "movel %d3,%d0\n"
   "0x441db1e <mgt_rle_eth_init+1422 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:339>:\ttarget_xfer_memory
 (0x441db1e, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441db20"
<- " <mgt_rle_eth_init+1424 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:339>:\ttarget_xfer_memory
 (0x441db20, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441db22"
<- " <mgt_rle_eth_init+1426 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:339>:\ttarget_xfer_memory
 (0x441db22, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441db24 <mgt_rle_eth_init+1428 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:339>:\ttarget_xfer_memory
 (0x441db24, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441db26"
<- " <mgt_rle_eth_init+1430 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:339>:\ttarget_xfer_memory
 (0x441db26, xxx, 2, read, xxx) = 2, bytes = e9 88\n"
   "lsll #4,%d0\n"
   "0x441db28"
<- " <mgt_rle_eth_init+1432 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:339>:\ttarget_xfer_memory
 (0x441db28, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441db2a"
<- " <mgt_rle_eth_init+1434 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:339>:\ttarget_xfer_memory
 (0x441db2a, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441db2c <mgt_rle_eth_init+1436 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:339>:\ttarget_xfer_memory
 (0x441db2c, xxx, 2, read, xxx) = 2, bytes = d0 8a\n"
   "addl %a2,%d0\n"
   "0x441db2e"
<- " <mgt_rle_eth_init+1438 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:339>:\ttarget_xfer_memory
 (0x441db2e, xxx, 2, read, xxx) = 2, bytes = 20 44\n"
   "moveal %d4,%a0\n"
   "0x441db30"
<- " <mgt_rle_eth_init+1440 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:339>:\ttarget_xfer_memory
 (0x441db30, xxx, 2, read, xxx) = 2, bytes = d1 c0\n"
   "addal %d0,%a0\n"
   "0x441db32 <mgt_rle_eth_init+1442 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:339>:\ttarget_xfer_memory
 (0x441db32, xxx, 2, read, xxx) = 2, bytes = 10 28\n"
   "target_xfer_memory (0x441db34, xxx, 2, read, xxx) = 2, bytes = 00 40\n"
   "moveb %a0@(64),%d0\n"
   "0x441db36 <mgt_rle_eth_init+1446 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:339>:\ttarget_xfer_memory
 (0x441db36, xxx, 2, read, xxx) = 2, bytes = 20 7c\n"
   "target_xfer_memory (0x441db38, xxx, 4, read, xxx) = 4, bytes = 04 5f e8 
38\n"
   "moveal #73394232,%a0\n"
   "0x441db3c <mgt_rle_eth_init+1452 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:339>:\ttarget_xfer_memory
 (0x441db3c, xxx, 2, read, xxx) = 2, bytes = 11 80\n"
   "target_xfer_memory (0x441db3e, xxx, 2, read, xxx) = 2, bytes = 40 00\n"
   "moveb %d0,%a0@(00000000,%d4:w)\n"
   "0x441db40"
<- " <mgt_rle_eth_init+1456 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:340>:\ttarget_xfer_memory
 (0x441db40, xxx, 2, read, xxx) = 2, bytes = 20 03\n"
   "movel %d3,%d0\n"
   "0x441db42"
<- " <mgt_rle_eth_init+1458 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:340>:\ttarget_xfer_memory
 (0x441db42, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441db44"
<- " <mgt_rle_eth_init+1460 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:340>:\ttarget_xfer_memory
 (0x441db44, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441db46"
<- " <mgt_rle_eth_init+1462 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:340>:\ttarget_xfer_memory
 (0x441db46, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441db48"
<- " <mgt_rle_eth_init+1464 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:340>:\ttarget_xfer_memory
 (0x441db48, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441db4a <mgt_rle_eth_init+1466 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:340>:\ttarget_xfer_memory
 (0x441db4a, xxx, 2, read, xxx) = 2, bytes = e9 88\n"
   "lsll #4,%d0\n"
   "0x441db4c <mgt_rle_eth_init+1468 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:340>:\ttarget_xfer_memory
 (0x441db4c, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441db4e <mgt_rle_eth_init+1470 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:340>:\ttarget_xfer_memory
 (0x441db4e, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441db50 <mgt_rle_eth_init+1472 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:340>:\ttarget_xfer_memory
 (0x441db50, xxx, 2, read, xxx) = 2, bytes = d0 8a\n"
   "addl %a2,%d0\n"
   "0x441db52 <mgt_rle_eth_init+1474 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:340>:\ttarget_xfer_memory
 (0x441db52, xxx, 2, read, xxx) = 2, bytes = 20 44\n"
   "moveal %d4,%a0\n"
   "0x441db54"
<- " <mgt_rle_eth_init+1476 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:340>:\ttarget_xfer_memory
 (0x441db54, xxx, 2, read, xxx) = 2, bytes = d1 c0\n"
   "addal %d0,%a0\n"
   "0x441db56"
<- " <mgt_rle_eth_init+1478 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:340>:\ttarget_xfer_memory
 (0x441db56, xxx, 2, read, xxx) = 2, bytes = 10 28\n"
   "target_xfer_memory (0x441db58, xxx, 2, read, xxx) = 2, bytes = 00 3a\n"
   "moveb %a0@(58),%d0\n"
   "0x441db5a"
<- " <mgt_rle_eth_init+1482 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:340>:\ttarget_xfer_memory
 (0x441db5a, xxx, 2, read, xxx) = 2, bytes = 20 7c\n"
   "target_xfer_memory (0x441db5c, xxx, 4, read, xxx) = 4, bytes = 04 5f e8 
3e\n"
   "moveal #73394238,%a0\n"
   "0x441db60"
<- " <mgt_rle_eth_init+1488 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:340>:\ttarget_xfer_memory
 (0x441db60, xxx, 2, read, xxx) = 2, bytes = 11 80\n"
   "target_xfer_memory (0x441db62, xxx, 2, read, xxx) = 2, bytes = 40 00\n"
   "moveb %d0,%a0@(00000000,%d4:w)\n"
   "0x441db64"
<- " <mgt_rle_eth_init+1492 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:341>:\ttarget_xfer_memory
 (0x441db64, xxx, 2, read, xxx) = 2, bytes = 20 03\n"
   "movel %d3,%d0\n"
   "0x441db66"
<- " <mgt_rle_eth_init+1494 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:341>:\ttarget_xfer_memory
 (0x441db66, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441db68"
<- " <mgt_rle_eth_init+1496 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:341>:\ttarget_xfer_memory
 (0x441db68, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441db6a"
<- " "
<- "<"
<- "mgt_rle_eth_init"
<- "+1498"
<- " at /home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:341"
<- ">"
<- ":\t"
<- "target_xfer_memory (0x441db6a, xxx, 2, read, xxx) = 2"
<- ", bytes ="
<- " e5"
<- " 88"
<- ""
<- "lsll"
<- " #2,%d0\n"
   "0x441db6c <mgt_rle_eth_init+1500 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:341>:\ttarget_xfer_memory
 (0x441db6c, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441db6e <mgt_rle_eth_init+1502 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:341>:\ttarget_xfer_memory
 (0x441db6e, xxx, 2, read, xxx) = 2, bytes = e9 88\n"
   "lsll #4,%d0\n"
   "0x441db70 <mgt_rle_eth_init+1504 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:341>:\ttarget_xfer_memory
 (0x441db70, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441db72 <mgt_rle_eth_init+1506 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:341>:\ttarget_xfer_memory
 (0x441db72, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441db74 <mgt_rle_eth_init+1508 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:341>:\ttarget_xfer_memory
 (0x441db74, xxx, 2, read, xxx) = 2, bytes = d0 8a\n"
   "addl %a2,%d0\n"
   "0x441db76 <mgt_rle_eth_init+1510 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:341>:\ttarget_xfer_memory
 (0x441db76, xxx, 2, read, xxx) = 2, bytes = 20 44\n"
   "moveal %d4,%a0\n"
   "0x441db78 <mgt_rle_eth_init+1512 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:341>:\ttarget_xfer_memory
 (0x441db78, xxx, 2, read, xxx) = 2, bytes = d1 c0\n"
   "addal %d0,%a0\n"
   "0x441db7a"
<- " <mgt_rle_eth_init+1514 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:341>:\ttarget_xfer_memory
 (0x441db7a, xxx, 2, read, xxx) = 2, bytes = 10 28\n"
   "target_xfer_memory (0x441db7c, xxx, 2, read, xxx) = 2, bytes = 00 3a\n"
   "moveb %a0@(58),%d0\n"
   "0x441db7e"
<- " <mgt_rle_eth_init+1518 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:341>:\ttarget_xfer_memory
 (0x441db7e, xxx, 2, read, xxx) = 2, bytes = 32 02\n"
   "movew %d2,%d1\n"
   "0x441db80"
<- " <mgt_rle_eth_init+1520 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:341>:\ttarget_xfer_memory
 (0x441db80, xxx, 2, read, xxx) = 2, bytes = e7 49\n"
   "lslw #3,%d1\n"
   "0x441db82"
<- " <mgt_rle_eth_init+1522 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:341>:\ttarget_xfer_memory
 (0x441db82, xxx, 2, read, xxx) = 2, bytes = d2 44\n"
   "addw %d4,%d1\n"
   "0x441db84"
<- " <mgt_rle_eth_init+1524 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:341>:\ttarget_xfer_memory
 (0x441db84, xxx, 2, read, xxx) = 2, bytes = 20 7c\n"
   "target_xfer_memory (0x441db86, xxx, 4, read, xxx) = 4, bytes = 04 5f e9 
8e\n"
   "moveal #73394574,%a0\n"
   "0x441db8a"
<- " <mgt_rle_eth_init+1530 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:341>:\ttarget_xfer_memory
 (0x441db8a, xxx, 2, read, xxx) = 2, bytes = 11 80\n"
   "target_xfer_memory (0x441db8c, xxx, 2, read, xxx) = 2, bytes = 10 00\n"
   "moveb %d0,%a0@(00000000,%d1:w)\n"
   "0x441db8e"
<- " <mgt_rle_eth_init+1534 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:342>:\ttarget_xfer_memory
 (0x441db8e, xxx, 2, read, xxx) = 2, bytes = 20 03\n"
   "movel %d3,%d0\n"
   "0x441db90"
<- " <mgt_rle_eth_init+1536 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:342>:\ttarget_xfer_memory
 (0x441db90, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441db92"
<- " <mgt_rle_eth_init+1538 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:342>:\ttarget_xfer_memory
 (0x441db92, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441db94"
<- " <mgt_rle_eth_init+1540 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:342>:\ttarget_xfer_memory
 (0x441db94, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441db96 <mgt_rle_eth_init+1542 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:342>:\ttarget_xfer_memory
 (0x441db96, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441db98 <mgt_rle_eth_init+1544 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:342>:\ttarget_xfer_memory
 (0x441db98, xxx, 2, read, xxx) = 2, bytes = e9 88\n"
   "lsll #4,%d0\n"
   "0x441db9a <mgt_rle_eth_init+1546 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:342>:\ttarget_xfer_memory
 (0x441db9a, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441db9c"
<- " <mgt_rle_eth_init+1548 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:342>:\ttarget_xfer_memory
 (0x441db9c, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441db9e"
<- " <mgt_rle_eth_init+1550 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:342>:\ttarget_xfer_memory
 (0x441db9e, xxx, 2, read, xxx) = 2, bytes = d0 8a\n"
   "addl %a2,%d0\n"
   "0x441dba0"
<- " <mgt_rle_eth_init+1552 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:342>:\ttarget_xfer_memory
 (0x441dba0, xxx, 2, read, xxx) = 2, bytes = 20 44\n"
   "moveal %d4,%a0\n"
   "0x441dba2"
<- " <mgt_rle_eth_init+1554 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:342>:\ttarget_xfer_memory
 (0x441dba2, xxx, 2, read, xxx) = 2, bytes = d1 c0\n"
   "addal %d0,%a0\n"
   "0x441dba4"
<- " <mgt_rle_eth_init+1556 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:342>:\ttarget_xfer_memory
 (0x441dba4, xxx, 2, read, xxx) = 2, bytes = 10 28\n"
   "target_xfer_memory (0x441dba6, xxx, 2, read, xxx) = 2, bytes = 00 3a\n"
   "moveb %a0@(58),%d0\n"
   "0x441dba8"
<- " <mgt_rle_eth_init+1560 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:342>:\ttarget_xfer_memory
 (0x441dba8, xxx, 2, read, xxx) = 2, bytes = 20 7c\n"
   "target_xfer_memory (0x441dbaa, xxx, 4, read, xxx) = 4, bytes = 04 5f e3 
3e\n"
   "moveal #73392958,%a0\n"
   "0x441dbae <mgt_rle_eth_init+1566 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:342>:\ttarget_xfer_memory
 (0x441dbae, xxx, 2, read, xxx) = 2, bytes = 11 80\n"
   "target_xfer_memory (0x441dbb0, xxx, 2, read, xxx) = 2, bytes = 40 00\n"
   "moveb %d0,%a0@(00000000,%d4:w)\n"
   "0x441dbb2 <mgt_rle_eth_init+1570 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:336>:\ttarget_xfer_memory
 (0x441dbb2, xxx, 2, read, xxx) = 2, bytes = 52 84\n"
   "addql #1,%d4\n"
   "0x441dbb4 <mgt_rle_eth_init+1572 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:336>:\ttarget_xfer_memory
 (0x441dbb4, xxx, 2, read, xxx) = 2, bytes = 70 06\n"
   "moveq #6,%d0\n"
   "0x441dbb6 <mgt_rle_eth_init+1574 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:336>:\ttarget_xfer_memory
 (0x441dbb6, xxx, 2, read, xxx) = 2, bytes = b0 84\n"
   "cmpl %d4,%d0\n"
   "0x441dbb8"
<- " <mgt_rle_eth_init+1576 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:336>:\ttarget_xfer_memory
 (0x441dbb8, xxx, 2, read, xxx) = 2, bytes = 62 00\n"
   "target_xfer_memory (0x441dbba, xxx, 2, read, xxx) = 2, bytes = ff 0a\n"
   "bhiw 0x441dac4"
<- " <mgt_rle_eth_init+1332 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:337>\n"
   "0x441dbbc"
<- " <mgt_rle_eth_init+1580 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:348>:\ttarget_xfer_memory
 (0x441dbbc, xxx, 2, read, xxx) = 2, bytes = 42 a7\n"
   "clrl address@hidden"
   "0x441dbbe"
<- " <mgt_rle_eth_init+1582 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:348>:\ttarget_xfer_memory
 (0x441dbbe, xxx, 2, read, xxx) = 2, bytes = 30 02\n"
   "movew %d2,%d0\n"
   "0x441dbc0"
<- " <mgt_rle_eth_init+1584 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:348>:\ttarget_xfer_memory
 (0x441dbc0, xxx, 2, read, xxx) = 2, bytes = c0 fc\n"
   "target_xfer_memory (0x441dbc2, xxx, 2, read, xxx) = 2, bytes = 05 44\n"
   "muluw #1348,%d0\n"
   "0x441dbc4"
<- " <mgt_rle_eth_init+1588 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:348>:\ttarget_xfer_memory
 (0x441dbc4, xxx, 2, read, xxx) = 2, bytes = 20 7c\n"
   "target_xfer_memory (0x441dbc6, xxx, 4, read, xxx) = 4, bytes = 04 5f dd 
fe\n"
   "moveal #73391614,%a0\n"
   "0x441dbca"
<- " "
<- "<"
<- "mgt_rle_eth_init"
<- "+1594"
<- " at /home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:348"
<- ">"
<- ":\t"
<- "target_xfer_memory (0x441dbca, xxx, 2, read, xxx) = 2"
<- ", bytes ="
<- " 2f"
<- " 30"
<- "\n"
   "target_xfer_memory (0x441dbcc, xxx, 2, read, xxx) = 2, bytes = 00 00\n"
   "movel %a0@(00000000,%d0:w),address@hidden"
   "0x441dbce <mgt_rle_eth_init+1598 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:348>:\ttarget_xfer_memory
 (0x441dbce, xxx, 2, read, xxx) = 2, bytes = 4e b9\n"
   "target_xfer_memory (0x441dbd0, xxx, 4, read, xxx) = 4, bytes = 04 41 d0 
a8\n"
   "jsr 0x441d0a8 <mgt_rle_serv_req at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/eth_clus.c:273>\n"
   "0x441dbd4 <mgt_rle_eth_init+1604 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:348>:\ttarget_xfer_memory
 (0x441dbd4, xxx, 2, read, xxx) = 2, bytes = 50 8f\n"
   "addql #8,%sp\n"
   "0x441dbd6 <mgt_rle_eth_init+1606 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:348>:\ttarget_xfer_memory
 (0x441dbd6, xxx, 2, read, xxx) = 2, bytes = 2a 00\n"
   "movel %d0,%d5\n"
   "0x441dbd8 <mgt_rle_eth_init+1608 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:351>:\ttarget_xfer_memory
 (0x441dbd8, xxx, 2, read, xxx) = 2, bytes = 20 03\n"
   "movel %d3,%d0\n"
   "0x441dbda <mgt_rle_eth_init+1610 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:351>:\ttarget_xfer_memory
 (0x441dbda, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441dbdc <mgt_rle_eth_init+1612 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:351>:\ttarget_xfer_memory
 (0x441dbdc, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441dbde <mgt_rle_eth_init+1614 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:351>:\ttarget_xfer_memory
 (0x441dbde, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441dbe0"
<- " <mgt_rle_eth_init+1616 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:351>:\ttarget_xfer_memory
 (0x441dbe0, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441dbe2"
<- " <mgt_rle_eth_init+1618 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:351>:\ttarget_xfer_memory
 (0x441dbe2, xxx, 2, read, xxx) = 2, bytes = e9 88\n"
   "lsll #4,%d0\n"
   "0x441dbe4 <mgt_rle_eth_init+1620 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:351>:\ttarget_xfer_memory
 (0x441dbe4, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441dbe6 <mgt_rle_eth_init+1622 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:351>:\ttarget_xfer_memory
 (0x441dbe6, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441dbe8"
<- " "
<- "<"
<- "mgt_rle_eth_init"
<- "+1624 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:351>:\ttarget_xfer_memory
 (0x441dbe8, xxx, 2, read, xxx) = 2, bytes = 20 40\n"
   "moveal %d0,%a0\n"
   "0x441dbea <mgt_rle_eth_init+1626 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:351>:\ttarget_xfer_memory
 (0x441dbea, xxx, 2, read, xxx) = 2, bytes = 2f 32\n"
   "target_xfer_memory (0x441dbec, xxx, 2, read, xxx) = 2, bytes = 88 24\n"
   "movel %a2@(00000024,%a0:l),address@hidden"
   "0x441dbee"
<- " "
<- "<"
<- "mgt_rle_eth_init+1630 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:351>:\ttarget_xfer_memory
 (0x441dbee, xxx, 2, read, xxx) = 2, bytes = 30 02\n"
   "movew %d2,%d0\n"
   "0x441dbf0 <mgt_rle_eth_init+1632 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:351>:\ttarget_xfer_memory
 (0x441dbf0, xxx, 2, read, xxx) = 2, bytes = c0 fc\n"
   "target_xfer_memory (0x441dbf2, xxx, 2, read, xxx) = 2, bytes = 05 44\n"
   "muluw #1348,%d0\n"
   "0x441dbf4 <mgt_rle_eth_init+1636 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:351>:\ttarget_xfer_memory
 (0x441dbf4, xxx, 2, read, xxx) = 2, bytes = 22 1f\n"
   "movel address@hidden,%d1\n"
   "0x441dbf6"
<- " "
<- "<"
<- "mgt_rle_eth_init"
<- "+1638"
<- " at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:351>:\ttarget_xfer_memory
 (0x441dbf6, xxx, 2, read, xxx) = 2, bytes = 20 7c\n"
   "target_xfer_memory (0x441dbf8, xxx, 4, read, xxx) = 4, bytes = 04 5f de 
0e\n"
   "moveal #73391630,%a0\n"
   "0x441dbfc <mgt_rle_eth_init+1644 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:351>:\ttarget_xfer_memory
 (0x441dbfc, xxx, 2, read, xxx) = 2, bytes = 21 81\n"
   "target_xfer_memory (0x441dbfe, xxx, 2, read, xxx) = 2, bytes = 00 00\n"
   "movel %d1,%a0@(00000000,%d0:w)\n"
   "0x441dc00 <mgt_rle_eth_init+1648 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:351>:\ttarget_xfer_memory
 (0x441dc00, xxx, 2, read, xxx) = 2, bytes = 67 08\n"
   "beqs 0x441dc0a <mgt_rle_eth_init+1658 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:354>\n"
   "0x441dc02 <mgt_rle_eth_init+1650 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:352>:\ttarget_xfer_memory
 (0x441dc02, xxx, 2, read, xxx) = 2, bytes = 42 39\n"
   "target_xfer_memory (0x441dc04, xxx, 4, read, xxx) = 4, bytes = 04 5f e3 
48\n"
   "clrb 0x45fe348 <mode_iso>\n"
   "0x441dc08 <mgt_rle_eth_init+1656 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:352>:\ttarget_xfer_memory
 (0x441dc08, xxx, 2, read, xxx) = 2, bytes = 60 08\n"
   "bras 0x441dc12"
<- " "
<- "<"
<- "mgt_rle_eth_init"
<- "+1666"
<- " at /home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:355"
<- ">"
<- ""
<- "0x441dc0a"
<- " <mgt_rle_eth_init+1658 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:354>:\ttarget_xfer_memory
 (0x441dc0a, xxx, 2, read, xxx) = 2, bytes = 13 fc\n"
   "target_xfer_memory (0x441dc0c, xxx, 2, read, xxx) = 2, bytes = 00 01\n"
   "target_xfer_memory (0x441dc0e, xxx, 4, read, xxx) = 4, bytes = 04 5f e3 
48\n"
   "moveb #1,0x45fe348 <mode_iso>\n"
   "0x441dc12"
<- " <mgt_rle_eth_init+1666 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:355>:\ttarget_xfer_memory
 (0x441dc12, xxx, 2, read, xxx) = 2, bytes = 7c 00\n"
   "moveq #0,%d6\n"
   "0x441dc14"
<- " <mgt_rle_eth_init+1668 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:355>:\ttarget_xfer_memory
 (0x441dc14, xxx, 2, read, xxx) = 2, bytes = 60 00\n"
   "target_xfer_memory (0x441dc16, xxx, 2, read, xxx) = 2, bytes = 00 a6\n"
   "braw 0x441dcbc"
<- " <mgt_rle_eth_init+1836 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:355>\n"
   "0x441dc18"
<- " <mgt_rle_eth_init+1672 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:356>:\ttarget_xfer_memory
 (0x441dc18, xxx, 2, read, xxx) = 2, bytes = 78 00\n"
   "moveq #0,%d4\n"
   "0x441dc1a"
<- " <mgt_rle_eth_init+1674 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:356>:\ttarget_xfer_memory
 (0x441dc1a, xxx, 2, read, xxx) = 2, bytes = 60 4c\n"
   "bras 0x441dc68"
<- " <mgt_rle_eth_init+1752 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:356>\n"
   "0x441dc1c"
<- " <mgt_rle_eth_init+1676 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:357>:\ttarget_xfer_memory
 (0x441dc1c, xxx, 2, read, xxx) = 2, bytes = 20 06\n"
   "movel %d6,%d0\n"
   "0x441dc1e"
<- " <mgt_rle_eth_init+1678 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:357>:\ttarget_xfer_memory
 (0x441dc1e, xxx, 2, read, xxx) = 2, bytes = d0 80\n"
   "addl %d0,%d0\n"
   "0x441dc20"
<- " <mgt_rle_eth_init+1680 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:357>:\ttarget_xfer_memory
 (0x441dc20, xxx, 2, read, xxx) = 2, bytes = d0 86\n"
   "addl %d6,%d0\n"
   "0x441dc22"
<- " <mgt_rle_eth_init+1682 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:357>:\ttarget_xfer_memory
 (0x441dc22, xxx, 2, read, xxx) = 2, bytes = d0 80\n"
   "addl %d0,%d0\n"
   "0x441dc24 <mgt_rle_eth_init+1684 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:357>:\ttarget_xfer_memory
 (0x441dc24, xxx, 2, read, xxx) = 2, bytes = 2f 00\n"
   "movel %d0,address@hidden"
   "0x441dc26 <mgt_rle_eth_init+1686 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:357>:\ttarget_xfer_memory
 (0x441dc26, xxx, 2, read, xxx) = 2, bytes = 20 03\n"
   "movel %d3,%d0\n"
   "0x441dc28 <mgt_rle_eth_init+1688 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:357>:\ttarget_xfer_memory
 (0x441dc28, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441dc2a <mgt_rle_eth_init+1690 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:357>:\ttarget_xfer_memory
 (0x441dc2a, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441dc2c <mgt_rle_eth_init+1692 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:357>:\ttarget_xfer_memory
 (0x441dc2c, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441dc2e"
<- " <mgt_rle_eth_init+1694 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:357>:\ttarget_xfer_memory
 (0x441dc2e, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441dc30"
<- " <mgt_rle_eth_init+1696 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:357>:\ttarget_xfer_memory
 (0x441dc30, xxx, 2, read, xxx) = 2, bytes = e9 88\n"
   "lsll #4,%d0\n"
   "0x441dc32"
<- " <mgt_rle_eth_init+1698 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:357>:\ttarget_xfer_memory
 (0x441dc32, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441dc34"
<- " <mgt_rle_eth_init+1700 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:357>:\ttarget_xfer_memory
 (0x441dc34, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441dc36"
<- " <mgt_rle_eth_init+1702 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:357>:\ttarget_xfer_memory
 (0x441dc36, xxx, 2, read, xxx) = 2, bytes = d0 8a\n"
   "addl %a2,%d0\n"
   "0x441dc38"
<- " <mgt_rle_eth_init+1704 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:357>:\ttarget_xfer_memory
 (0x441dc38, xxx, 2, read, xxx) = 2, bytes = d0 9f\n"
   "addl address@hidden,%d0\n"
   "0x441dc3a <mgt_rle_eth_init+1706 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:357>:\ttarget_xfer_memory
 (0x441dc3a, xxx, 2, read, xxx) = 2, bytes = 20 44\n"
   "moveal %d4,%a0\n"
   "0x441dc3c <mgt_rle_eth_init+1708 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:357>:\ttarget_xfer_memory
 (0x441dc3c, xxx, 2, read, xxx) = 2, bytes = d1 c0\n"
   "addal %d0,%a0\n"
   "0x441dc3e"
<- " <mgt_rle_eth_init+1710 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:357>:\ttarget_xfer_memory
 (0x441dc3e, xxx, 2, read, xxx) = 2, bytes = 10 28\n"
   "target_xfer_memory (0x441dc40, xxx, 2, read, xxx) = 2, bytes = 00 28\n"
   "moveb %a0@(40),%d0\n"
   "0x441dc42"
<- " <mgt_rle_eth_init+1714 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:357>:\ttarget_xfer_memory
 (0x441dc42, xxx, 2, read, xxx) = 2, bytes = 2f 00\n"
   "movel %d0,address@hidden"
   "0x441dc44"
<- " <mgt_rle_eth_init+1716 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:357>:\ttarget_xfer_memory
 (0x441dc44, xxx, 2, read, xxx) = 2, bytes = 30 06\n"
   "movew %d6,%d0\n"
   "0x441dc46"
<- " <mgt_rle_eth_init+1718 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:357>:\ttarget_xfer_memory
 (0x441dc46, xxx, 2, read, xxx) = 2, bytes = 32 00\n"
   "movew %d0,%d1\n"
   "0x441dc48"
<- " <mgt_rle_eth_init+1720 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:357>:\ttarget_xfer_memory
 (0x441dc48, xxx, 2, read, xxx) = 2, bytes = d0 40\n"
   "addw %d0,%d0\n"
   "0x441dc4a <mgt_rle_eth_init+1722 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:357>:\ttarget_xfer_memory
 (0x441dc4a, xxx, 2, read, xxx) = 2, bytes = d0 41\n"
   "addw %d1,%d0\n"
   "0x441dc4c <mgt_rle_eth_init+1724 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:357>:\ttarget_xfer_memory
 (0x441dc4c, xxx, 2, read, xxx) = 2, bytes = d0 40\n"
   "addw %d0,%d0\n"
   "0x441dc4e <mgt_rle_eth_init+1726 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:357>:\ttarget_xfer_memory
 (0x441dc4e, xxx, 2, read, xxx) = 2, bytes = 32 02\n"
   "movew %d2,%d1\n"
   "0x441dc50 <mgt_rle_eth_init+1728 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:357>:\ttarget_xfer_memory
 (0x441dc50, xxx, 2, read, xxx) = 2, bytes = c2 fc\n"
   "target_xfer_memory (0x441dc52, xxx, 2, read, xxx) = 2, bytes = 05 44\n"
   "muluw #1348,%d1\n"
   "0x441dc54 <mgt_rle_eth_init+1732 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:357>:\ttarget_xfer_memory
 (0x441dc54, xxx, 2, read, xxx) = 2, bytes = d2 40\n"
   "addw %d0,%d1\n"
   "0x441dc56"
<- " <mgt_rle_eth_init+1734 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:357>:\ttarget_xfer_memory
 (0x441dc56, xxx, 2, read, xxx) = 2, bytes = d2 44\n"
   "addw %d4,%d1\n"
   "0x441dc58"
<- " <mgt_rle_eth_init+1736 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:357>:\ttarget_xfer_memory
 (0x441dc58, xxx, 2, read, xxx) = 2, bytes = 20 01\n"
   "movel %d1,%d0\n"
   "0x441dc5a"
<- " <mgt_rle_eth_init+1738 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:357>:\ttarget_xfer_memory
 (0x441dc5a, xxx, 2, read, xxx) = 2, bytes = 22 1f\n"
   "movel address@hidden,%d1\n"
   "0x441dc5c"
<- " <mgt_rle_eth_init+1740 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:357>:\ttarget_xfer_memory
 (0x441dc5c, xxx, 2, read, xxx) = 2, bytes = 20 7c\n"
   "target_xfer_memory (0x441dc5e, xxx, 4, read, xxx) = 4, bytes = 04 5f de 
12\n"
   "moveal #73391634,%a0\n"
   "0x441dc62"
<- " <mgt_rle_eth_init+1746 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:357>:\ttarget_xfer_memory
 (0x441dc62, xxx, 2, read, xxx) = 2, bytes = 11 81\n"
   "target_xfer_memory (0x441dc64, xxx, 2, read, xxx) = 2, bytes = 00 00\n"
   "moveb %d1,%a0@(00000000,%d0:w)\n"
   "0x441dc66"
<- " <mgt_rle_eth_init"
<- "+1750"
<- " at /home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:356"
<- ">"
<- ":\t"
<- "target_xfer_memory (0x441dc66, xxx, 2, read, xxx) = 2"
<- ", bytes ="
<- " 52"
<- " 84"
<- ""
<- "addql"
<- " #1,%d4\n"
   "0x441dc68 <mgt_rle_eth_init+1752 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:356>:\ttarget_xfer_memory
 (0x441dc68, xxx, 2, read, xxx) = 2, bytes = 70 06\n"
   "moveq #6,%d0\n"
   "0x441dc6a <mgt_rle_eth_init+1754 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:356>:\ttarget_xfer_memory
 (0x441dc6a, xxx, 2, read, xxx) = 2, bytes = b0 84\n"
   "cmpl %d4,%d0\n"
   "0x441dc6c <mgt_rle_eth_init+1756 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:356>:\ttarget_xfer_memory
 (0x441dc6c, xxx, 2, read, xxx) = 2, bytes = 62 ae\n"
   "bhis 0x441dc1c <mgt_rle_eth_init+1676 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:357>\n"
   "0x441dc6e <mgt_rle_eth_init+1758 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:364>:\ttarget_xfer_memory
 (0x441dc6e, xxx, 2, read, xxx) = 2, bytes = 48 78\n"
   "target_xfer_memory (0x441dc70, xxx, 2, read, xxx) = 2, bytes = 00 01\n"
   "pea 0x1\n"
   "0x441dc72 <mgt_rle_eth_init+1762 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:364>:\ttarget_xfer_memory
 (0x441dc72, xxx, 2, read, xxx) = 2, bytes = 20 06\n"
   "movel %d6,%d0\n"
   "0x441dc74 <mgt_rle_eth_init+1764 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:364>:\ttarget_xfer_memory
 (0x441dc74, xxx, 2, read, xxx) = 2, bytes = d0 80\n"
   "addl %d0,%d0\n"
   "0x441dc76 <mgt_rle_eth_init+1766 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:364>:\ttarget_xfer_memory
 (0x441dc76, xxx, 2, read, xxx) = 2, bytes = d0 86\n"
   "addl %d6,%d0\n"
   "0x441dc78 <mgt_rle_eth_init+1768 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:364>:\ttarget_xfer_memory
 (0x441dc78, xxx, 2, read, xxx) = 2, bytes ="
<- " d0 80\n"
   "addl %d0,%d0\n"
   "0x441dc7a <mgt_rle_eth_init+1770 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:364>:\ttarget_xfer_memory
 (0x441dc7a, xxx, 2, read, xxx) = 2, bytes = 2f 00\n"
   "movel %d0,address@hidden"
   "0x441dc7c <mgt_rle_eth_init+1772 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:364>:\ttarget_xfer_memory
 (0x441dc7c, xxx, 2, read, xxx) = 2, bytes = 20 03\n"
   "movel %d3,%d0\n"
   "0x441dc7e <mgt_rle_eth_init+1774 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:364>:\ttarget_xfer_memory
 (0x441dc7e, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441dc80 <mgt_rle_eth_init+1776 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:364>:\ttarget_xfer_memory
 (0x441dc80, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441dc82 <mgt_rle_eth_init+1778 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:364>:\ttarget_xfer_memory
 (0x441dc82, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441dc84"
<- " "
<- "<"
<- "mgt_rle_eth_init"
<- "+1780 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:364>:\ttarget_xfer_memory
 (0x441dc84, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441dc86 <mgt_rle_eth_init+1782 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:364>:\ttarget_xfer_memory
 (0x441dc86, xxx, 2, read, xxx) = 2, bytes = e9 88\n"
   "lsll #4,%d0\n"
   "0x441dc88 <mgt_rle_eth_init+1784 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:364>:\ttarget_xfer_memory
 (0x441dc88, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441dc8a <mgt_rle_eth_init+1786 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:364>:\ttarget_xfer_memory
 (0x441dc8a, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441dc8c"
<- " "
<- "<"
<- "mgt_rle_eth_init"
<- "+1788"
<- " at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:364>:\ttarget_xfer_memory
 (0x441dc8c, xxx, 2, read, xxx) = 2, bytes = d0 8a\n"
   "addl %a2,%d0\n"
   "0x441dc8e <mgt_rle_eth_init+1790 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:364>:\ttarget_xfer_memory
 (0x441dc8e, xxx, 2, read, xxx) = 2, bytes = d0 9f\n"
   "addl address@hidden,%d0\n"
   "0x441dc90 <mgt_rle_eth_init+1792 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:364>:\ttarget_xfer_memory
 (0x441dc90, xxx, 2, read, xxx) = 2, bytes = 20 40\n"
   "moveal %d0,%a0\n"
   "0x441dc92 <mgt_rle_eth_init+1794 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:364>:\ttarget_xfer_memory
 (0x441dc92, xxx, 2, read, xxx) = 2, bytes = 10 28\n"
   "target_xfer_memory (0x441dc94, xxx, 2, read, xxx) = 2, bytes = 00 28\n"
   "moveb %a0@(40),%d0\n"
   "0x441dc96 <mgt_rle_eth_init+1798 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:364>:\ttarget_xfer_memory
 (0x441dc96, xxx, 2, read, xxx) = 2, bytes = 02 80\n"
   "target_xfer_memory (0x441dc98, xxx, 4, read, xxx) = 4, bytes = 00 00 00 
ff\n"
   "andil #255,%d0\n"
   "0x441dc9c <mgt_rle_eth_init+1804 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:364>:\ttarget_xfer_memory
 (0x441dc9c, xxx, 2, read, xxx) = 2, bytes = 2f 00\n"
   "movel %d0,address@hidden"
   "0x441dc9e"
<- " "
<- "<"
<- "mgt_rle_eth_init"
<- "+1806 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:364>:\ttarget_xfer_memory
 (0x441dc9e, xxx, 2, read, xxx) = 2, bytes = 30 02\n"
   "movew %d2,%d0\n"
   "0x441dca0"
<- " "
<- "<mgt_rle_eth_init+1808 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:364>:\ttarget_xfer_memory
 (0x441dca0, xxx, 2, read, xxx) = 2, bytes = c0 fc\n"
   "target_xfer_memory (0x441dca2, xxx, 2, read, xxx) = 2, bytes = 05 44\n"
   "muluw #1348,%d0\n"
   "0x441dca4"
<- " <mgt_rle_eth_init+1812 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:364>:\ttarget_xfer_memory
 (0x441dca4, xxx, 2, read, xxx) = 2, bytes = 20 7c\n"
   "target_xfer_memory (0x441dca6, xxx, 4, read, xxx) = 4, bytes = 04 5f dd 
fe\n"
   "moveal #73391614,%a0\n"
   "0x441dcaa"
<- " <mgt_rle_eth_init+1818 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:364>:\ttarget_xfer_memory
 (0x441dcaa, xxx, 2, read, xxx) = 2, bytes = 2f 30\n"
   "target_xfer_memory (0x441dcac, xxx, 2, read, xxx) = 2, bytes = 00 00\n"
   "movel %a0@(00000000,%d0:w),address@hidden"
   "0x441dcae"
<- " <mgt_rle_eth_init+1822 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:364>:\ttarget_xfer_memory
 (0x441dcae, xxx, 2, read, xxx) = 2, bytes = 4e b9\n"
   "target_xfer_memory (0x441dcb0, xxx, 4, read, xxx) = 4, bytes = 04 41 d1 
c6\n"
   "jsr 0x441d1c6"
<- " <mgt_rle_eth_addr_req at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/eth_clus.c:356>\n"
   "0x441dcb4"
<- " <mgt_rle_eth_init+1828 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:364>:\ttarget_xfer_memory
 (0x441dcb4, xxx, 2, read, xxx) = 2, bytes = 4f ef\n"
   "target_xfer_memory (0x441dcb6, xxx, 2, read, xxx) = 2, bytes = 00 0c\n"
   "lea %sp@(12),%sp\n"
   "0x441dcb8"
<- " <mgt_rle_eth_init+1832 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:364>:\ttarget_xfer_memory
 (0x441dcb8, xxx, 2, read, xxx) = 2, bytes = 2a 00\n"
   "movel %d0,%d5\n"
   "0x441dcba"
<- " <mgt_rle_eth_init+1834 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:355>:\ttarget_xfer_memory
 (0x441dcba, xxx, 2, read, xxx) = 2, bytes = 52 86\n"
   "addql #1,%d6\n"
   "0x441dcbc"
<- " <mgt_rle_eth_init+1836 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:355>:\ttarget_xfer_memory
 (0x441dcbc, xxx, 2, read, xxx) = 2, bytes = 30 02\n"
   "movew %d2,%d0\n"
   "0x441dcbe <mgt_rle_eth_init+1838 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:355>:\ttarget_xfer_memory
 (0x441dcbe, xxx, 2, read, xxx) = 2, bytes = c0 fc\n"
   "target_xfer_memory (0x441dcc0, xxx, 2, read, xxx) = 2, bytes = 05 44\n"
   "muluw #1348,%d0\n"
   "0x441dcc2 <mgt_rle_eth_init+1842 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:355>:\ttarget_xfer_memory
 (0x441dcc2, xxx, 2, read, xxx) = 2, bytes = 20 7c\n"
   "target_xfer_memory (0x441dcc4, xxx, 4, read, xxx) = 4, bytes = 04 5f de 
0e\n"
   "moveal #73391630,%a0\n"
   "0x441dcc8 <mgt_rle_eth_init+1848 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:355>:\ttarget_xfer_memory
 (0x441dcc8, xxx, 2, read, xxx) = 2, bytes = 20 30\n"
   "target_xfer_memory (0x441dcca, xxx, 2, read, xxx) = 2, bytes = 00 00\n"
   "movel %a0@(00000000,%d0:w),%d0\n"
   "0x441dccc <mgt_rle_eth_init+1852 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:355>:\ttarget_xfer_memory
 (0x441dccc, xxx, 2, read, xxx) = 2, bytes = b0 86\n"
   "cmpl %d6,%d0\n"
   "0x441dcce <mgt_rle_eth_init+1854 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:355>:\ttarget_xfer_memory
 (0x441dcce, xxx, 2, read, xxx) = 2, bytes = 62 00\n"
   "target_xfer_memory (0x441dcd0, xxx, 2, read, xxx) = 2, bytes = ff 48\n"
   "bhiw 0x441dc18 <mgt_rle_eth_init+1672 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:356>\n"
   "0x441dcd2 <mgt_rle_eth_init+1858 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:369>"
<- ":\ttarget_xfer_memory (0x441dcd2, xxx, 2, read, xxx) = 2, bytes = 20 03\n"
   "movel %d3,%d0\n"
   "0x441dcd4"
<- " <mgt_rle_eth_init+1860 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:369>:\ttarget_xfer_memory
 (0x441dcd4, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441dcd6"
<- " <mgt_rle_eth_init+1862 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:369>:\ttarget_xfer_memory
 (0x441dcd6, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441dcd8"
<- " <mgt_rle_eth_init+1864 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:369>:\ttarget_xfer_memory
 (0x441dcd8, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441dcda"
<- " <mgt_rle_eth_init+1866 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:369>:\ttarget_xfer_memory
 (0x441dcda, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441dcdc <mgt_rle_eth_init+1868 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:369>:\ttarget_xfer_memory
 (0x441dcdc, xxx, 2, read, xxx) = 2, bytes = e9 88\n"
   "lsll #4,%d0\n"
   "0x441dcde"
<- " <mgt_rle_eth_init+1870 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:369>:\ttarget_xfer_memory
 (0x441dcde, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441dce0"
<- " <mgt_rle_eth_init+1872 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:369>:\ttarget_xfer_memory
 (0x441dce0, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441dce2 <mgt_rle_eth_init+1874 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:369>:\ttarget_xfer_memory
 (0x441dce2, xxx, 2, read, xxx) = 2, bytes = 20 40\n"
   "moveal %d0,%a0\n"
   "0x441dce4 <mgt_rle_eth_init+1876 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:369>:\ttarget_xfer_memory
 (0x441dce4, xxx, 2, read, xxx) = 2, bytes = 2f 32\n"
   "target_xfer_memory (0x441dce6, xxx, 2, read, xxx) = 2, bytes = 88 4c\n"
   "movel %a2@(0000004c,%a0:l),address@hidden"
   "0x441dce8 <mgt_rle_eth_init+1880 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:369>:\ttarget_xfer_memory
 (0x441dce8, xxx, 2, read, xxx) = 2, bytes = 30 02\n"
   "movew %d2,%d0\n"
   "0x441dcea <mgt_rle_eth_init+1882 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:369>:\ttarget_xfer_memory
 (0x441dcea, xxx, 2, read, xxx) = 2, bytes = c0 fc\n"
   "target_xfer_memory (0x441dcec, xxx, 2, read, xxx) = 2, bytes = 05 44\n"
   "muluw #1348,%d0\n"
   "0x441dcee"
<- " <mgt_rle_eth_init+1886 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:369>:\ttarget_xfer_memory
 (0x441dcee, xxx, 2, read, xxx) = 2, bytes = 22 1f\n"
   "movel address@hidden,%d1\n"
   "0x441dcf0"
<- " <mgt_rle_eth_init+1888 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:369>:\ttarget_xfer_memory
 (0x441dcf0, xxx, 2, read, xxx) = 2, bytes = 20 7c\n"
   "target_xfer_memory (0x441dcf2, xxx, 4, read, xxx) = 4, bytes = 04 5f de 
36\n"
   "moveal #73391670,%a0\n"
   "0x441dcf6"
<- " <mgt_rle_eth_init+1894 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:369>:\ttarget_xfer_memory
 (0x441dcf6, xxx, 2, read, xxx) = 2, bytes = 21 81\n"
   "target_xfer_memory (0x441dcf8, xxx, 2, read, xxx) = 2, bytes = 00 00\n"
   "movel %d1,%a0@(00000000,%d0:w)\n"
   "0x441dcfa"
<- " <mgt_rle_eth_init+1898 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:370>:\ttarget_xfer_memory
 (0x441dcfa, xxx, 2, read, xxx) = 2, bytes = 20 03\n"
   "movel %d3,%d0\n"
   "0x441dcfc <mgt_rle_eth_init+1900 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:370>:\ttarget_xfer_memory
 (0x441dcfc, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441dcfe <mgt_rle_eth_init+1902 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:370>:\ttarget_xfer_memory
 (0x441dcfe, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441dd00 <mgt_rle_eth_init+1904 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:370>:\ttarget_xfer_memory
 (0x441dd00, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441dd02 <mgt_rle_eth_init+1906 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:370>:\ttarget_xfer_memory
 (0x441dd02, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441dd04 <mgt_rle_eth_init+1908 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:370>:\ttarget_xfer_memory
 (0x441dd04, xxx, 2, read, xxx) = 2, bytes = e9 88\n"
   "lsll #4,%d0\n"
   "0x441dd06"
<- " <mgt_rle_eth_init+1910 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:370>:\ttarget_xfer_memory
 (0x441dd06, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441dd08 <mgt_rle_eth_init+1912 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:370>:\ttarget_xfer_memory
 (0x441dd08, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441dd0a <mgt_rle_eth_init+1914 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:370>:\ttarget_xfer_memory
 (0x441dd0a, xxx, 2, read, xxx) = 2, bytes = 20 40\n"
   "moveal %d0,%a0\n"
   "0x441dd0c <mgt_rle_eth_init+1916 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:370>:\ttarget_xfer_memory
 (0x441dd0c, xxx, 2, read, xxx) = 2, bytes = 2f 32\n"
   "target_xfer_memory (0x441dd0e, xxx, 2, read, xxx) = 2, bytes = 88 50\n"
   "movel %a2@(00000050,%a0:l),address@hidden"
   "0x441dd10 <mgt_rle_eth_init+1920 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:370>:\ttarget_xfer_memory
 (0x441dd10, xxx, 2, read, xxx) = 2, bytes = 30 02\n"
   "movew %d2,%d0\n"
   "0x441dd12 <mgt_rle_eth_init+1922 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:370>:\ttarget_xfer_memory
 (0x441dd12, xxx, 2, read, xxx) = 2, bytes = c0 fc\n"
   "target_xfer_memory (0x441dd14, xxx, 2, read, xxx) = 2, bytes = 05 44\n"
   "muluw #1348,%d0\n"
   "0x441dd16 <mgt_rle_eth_init+1926 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:370>:\ttarget_xfer_memory
 (0x441dd16, xxx, 2, read, xxx) = 2, bytes = 22 1f\n"
   "movel address@hidden,%d1\n"
   "0x441dd18 <mgt_rle_eth_init+1928 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:370>:\ttarget_xfer_memory
 (0x441dd18, xxx, 2, read, xxx) = 2, bytes = 20 7c\n"
   "target_xfer_memory (0x441dd1a, xxx, 4, read, xxx) = 4, bytes ="
<- " 04 5f de 3a\n"
   "moveal #73391674,%a0\n"
   "0x441dd1e <mgt_rle_eth_init+1934 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:370>:\ttarget_xfer_memory
 (0x441dd1e, xxx, 2, read, xxx) = 2, bytes = 21 81\n"
   "target_xfer_memory (0x441dd20, xxx, 2, read, xxx) = 2, bytes = 00 00\n"
   "movel %d1,%a0@(00000000,%d0:w)\n"
   "0x441dd22 <mgt_rle_eth_init+1938 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:371>:\ttarget_xfer_memory
 (0x441dd22, xxx, 2, read, xxx) = 2, bytes = 20 03\n"
   "movel %d3,%d0\n"
   "0x441dd24"
<- " "
<- "<"
<- "mgt_rle_eth_init"
<- "+1940"
<- " at /home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:371"
<- ">"
<- ":\t"
<- "target_xfer_memory (0x441dd24, xxx, 2, read, xxx) = 2"
<- ", bytes ="
<- " e5"
<- " 88\n"
   "lsll #2,%d0\n"
   "0x441dd26 <mgt_rle_eth_init+1942 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:371>:\ttarget_xfer_memory
 (0x441dd26, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441dd28 <mgt_rle_eth_init+1944 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:371>:\ttarget_xfer_memory
 (0x441dd28, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441dd2a <mgt_rle_eth_init+1946 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:371>:\ttarget_xfer_memory
 (0x441dd2a, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441dd2c <mgt_rle_eth_init+1948 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:371>:\ttarget_xfer_memory
 (0x441dd2c, xxx, 2, read, xxx) = 2, bytes = e9 88\n"
   "lsll #4,%d0\n"
   "0x441dd2e <mgt_rle_eth_init+1950 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:371>:\ttarget_xfer_memory
 (0x441dd2e, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441dd30 <mgt_rle_eth_init+1952 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:371>:\ttarget_xfer_memory
 (0x441dd30, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441dd32 <mgt_rle_eth_init+1954 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:371>:\t"
<- "target_xfer_memory (0x441dd32, xxx, 2, read, xxx) = 2, bytes = 20 40\n"
   "moveal %d0,%a0\n"
   "0x441dd34 <mgt_rle_eth_init+1956 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:371>:\ttarget_xfer_memory
 (0x441dd34, xxx, 2, read, xxx) = 2, bytes = 2f 32\n"
   "target_xfer_memory (0x441dd36, xxx, 2, read, xxx) = 2, bytes = 88 54\n"
   "movel %a2@(00000054,%a0:l),address@hidden"
   "0x441dd38"
<- " "
<- "<mgt_rle_eth_init+1960 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:371>:\ttarget_xfer_memory
 (0x441dd38, xxx, 2, read, xxx) = 2, bytes = 30 02\n"
   "movew %d2,%d0\n"
   "0x441dd3a <mgt_rle_eth_init+1962 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:371>:\ttarget_xfer_memory
 (0x441dd3a, xxx, 2, read, xxx) = 2, bytes = c0 fc\n"
   "target_xfer_memory (0x441dd3c, xxx, 2, read, xxx) = 2, bytes = 05 44\n"
   "muluw #1348,%d0\n"
   "0x441dd3e <mgt_rle_eth_init+1966 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:371>:\ttarget_xfer_memory
 (0x441dd3e, xxx, 2, read, xxx) = 2, bytes = 22 1f\n"
   "movel address@hidden,%d1\n"
   "0x441dd40 <mgt_rle_eth_init+1968 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:371>:\ttarget_xfer_memory
 (0x441dd40, xxx, 2, read, xxx) = 2, bytes = 20 7c\n"
   "target_xfer_memory (0x441dd42, xxx, 4, read, xxx) = 4, bytes = 04 5f de 
3e\n"
   "moveal #73391678,%a0\n"
   "0x441dd46"
<- " "
<- "<"
<- "mgt_rle_eth_init"
<- "+1974 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:371>:\ttarget_xfer_memory
 (0x441dd46, xxx, 2, read, xxx) = 2, bytes = 21 81\n"
   "target_xfer_memory (0x441dd48, xxx, 2, read, xxx) = 2, bytes = 00 00\n"
   "movel %d1,%a0@(00000000,%d0:w)\n"
   "0x441dd4a <mgt_rle_eth_init+1978 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:374>:\ttarget_xfer_memory
 (0x441dd4a, xxx, 2, read, xxx) = 2, bytes = 20 03\n"
   "movel %d3,%d0\n"
   "0x441dd4c <mgt_rle_eth_init+1980 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:374>:\ttarget_xfer_memory
 (0x441dd4c, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441dd4e <mgt_rle_eth_init+1982 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:374>:\ttarget_xfer_memory
 (0x441dd4e, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441dd50 <mgt_rle_eth_init+1984 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:374>:\ttarget_xfer_memory
 (0x441dd50, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441dd52 <mgt_rle_eth_init+1986 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:374>:\ttarget_xfer_memory
 (0x441dd52, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441dd54"
<- " "
<- "<"
<- "mgt_rle_eth_init"
<- "+1988"
<- " at /home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:374"
<- ">:\ttarget_xfer_memory (0x441dd54, xxx, 2, read, xxx) = 2, bytes = e9 88\n"
   "lsll #4,%d0\n"
   "0x441dd56"
<- " <mgt_rle_eth_init+1990 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:374>:\ttarget_xfer_memory
 (0x441dd56, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441dd58"
<- " <mgt_rle_eth_init+1992 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:374>:\ttarget_xfer_memory
 (0x441dd58, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441dd5a"
<- " <mgt_rle_eth_init+1994 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:374>:\ttarget_xfer_memory
 (0x441dd5a, xxx, 2, read, xxx) = 2, bytes = 20 40\n"
   "moveal %d0,%a0\n"
   "0x441dd5c"
<- " <mgt_rle_eth_init+1996 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:374>:\ttarget_xfer_memory
 (0x441dd5c, xxx, 2, read, xxx) = 2, bytes = 2f 32\n"
   "target_xfer_memory (0x441dd5e, xxx, 2, read, xxx) = 2, bytes = 88 64\n"
   "movel %a2@(00000064,%a0:l),address@hidden"
   "0x441dd60"
<- " <mgt_rle_eth_init+2000 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:374>:\ttarget_xfer_memory
 (0x441dd60, xxx, 2, read, xxx) = 2, bytes = 30 02\n"
   "movew %d2,%d0\n"
   "0x441dd62"
<- " <mgt_rle_eth_init+2002 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:374>:\ttarget_xfer_memory
 (0x441dd62, xxx, 2, read, xxx) = 2, bytes = c0 fc\n"
   "target_xfer_memory (0x441dd64, xxx, 2, read, xxx) = 2, bytes = 05 44\n"
   "muluw #1348,%d0\n"
   "0x441dd66"
<- " <mgt_rle_eth_init+2006 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:374>:\ttarget_xfer_memory
 (0x441dd66, xxx, 2, read, xxx) = 2, bytes = 22 1f\n"
   "movel address@hidden,%d1\n"
   "0x441dd68"
<- " <mgt_rle_eth_init+2008 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:374>:\ttarget_xfer_memory
 (0x441dd68, xxx, 2, read, xxx) = 2, bytes = 20 7c\n"
   "target_xfer_memory (0x441dd6a, xxx, 4, read, xxx) = 4, bytes = 04 5f de 
4e\n"
   "moveal #73391694,%a0\n"
   "0x441dd6e <mgt_rle_eth_init+2014 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:374>:\ttarget_xfer_memory
 (0x441dd6e, xxx, 2, read, xxx) = 2, bytes = 21 81\n"
   "target_xfer_memory (0x441dd70, xxx, 2, read, xxx) = 2, bytes = 00 00\n"
   "movel %d1,%a0@(00000000,%d0:w)\n"
   "0x441dd72 <mgt_rle_eth_init+2018 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:375>:\ttarget_xfer_memory
 (0x441dd72, xxx, 2, read, xxx) = 2, bytes = 20 03\n"
   "movel %d3,%d0\n"
   "0x441dd74 <mgt_rle_eth_init+2020 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:375>:\ttarget_xfer_memory
 (0x441dd74, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441dd76 <mgt_rle_eth_init+2022 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:375>:\ttarget_xfer_memory
 (0x441dd76, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441dd78 <mgt_rle_eth_init+2024 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:375>:\ttarget_xfer_memory
 (0x441dd78, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441dd7a <mgt_rle_eth_init+2026 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:375>:\ttarget_xfer_memory
 (0x441dd7a, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441dd7c <mgt_rle_eth_init+2028 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:375>:\ttarget_xfer_memory
 (0x441dd7c, xxx, 2, read, xxx) = 2, bytes ="
<- " e9 88\n"
   "lsll #4,%d0\n"
   "0x441dd7e <mgt_rle_eth_init+2030 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:375>:\ttarget_xfer_memory
 (0x441dd7e, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441dd80"
<- " <mgt_rle_eth_init+2032 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:375>:\ttarget_xfer_memory
 (0x441dd80, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441dd82"
<- " <mgt_rle_eth_init+2034 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:375>:\ttarget_xfer_memory
 (0x441dd82, xxx, 2, read, xxx) = 2, bytes = 20 40\n"
   "moveal %d0,%a0\n"
   "0x441dd84"
<- " <mgt_rle_eth_init+2036 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:375>:\ttarget_xfer_memory
 (0x441dd84, xxx, 2, read, xxx) = 2, bytes = 20 32\n"
   "target_xfer_memory (0x441dd86, xxx, 2, read, xxx) = 2, bytes = 88 64\n"
   "movel %a2@(00000064,%a0:l),%d0\n"
   "0x441dd88 <mgt_rle_eth_init+2040 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:375>:\ttarget_xfer_memory
 (0x441dd88, xxx, 2, read, xxx) = 2, bytes = 13 c0\n"
   "target_xfer_memory (0x441dd8a, xxx, 4, read, xxx) = 4, bytes = 04 5f e3 
4a\n"
   "moveb %d0,0x45fe34a <p_filtre>\n"
   "0x441dd8e"
<- " <mgt_rle_eth_init+2046 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:378>:\ttarget_xfer_memory
 (0x441dd8e, xxx, 2, read, xxx) = 2, bytes = 78 00\n"
   "moveq #0,%d4\n"
   "0x441dd90"
<- " <mgt_rle_eth_init+2048 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:378>:\ttarget_xfer_memory
 (0x441dd90, xxx, 2, read, xxx) = 2, bytes = 60 6e\n"
   "bras 0x441de00 <mgt_rle_eth_init+2160 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:378>\n"
   "0x441dd92 <mgt_rle_eth_init+2050 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:379>:\ttarget_xfer_memory
 (0x441dd92, xxx, 2, read, xxx) = 2, bytes = 20 03\n"
   "movel %d3,%d0\n"
   "0x441dd94 <mgt_rle_eth_init+2052 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:379>:\ttarget_xfer_memory
 (0x441dd94, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441dd96 <mgt_rle_eth_init+2054 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:379>:\ttarget_xfer_memory
 (0x441dd96, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441dd98"
<- " <mgt_rle_eth_init+2056 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:379>:\ttarget_xfer_memory
 (0x441dd98, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441dd9a <mgt_rle_eth_init+2058 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:379>:\ttarget_xfer_memory
 (0x441dd9a, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441dd9c"
<- " <mgt_rle_eth_init+2060 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:379>:\ttarget_xfer_memory
 (0x441dd9c, xxx, 2, read, xxx) = 2, bytes = e9 88\n"
   "lsll #4,%d0\n"
   "0x441dd9e"
<- " <mgt_rle_eth_init+2062 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:379>:\ttarget_xfer_memory
 (0x441dd9e, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441dda0"
<- " <mgt_rle_eth_init+2064 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:379>:\ttarget_xfer_memory
 (0x441dda0, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441dda2 <mgt_rle_eth_init+2066 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:379>:\ttarget_xfer_memory
 (0x441dda2, xxx, 2, read, xxx) = 2, bytes = d0 8a\n"
   "addl %a2,%d0\n"
   "0x441dda4 <mgt_rle_eth_init+2068 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:379>:\ttarget_xfer_memory
 (0x441dda4, xxx, 2, read, xxx) = 2, bytes = 22 04\n"
   "movel %d4,%d1\n"
   "0x441dda6 <mgt_rle_eth_init+2070 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:379>:\ttarget_xfer_memory
 (0x441dda6, xxx, 2, read, xxx) = 2, bytes = e5 89\n"
   "lsll #2,%d1\n"
   "0x441dda8 <mgt_rle_eth_init+2072 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:379>:\ttarget_xfer_memory
 (0x441dda8, xxx, 2, read, xxx) = 2, bytes = d0 81\n"
   "addl %d1,%d0\n"
   "0x441ddaa <mgt_rle_eth_init+2074 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:379>:\ttarget_xfer_memory
 (0x441ddaa, xxx, 2, read, xxx) = 2, bytes = 06 80\n"
   "target_xfer_memory (0x441ddac, xxx, 4, read, xxx) = 4, bytes = 00 00 00 
68\n"
   "addil #104,%d0\n"
   "0x441ddb0 <mgt_rle_eth_init+2080 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:379>:\ttarget_xfer_memory
 (0x441ddb0, xxx, 2, read, xxx) = 2, bytes = 32 04\n"
   "movew %d4,%d1\n"
   "0x441ddb2"
<- " <mgt_rle_eth_init+2082 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:379>:\ttarget_xfer_memory
 (0x441ddb2, xxx, 2, read, xxx) = 2, bytes = e5 49\n"
   "lslw #2,%d1\n"
   "0x441ddb4"
<- " <mgt_rle_eth_init+2084 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:379>:\ttarget_xfer_memory
 (0x441ddb4, xxx, 2, read, xxx) = 2, bytes = 20 7c\n"
   "target_xfer_memory (0x441ddb6, xxx, 4, read, xxx) = 4, bytes = 04 5f e3 
4e\n"
   "moveal #73392974,%a0\n"
   "0x441ddba"
<- " <mgt_rle_eth_init+2090 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:379>:\ttarget_xfer_memory
 (0x441ddba, xxx, 2, read, xxx) = 2, bytes = 43 f0\n"
   "target_xfer_memory (0x441ddbc, xxx, 2, read, xxx) = 2, bytes = 10 00\n"
   "lea %a0@(00000000,%d1:w),%a1\n"
   "0x441ddbe"
<- " <mgt_rle_eth_init+2094 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:379>:\ttarget_xfer_memory
 (0x441ddbe, xxx, 2, read, xxx) = 2, bytes = 20 40\n"
   "moveal %d0,%a0\n"
   "0x441ddc0"
<- " "
<- "<"
<- "mgt_rle_eth_init"
<- "+2096"
<- " at /home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:379"
<- ">"
<- ":\t"
<- "target_xfer_memory (0x441ddc0, xxx, 2, read, xxx) = 2"
<- ", bytes ="
<- " 22 d8\n"
   "movel address@hidden,address@hidden"
   "0x441ddc2 <mgt_rle_eth_init+2098 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:380>:\ttarget_xfer_memory
 (0x441ddc2, xxx, 2, read, xxx) = 2, bytes = 20 03\n"
   "movel %d3,%d0\n"
   "0x441ddc4 <mgt_rle_eth_init+2100 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:380>:\ttarget_xfer_memory
 (0x441ddc4, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441ddc6 <mgt_rle_eth_init+2102 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:380>:\ttarget_xfer_memory
 (0x441ddc6, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441ddc8 <mgt_rle_eth_init+2104 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:380>:\ttarget_xfer_memory
 (0x441ddc8, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441ddca <mgt_rle_eth_init+2106 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:380>:\ttarget_xfer_memory
 (0x441ddca, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441ddcc <mgt_rle_eth_init+2108 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:380>:\ttarget_xfer_memory
 (0x441ddcc, xxx, 2, read, xxx) = 2, bytes = e9 88\n"
   "lsll #4,%d0\n"
   "0x441ddce <mgt_rle_eth_init+2110 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:380>:\ttarget_xfer_memory
 (0x441ddce, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441ddd0 <mgt_rle_eth_init+2112 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:380>:\ttarget_xfer_memory
 (0x441ddd0, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441ddd2 <mgt_rle_eth_init+2114 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:380>:\ttarget_xfer_memory
 (0x441ddd2, xxx, 2, read, xxx) = 2, bytes ="
<- " d0 8a"
<- "addl %a2,%d0\n"
   "0x441ddd4"
<- " <mgt_rle_eth_init+2116 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:380>:\ttarget_xfer_memory
 (0x441ddd4, xxx, 2, read, xxx) = 2, bytes = 22 04\n"
   "movel %d4,%d1\n"
   "0x441ddd6"
<- " <mgt_rle_eth_init+2118 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:380>:\ttarget_xfer_memory
 (0x441ddd6, xxx, 2, read, xxx) = 2, bytes = e5 89\n"
   "lsll #2,%d1\n"
   "0x441ddd8 <mgt_rle_eth_init+2120 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:380>:\ttarget_xfer_memory
 (0x441ddd8, xxx, 2, read, xxx) = 2, bytes = d0 81\n"
   "addl %d1,%d0\n"
   "0x441ddda <mgt_rle_eth_init+2122 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:380>:\ttarget_xfer_memory
 (0x441ddda, xxx, 2, read, xxx) = 2, bytes = 06 80\n"
   "target_xfer_memory (0x441dddc, xxx, 4, read, xxx) = 4, bytes = 00 00 00 
68\n"
   "addil #104,%d0\n"
   "0x441dde0"
<- " <mgt_rle_eth_init+2128 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:380>:\ttarget_xfer_memory
 (0x441dde0, xxx, 2, read, xxx) = 2, bytes = 32 02\n"
   "movew %d2,%d1\n"
   "0x441dde2"
<- " <mgt_rle_eth_init+2130 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:380>:\ttarget_xfer_memory
 (0x441dde2, xxx, 2, read, xxx) = 2, bytes = c2 fc\n"
   "target_xfer_memory (0x441dde4, xxx, 2, read, xxx) = 2, bytes = 05 44\n"
   "muluw #1348,%d1\n"
   "0x441dde6 <mgt_rle_eth_init+2134 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:380>:\ttarget_xfer_memory
 (0x441dde6, xxx, 2, read, xxx) = 2, bytes = 20 47\n"
   "moveal %d7,%a0\n"
   "0x441dde8"
<- " <mgt_rle_eth_init+2136 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:380>:\ttarget_xfer_memory
 (0x441dde8, xxx, 2, read, xxx) = 2, bytes = 3e 04\n"
   "movew %d4,%d7\n"
   "0x441ddea"
<- " <mgt_rle_eth_init+2138 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:380>:\ttarget_xfer_memory
 (0x441ddea, xxx, 2, read, xxx) = 2, bytes = e5 4f\n"
   "lslw #2,%d7\n"
   "0x441ddec"
<- " <mgt_rle_eth_init+2140 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:380>:\ttarget_xfer_memory
 (0x441ddec, xxx, 2, read, xxx) = 2, bytes = cf 88\n"
   "exg %d7,%a0\n"
   "0x441ddee"
<- " <mgt_rle_eth_init+2142 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:380>:\ttarget_xfer_memory
 (0x441ddee, xxx, 2, read, xxx) = 2, bytes = d2 48\n"
   "addw %a0,%d1\n"
   "0x441ddf0 <mgt_rle_eth_init+2144 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:380>:\ttarget_xfer_memory
 (0x441ddf0, xxx, 2, read, xxx) = 2, bytes = 20 7c\n"
   "target_xfer_memory (0x441ddf2, xxx, 4, read, xxx) = 4, bytes = 04 5f de 
52\n"
   "moveal #73391698,%a0\n"
   "0x441ddf6 <mgt_rle_eth_init+2150 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:380>:\ttarget_xfer_memory
 (0x441ddf6, xxx, 2, read, xxx) = 2, bytes = 43 f0\n"
   "target_xfer_memory (0x441ddf8, xxx, 2, read, xxx) = 2, bytes = 10 00\n"
   "lea %a0@(00000000,%d1:w),%a1\n"
   "0x441ddfa"
<- " <mgt_rle_eth_init+2154 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:380>:\ttarget_xfer_memory
 (0x441ddfa, xxx, 2, read, xxx) = 2, bytes = 20 40\n"
   "moveal %d0,%a0\n"
   "0x441ddfc <mgt_rle_eth_init+2156 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:380>:\ttarget_xfer_memory
 (0x441ddfc, xxx, 2, read, xxx) = 2, bytes = 22 d8\n"
   "movel address@hidden,address@hidden"
   "0x441ddfe"
<- " <mgt_rle_eth_init+2158 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:378>:\ttarget_xfer_memory
 (0x441ddfe, xxx, 2, read, xxx) = 2, bytes = 52 84\n"
   "addql #1,%d4\n"
   "0x441de00"
<- " <mgt_rle_eth_init+2160 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:378>:\ttarget_xfer_memory
 (0x441de00, xxx, 2, read, xxx) = 2, bytes = 70 40\n"
   "moveq #64,%d0\n"
   "0x441de02"
<- " <mgt_rle_eth_init+2162 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:378>:\ttarget_xfer_memory
 (0x441de02, xxx, 2, read, xxx) = 2, bytes = b0 84\n"
   "cmpl %d4,%d0\n"
   "0x441de04"
<- " <mgt_rle_eth_init+2164 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:378>:\ttarget_xfer_memory
 (0x441de04, xxx, 2, read, xxx) = 2, bytes = 62 8c\n"
   "bhis 0x441dd92 <mgt_rle_eth_init+2050 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:379>\n"
   "0x441de06"
<- " "
<- "<"
<- "mgt_rle_eth_init"
<- "+2166"
<- " at /home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:382"
<- ">"
<- ":\t"
<- "target_xfer_memory (0x441de06, xxx, 2, read, xxx) = 2, bytes = 78 00\n"
   "moveq #0,%d4\n"
   "0x441de08 <mgt_rle_eth_init+2168 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:382>:\ttarget_xfer_memory
 (0x441de08, xxx, 2, read, xxx) = 2, bytes = 60 00\n"
   "target_xfer_memory (0x441de0a, xxx, 2, read, xxx) = 2, bytes = 01 30\n"
   "braw 0x441df3a <mgt_rle_eth_init+2474 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:382>\n"
   "0x441de0c <mgt_rle_eth_init+2172 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:383>:\ttarget_xfer_memory
 (0x441de0c, xxx, 2, read, xxx) = 2, bytes = 20 03\n"
   "movel %d3,%d0\n"
   "0x441de0e <mgt_rle_eth_init+2174 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:383>:\ttarget_xfer_memory
 (0x441de0e, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441de10 <mgt_rle_eth_init+2176 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:383>:\ttarget_xfer_memory
 (0x441de10, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441de12 <mgt_rle_eth_init+2178 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:383>:\ttarget_xfer_memory
 (0x441de12, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441de14 <mgt_rle_eth_init+2180 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:383>:\ttarget_xfer_memory
 (0x441de14, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441de16"
<- " <mgt_rle_eth_init+2182 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:383>:\ttarget_xfer_memory
 (0x441de16, xxx, 2, read, xxx) = 2, bytes = e9 88\n"
   "lsll #4,%d0\n"
   "0x441de18"
<- " <mgt_rle_eth_init+2184 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:383>:\ttarget_xfer_memory
 (0x441de18, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441de1a <mgt_rle_eth_init+2186 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:383>:\ttarget_xfer_memory
 (0x441de1a, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441de1c"
<- " <mgt_rle_eth_init+2188 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:383>:\ttarget_xfer_memory
 (0x441de1c, xxx, 2, read, xxx) = 2, bytes = d0 8a\n"
   "addl %a2,%d0\n"
   "0x441de1e"
<- " <mgt_rle_eth_init+2190 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:383>:\ttarget_xfer_memory
 (0x441de1e, xxx, 2, read, xxx) = 2, bytes = 22 04\n"
   "movel %d4,%d1\n"
   "0x441de20"
<- " "
<- "<mgt_rle_eth_init+2192 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:383>:\ttarget_xfer_memory
 (0x441de20, xxx, 2, read, xxx) = 2, bytes = d2 81\n"
   "addl %d1,%d1\n"
   "0x441de22 <mgt_rle_eth_init+2194 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:383>:\ttarget_xfer_memory
 (0x441de22, xxx, 2, read, xxx) = 2, bytes = d0 81\n"
   "addl %d1,%d0\n"
   "0x441de24 <mgt_rle_eth_init+2196 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:383>:\ttarget_xfer_memory
 (0x441de24, xxx, 2, read, xxx) = 2, bytes = 20 40\n"
   "moveal %d0,%a0\n"
   "0x441de26 <mgt_rle_eth_init+2198 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:383>:\ttarget_xfer_memory
 (0x441de26, xxx, 2, read, xxx) = 2, bytes = 30 28\n"
   "target_xfer_memory (0x441de28, xxx, 2, read, xxx) = 2, bytes = 01 68\n"
   "movew %a0@(360),%d0\n"
   "0x441de2a"
<- " "
<- "<"
<- "mgt_rle_eth_init"
<- "+2202 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:383>:\ttarget_xfer_memory
 (0x441de2a, xxx, 2, read, xxx) = 2, bytes = 32 02\n"
   "movew %d2,%d1\n"
   "0x441de2c <mgt_rle_eth_init+2204 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:383>:\ttarget_xfer_memory
 (0x441de2c, xxx, 2, read, xxx) = 2, bytes = c2 fc\n"
   "target_xfer_memory (0x441de2e, xxx, 2, read, xxx) = 2, bytes = 05 44\n"
   "muluw #1348,%d1\n"
   "0x441de30 <mgt_rle_eth_init+2208 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:383>:\ttarget_xfer_memory
 (0x441de30, xxx, 2, read, xxx) = 2, bytes = 20 47\n"
   "moveal %d7,%a0\n"
   "0x441de32 <mgt_rle_eth_init+2210 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:383>:\ttarget_xfer_memory
 (0x441de32, xxx, 2, read, xxx) = 2, bytes = 3e 04\n"
   "movew %d4,%d7\n"
   "0x441de34 <mgt_rle_eth_init+2212 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:383>:\ttarget_xfer_memory
 (0x441de34, xxx, 2, read, xxx) = 2, bytes = de 47\n"
   "addw %d7,%d7\n"
   "0x441de36"
<- " "
<- "<"
<- "mgt_rle_eth_init"
<- "+2214"
<- " at /home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:383"
<- ">:\ttarget_xfer_memory (0x441de36, xxx, 2, read, xxx) = 2, bytes = cf 88\n"
   "exg %d7,%a0\n"
   "0x441de38"
<- " <mgt_rle_eth_init+2216 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:383>:\ttarget_xfer_memory
 (0x441de38, xxx, 2, read, xxx) = 2, bytes = d2 48\n"
   "addw %a0,%d1\n"
   "0x441de3a <mgt_rle_eth_init+2218 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:383>:\ttarget_xfer_memory
 (0x441de3a, xxx, 2, read, xxx) = 2, bytes = 20 7c\n"
   "target_xfer_memory (0x441de3c, xxx, 4, read, xxx) = 4, bytes = 04 5f df 
52\n"
   "moveal #73391954,%a0\n"
   "0x441de40"
<- " <mgt_rle_eth_init+2224 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:383>:\ttarget_xfer_memory
 (0x441de40, xxx, 2, read, xxx) = 2, bytes = 31 80\n"
   "target_xfer_memory (0x441de42, xxx, 2, read, xxx) = 2, bytes = 10 00\n"
   "movew %d0,%a0@(00000000,%d1:w)\n"
   "0x441de44"
<- " <mgt_rle_eth_init+2228 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:384>:\ttarget_xfer_memory
 (0x441de44, xxx, 2, read, xxx) = 2, bytes = 20 03\n"
   "movel %d3,%d0\n"
   "0x441de46"
<- " <mgt_rle_eth_init+2230 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:384>:\ttarget_xfer_memory
 (0x441de46, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441de48"
<- " <mgt_rle_eth_init+2232 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:384>:\ttarget_xfer_memory
 (0x441de48, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441de4a"
<- " <mgt_rle_eth_init+2234 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:384>:\ttarget_xfer_memory
 (0x441de4a, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441de4c"
<- " <mgt_rle_eth_init+2236 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:384>:\ttarget_xfer_memory
 (0x441de4c, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441de4e <mgt_rle_eth_init+2238 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:384>:\ttarget_xfer_memory
 (0x441de4e, xxx, 2, read, xxx) = 2, bytes = e9 88\n"
   "lsll #4,%d0\n"
   "0x441de50 <mgt_rle_eth_init+2240 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:384>:\ttarget_xfer_memory
 (0x441de50, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441de52 <mgt_rle_eth_init+2242 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:384>:\ttarget_xfer_memory
 (0x441de52, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441de54 <mgt_rle_eth_init+2244 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:384>:\ttarget_xfer_memory
 (0x441de54, xxx, 2, read, xxx) = 2, bytes = d0 8a\n"
   "addl %a2,%d0\n"
   "0x441de56 <mgt_rle_eth_init+2246 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:384>:\ttarget_xfer_memory
 (0x441de56, xxx, 2, read, xxx) = 2, bytes = 22 04\n"
   "movel %d4,%d1\n"
   "0x441de58 <mgt_rle_eth_init+2248 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:384>:\ttarget_xfer_memory
 (0x441de58, xxx, 2, read, xxx) = 2, bytes = e5 89\n"
   "lsll #2,%d1\n"
   "0x441de5a <mgt_rle_eth_init+2250 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:384>:\ttarget_xfer_memory
 (0x441de5a, xxx, 2, read, xxx) = 2, bytes = d0 81\n"
   "addl %d1,%d0\n"
   "0x441de5c <mgt_rle_eth_init+2252 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:384>:\ttarget_xfer_memory
 (0x441de5c, xxx, 2, read, xxx) = 2, bytes ="
<- " 20 40\n"
   "moveal %d0,%a0\n"
   "0x441de5e"
<- " <mgt_rle_eth_init+2254 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:384>:\ttarget_xfer_memory
 (0x441de5e, xxx, 2, read, xxx) = 2, bytes = 20 28\n"
   "target_xfer_memory (0x441de60, xxx, 2, read, xxx) = 2, bytes = 02 30\n"
   "movel %a0@(560),%d0\n"
   "0x441de62"
<- " <mgt_rle_eth_init+2258 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:384>:\ttarget_xfer_memory
 (0x441de62, xxx, 2, read, xxx) = 2, bytes = 32 02\n"
   "movew %d2,%d1\n"
   "0x441de64"
<- " <mgt_rle_eth_init+2260 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:384>:\ttarget_xfer_memory
 (0x441de64, xxx, 2, read, xxx) = 2, bytes = c2 fc\n"
   "target_xfer_memory (0x441de66, xxx, 2, read, xxx) = 2, bytes = 05 44\n"
   "muluw #1348,%d1\n"
   "0x441de68 <mgt_rle_eth_init+2264 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:384>:\ttarget_xfer_memory
 (0x441de68, xxx, 2, read, xxx) = 2, bytes = 20 47\n"
   "moveal %d7,%a0\n"
   "0x441de6a"
<- " <mgt_rle_eth_init+2266 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:384>:\ttarget_xfer_memory
 (0x441de6a, xxx, 2, read, xxx) = 2, bytes = 3e 04\n"
   "movew %d4,%d7\n"
   "0x441de6c"
<- " <mgt_rle_eth_init+2268 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:384>:\ttarget_xfer_memory
 (0x441de6c, xxx, 2, read, xxx) = 2, bytes = e5 4f\n"
   "lslw #2,%d7\n"
   "0x441de6e <mgt_rle_eth_init+2270 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:384>:\ttarget_xfer_memory
 (0x441de6e, xxx, 2, read, xxx) = 2, bytes = cf 88\n"
   "exg %d7,%a0\n"
   "0x441de70 <mgt_rle_eth_init+2272 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:384>:\ttarget_xfer_memory
 (0x441de70, xxx, 2, read, xxx) = 2, bytes = d2 48\n"
   "addw %a0,%d1\n"
   "0x441de72 <mgt_rle_eth_init+2274 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:384>:\ttarget_xfer_memory
 (0x441de72, xxx, 2, read, xxx) = 2, bytes = 20 7c\n"
   "target_xfer_memory (0x441de74, xxx, 4, read, xxx) = 4, bytes = 04 5f e0 
1a\n"
   "moveal #73392154,%a0\n"
   "0x441de78 <mgt_rle_eth_init+2280 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:384>:\ttarget_xfer_memory
 (0x441de78, xxx, 2, read, xxx) = 2, bytes = 21 80\n"
   "target_xfer_memory (0x441de7a, xxx, 2, read, xxx) = 2, bytes = 10 00\n"
   "movel %d0,%a0@(00000000,%d1:w)\n"
   "0x441de7c <mgt_rle_eth_init+2284 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:385>:\ttarget_xfer_memory
 (0x441de7c, xxx, 2, read, xxx) = 2, bytes = 20 03\n"
   "movel %d3,%d0\n"
   "0x441de7e"
<- " <mgt_rle_eth_init+2286 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:385>:\ttarget_xfer_memory
 (0x441de7e, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441de80"
<- " <mgt_rle_eth_init+2288 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:385>:\ttarget_xfer_memory
 (0x441de80, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441de82"
<- " <mgt_rle_eth_init+2290 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:385>:\ttarget_xfer_memory
 (0x441de82, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441de84"
<- " <mgt_rle_eth_init+2292 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:385>:\ttarget_xfer_memory
 (0x441de84, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441de86 <mgt_rle_eth_init+2294 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:385>:\ttarget_xfer_memory
 (0x441de86, xxx, 2, read, xxx) = 2, bytes = e9 88\n"
   "lsll #4,%d0\n"
   "0x441de88 <mgt_rle_eth_init+2296 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:385>:\ttarget_xfer_memory
 (0x441de88, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441de8a <mgt_rle_eth_init+2298 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:385>:\ttarget_xfer_memory
 (0x441de8a, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441de8c <mgt_rle_eth_init+2300 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:385>:\ttarget_xfer_memory
 (0x441de8c, xxx, 2, read, xxx) = 2, bytes = d0 8a\n"
   "addl %a2,%d0\n"
   "0x441de8e <mgt_rle_eth_init+2302 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:385>:\ttarget_xfer_memory
 (0x441de8e, xxx, 2, read, xxx) = 2, bytes = 22 04\n"
   "movel %d4,%d1\n"
   "0x441de90 <mgt_rle_eth_init+2304 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:385>:\ttarget_xfer_memory
 (0x441de90, xxx, 2, read, xxx) = 2, bytes = e5 89\n"
   "lsll #2,%d1\n"
   "0x441de92"
<- " <mgt_rle_eth_init+2306 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:385>:\ttarget_xfer_memory
 (0x441de92, xxx, 2, read, xxx) = 2, bytes = d0 81\n"
   "addl %d1,%d0\n"
   "0x441de94"
<- " <mgt_rle_eth_init+2308 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:385>:\ttarget_xfer_memory
 (0x441de94, xxx, 2, read, xxx) = 2, bytes = 20 40\n"
   "moveal %d0,%a0\n"
   "0x441de96"
<- " <mgt_rle_eth_init+2310 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:385>:\ttarget_xfer_memory
 (0x441de96, xxx, 2, read, xxx) = 2, bytes = 20 28\n"
   "target_xfer_memory (0x441de98, xxx, 2, read, xxx) = 2, bytes = 03 c0\n"
   "movel %a0@(960),%d0\n"
   "0x441de9a"
<- " <mgt_rle_eth_init+2314 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:385>:\ttarget_xfer_memory
 (0x441de9a, xxx, 2, read, xxx) = 2, bytes = 32 02\n"
   "movew %d2,%d1\n"
   "0x441de9c"
<- " <mgt_rle_eth_init+2316 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:385>:\ttarget_xfer_memory
 (0x441de9c, xxx, 2, read, xxx) = 2, bytes = c2 fc\n"
   "target_xfer_memory (0x441de9e, xxx, 2, read, xxx) = 2, bytes = 05 44\n"
   "muluw #1348,%d1\n"
   "0x441dea0"
<- " "
<- "<"
<- "mgt_rle_eth_init+2320 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:385>:\ttarget_xfer_memory
 (0x441dea0, xxx, 2, read, xxx) = 2, bytes = 20 47\n"
   "moveal %d7,%a0\n"
   "0x441dea2"
<- " "
<- "<"
<- "mgt_rle_eth_init"
<- "+2322 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:385>:\ttarget_xfer_memory
 (0x441dea2, xxx, 2, read, xxx) = 2, bytes = 3e 04\n"
   "movew %d4,%d7\n"
   "0x441dea4 <mgt_rle_eth_init+2324 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:385>:\ttarget_xfer_memory
 (0x441dea4, xxx, 2, read, xxx) = 2, bytes = e5 4f\n"
   "lslw #2,%d7\n"
   "0x441dea6 <mgt_rle_eth_init+2326 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:385>:\ttarget_xfer_memory
 (0x441dea6, xxx, 2, read, xxx) = 2, bytes = cf 88\n"
   "exg %d7,%a0\n"
   "0x441dea8 <mgt_rle_eth_init+2328 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:385>:\ttarget_xfer_memory
 (0x441dea8, xxx, 2, read, xxx) = 2, bytes = d2 48\n"
   "addw %a0,%d1\n"
   "0x441deaa <mgt_rle_eth_init+2330 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:385>:\ttarget_xfer_memory
 (0x441deaa, xxx, 2, read, xxx) = 2, bytes = 20 7c\n"
   "target_xfer_memory (0x441deac, xxx, 4, read, xxx) = 4, bytes = 04 5f e1 
aa\n"
   "moveal #73392554,%a0\n"
   "0x441deb0 <mgt_rle_eth_init+2336 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:385>:\ttarget_xfer_memory
 (0x441deb0, xxx, 2, read, xxx) = 2, bytes = 21 80\n"
   "target_xfer_memory (0x441deb2, xxx, 2, read, xxx) = 2, bytes = 10 00\n"
   "movel %d0,%a0@(00000000,%d1:w)\n"
   "0x441deb4 <mgt_rle_eth_init+2340 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:386>:\ttarget_xfer_memory
 (0x441deb4, xxx, 2, read, xxx) = 2, bytes = 20 03\n"
   "movel %d3,%d0\n"
   "0x441deb6 <mgt_rle_eth_init+2342 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:386>:\ttarget_xfer_memory
 (0x441deb6, xxx, 2, read, xxx) = 2, bytes = e5"
<- " 88\n"
   "lsll #2,%d0\n"
   "0x441deb8 <mgt_rle_eth_init+2344 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:386>:\ttarget_xfer_memory
 (0x441deb8, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441deba <mgt_rle_eth_init+2346 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:386>:\ttarget_xfer_memory
 (0x441deba, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441debc"
<- " "
<- "<mgt_rle_eth_init+2348 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:386>:\ttarget_xfer_memory
 (0x441debc, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441debe <mgt_rle_eth_init+2350 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:386>:\ttarget_xfer_memory
 (0x441debe, xxx, 2, read, xxx) = 2, bytes = e9 88\n"
   "lsll #4,%d0\n"
   "0x441dec0"
<- " "
<- "<mgt_rle_eth_init+2352 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:386>:\ttarget_xfer_memory
 (0x441dec0, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441dec2 <mgt_rle_eth_init+2354 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:386>:\ttarget_xfer_memory
 (0x441dec2, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441dec4 <mgt_rle_eth_init+2356 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:386>:\ttarget_xfer_memory
 (0x441dec4, xxx, 2, read, xxx) = 2, bytes = d0 8a\n"
   "addl %a2,%d0\n"
   "0x441dec6 <mgt_rle_eth_init+2358 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:386>:\ttarget_xfer_memory
 (0x441dec6, xxx, 2, read, xxx) = 2, bytes = 22 04\n"
   "movel %d4,%d1\n"
   "0x441dec8"
<- " "
<- "<"
<- "mgt_rle_eth_init+2360 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:386>:\ttarget_xfer_memory
 (0x441dec8, xxx, 2, read, xxx) = 2, bytes = d2 81\n"
   "addl %d1,%d1\n"
   "0x441deca <mgt_rle_eth_init+2362 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:386>:\ttarget_xfer_memory
 (0x441deca, xxx, 2, read, xxx) = 2, bytes = d0 81\n"
   "addl %d1,%d0\n"
   "0x441decc <mgt_rle_eth_init+2364 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:386>:\ttarget_xfer_memory
 (0x441decc, xxx, 2, read, xxx) = 2, bytes = 20 40\n"
   "moveal %d0,%a0\n"
   "0x441dece <mgt_rle_eth_init+2366 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:386>:\ttarget_xfer_memory
 (0x441dece, xxx, 2, read, xxx) = 2, bytes = 30 28\n"
   "target_xfer_memory (0x441ded0, xxx, 2, read, xxx) = 2, bytes = 01 68\n"
   "movew %a0@(360),%d0\n"
   "0x441ded2 <mgt_rle_eth_init+2370 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:386>:\ttarget_xfer_memory
 (0x441ded2, xxx, 2, read, xxx) = 2, bytes = 32 04\n"
   "movew %d4,%d1\n"
   "0x441ded4 <mgt_rle_eth_init+2372 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:386>:\ttarget_xfer_memory
 (0x441ded4, xxx, 2, read, xxx) = 2, bytes = d2 41\n"
   "addw %d1,%d1\n"
   "0x441ded6"
<- " "
<- "<"
<- "mgt_rle_eth_init"
<- "+2374"
<- " at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:386>:\ttarget_xfer_memory
 (0x441ded6, xxx, 2, read, xxx) = 2, bytes = 20 7c\n"
   "target_xfer_memory (0x441ded8, xxx, 4, read, xxx) = 4, bytes = 04 5f e4 
4e\n"
   "moveal #73393230,%a0\n"
   "0x441dedc"
<- " <mgt_rle_eth_init+2380 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:386>:\ttarget_xfer_memory
 (0x441dedc, xxx, 2, read, xxx) = 2, bytes = 31 80\n"
   "target_xfer_memory (0x441dede, xxx, 2, read, xxx) = 2, bytes = 10 00\n"
   "movew %d0,%a0@(00000000,%d1:w)\n"
   "0x441dee0"
<- " <mgt_rle_eth_init+2384 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:387>:\ttarget_xfer_memory
 (0x441dee0, xxx, 2, read, xxx) = 2, bytes = 20 03\n"
   "movel %d3,%d0\n"
   "0x441dee2"
<- " <mgt_rle_eth_init+2386 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:387>:\ttarget_xfer_memory
 (0x441dee2, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441dee4 <mgt_rle_eth_init+2388 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:387>:\ttarget_xfer_memory
 (0x441dee4, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441dee6"
<- " <mgt_rle_eth_init+2390 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:387>:\ttarget_xfer_memory
 (0x441dee6, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441dee8"
<- " <mgt_rle_eth_init+2392 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:387>:\ttarget_xfer_memory
 (0x441dee8, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441deea"
<- " <mgt_rle_eth_init+2394 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:387>:\ttarget_xfer_memory
 (0x441deea, xxx, 2, read, xxx) = 2, bytes = e9 88\n"
   "lsll #4,%d0\n"
   "0x441deec"
<- " <mgt_rle_eth_init+2396 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:387>:\ttarget_xfer_memory
 (0x441deec, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441deee <mgt_rle_eth_init+2398 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:387>:\ttarget_xfer_memory
 (0x441deee, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441def0 <mgt_rle_eth_init+2400 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:387>:\ttarget_xfer_memory
 (0x441def0, xxx, 2, read, xxx) = 2, bytes = d0 8a\n"
   "addl %a2,%d0\n"
   "0x441def2 <mgt_rle_eth_init+2402 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:387>:\ttarget_xfer_memory
 (0x441def2, xxx, 2, read, xxx) = 2, bytes = 22 04\n"
   "movel %d4,%d1\n"
   "0x441def4 <mgt_rle_eth_init+2404 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:387>:\ttarget_xfer_memory
 (0x441def4, xxx, 2, read, xxx) = 2, bytes = e5 89\n"
   "lsll #2,%d1\n"
   "0x441def6 <mgt_rle_eth_init+2406 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:387>:\ttarget_xfer_memory
 (0x441def6, xxx, 2, read, xxx) = 2, bytes = d0 81\n"
   "addl %d1,%d0\n"
   "0x441def8 <mgt_rle_eth_init+2408 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:387>:\ttarget_xfer_memory
 (0x441def8, xxx, 2, read, xxx) = 2, bytes = 20 40\n"
   "moveal %d0,%a0\n"
   "0x441defa <mgt_rle_eth_init+2410 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:387>:\ttarget_xfer_memory
 (0x441defa, xxx, 2, read, xxx) = 2, bytes = 20 28\n"
   "target_xfer_memory (0x441defc, xxx, 2, read, xxx) = 2, bytes = 02 30\n"
   "movel %a0@(560),%d0\n"
   "0x441defe <mgt_rle_eth_init+2414 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:387>"
<- ":\ttarget_xfer_memory (0x441defe, xxx, 2, read, xxx) = 2, bytes = 32 04\n"
   "movew %d4,%d1\n"
   "0x441df00 <mgt_rle_eth_init+2416 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:387>:\ttarget_xfer_memory
 (0x441df00, xxx, 2, read, xxx) = 2, bytes = e5 49\n"
   "lslw #2,%d1\n"
   "0x441df02"
<- " <mgt_rle_eth_init+2418 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:387>:\ttarget_xfer_memory
 (0x441df02, xxx, 2, read, xxx) = 2, bytes = 20 7c\n"
   "target_xfer_memory (0x441df04, xxx, 4, read, xxx) = 4, bytes = 04 5f e5 
16\n"
   "moveal #73393430,%a0\n"
   "0x441df08"
<- " <mgt_rle_eth_init+2424 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:387>:\ttarget_xfer_memory
 (0x441df08, xxx, 2, read, xxx) = 2, bytes = 21 80\n"
   "target_xfer_memory (0x441df0a, xxx, 2, read, xxx) = 2, bytes = 10 00\n"
   "movel %d0,%a0@(00000000,%d1:w)\n"
   "0x441df0c <mgt_rle_eth_init+2428 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:388>:\ttarget_xfer_memory
 (0x441df0c, xxx, 2, read, xxx) = 2, bytes = 20 03\n"
   "movel %d3,%d0\n"
   "0x441df0e <mgt_rle_eth_init+2430 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:388>:\ttarget_xfer_memory
 (0x441df0e, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441df10 <mgt_rle_eth_init+2432 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:388>:\ttarget_xfer_memory
 (0x441df10, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441df12 <mgt_rle_eth_init+2434 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:388>:\ttarget_xfer_memory
 (0x441df12, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441df14"
<- " <mgt_rle_eth_init+2436 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:388>:\ttarget_xfer_memory
 (0x441df14, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441df16"
<- " <mgt_rle_eth_init+2438 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:388>:\ttarget_xfer_memory
 (0x441df16, xxx, 2, read, xxx) = 2, bytes = e9 88\n"
   "lsll #4,%d0\n"
   "0x441df18 <mgt_rle_eth_init+2440 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:388>:\ttarget_xfer_memory
 (0x441df18, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441df1a <mgt_rle_eth_init+2442 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:388>:\ttarget_xfer_memory
 (0x441df1a, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441df1c <mgt_rle_eth_init+2444 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:388>:\ttarget_xfer_memory
 (0x441df1c, xxx, 2, read, xxx) = 2, bytes = d0 8a\n"
   "addl %a2,%d0\n"
   "0x441df1e <mgt_rle_eth_init+2446 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:388>:\ttarget_xfer_memory
 (0x441df1e, xxx, 2, read, xxx) = 2, bytes = 22 04\n"
   "movel %d4,%d1\n"
   "0x441df20"
<- " <mgt_rle_eth_init+2448 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:388>:\ttarget_xfer_memory
 (0x441df20, xxx, 2, read, xxx) = 2, bytes = e5 89\n"
   "lsll #2,%d1\n"
   "0x441df22 <mgt_rle_eth_init+2450 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:388>:\ttarget_xfer_memory
 (0x441df22, xxx, 2, read, xxx) = 2, bytes = d0 81\n"
   "addl %d1,%d0\n"
   "0x441df24"
<- " <mgt_rle_eth_init+2452 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:388>:\ttarget_xfer_memory
 (0x441df24, xxx, 2, read, xxx) = 2, bytes = 20 40\n"
   "moveal %d0,%a0\n"
   "0x441df26"
<- " <mgt_rle_eth_init+2454 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:388>:\ttarget_xfer_memory
 (0x441df26, xxx, 2, read, xxx) = 2, bytes = 20 28\n"
   "target_xfer_memory (0x441df28, xxx, 2, read, xxx) = 2, bytes = 03 c0\n"
   "movel %a0@(960),%d0\n"
   "0x441df2a <mgt_rle_eth_init+2458 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:388>:\ttarget_xfer_memory
 (0x441df2a, xxx, 2, read, xxx) = 2, bytes = 32 04\n"
   "movew %d4,%d1\n"
   "0x441df2c <mgt_rle_eth_init+2460 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:388>:\ttarget_xfer_memory
 (0x441df2c, xxx, 2, read, xxx) = 2, bytes = e5 49\n"
   "lslw #2,%d1\n"
   "0x441df2e <mgt_rle_eth_init+2462 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:388>:\ttarget_xfer_memory
 (0x441df2e, xxx, 2, read, xxx) = 2, bytes = 20 7c\n"
   "target_xfer_memory (0x441df30, xxx, 4, read, xxx) = 4, bytes = 04 5f e6 
a6\n"
   "moveal #73393830,%a0\n"
   "0x441df34 <mgt_rle_eth_init+2468 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:388>:\ttarget_xfer_memory
 (0x441df34, xxx, 2, read, xxx) = 2, bytes = 21 80\n"
   "target_xfer_memory (0x441df36, xxx, 2, read, xxx) = 2, bytes = 10 00\n"
   "movel %d0,%a0@(00000000,%d1:w)\n"
   "0x441df38 <mgt_rle_eth_init+2472 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:382>:\ttarget_xfer_memory
 (0x441df38, xxx, 2, read, xxx) = 2, bytes = 52 84\n"
   "addql #1,%d4\n"
   "0x441df3a <mgt_rle_eth_init+2474 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:382>:\ttarget_xfer_memory
 (0x441df3a, xxx, 2, read, xxx) = 2, bytes = 70 64\n"
   "moveq #100,%d0\n"
   "0x441df3c"
<- " <mgt_rle_eth_init+2476 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:382>:\ttarget_xfer_memory
 (0x441df3c, xxx, 2, read, xxx) = 2, bytes = b0 84\n"
   "cmpl %d4,%d0\n"
   "0x441df3e"
<- " <mgt_rle_eth_init+2478 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:382>:\ttarget_xfer_memory
 (0x441df3e, xxx, 2, read, xxx) = 2, bytes = 62 00\n"
   "target_xfer_memory (0x441df40, xxx, 2, read, xxx) = 2, bytes = fe cc\n"
   "bhiw 0x441de0c <mgt_rle_eth_init+2172 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:383>\n"
   "0x441df42"
<- " <mgt_rle_eth_init+2482 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:244>:\ttarget_xfer_memory
 (0x441df42, xxx, 2, read, xxx) = 2, bytes = 52 83\n"
   "addql #1,%d3\n"
   "0x441df44"
<- " <mgt_rle_eth_init+2484 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:244>:\ttarget_xfer_memory
 (0x441df44, xxx, 2, read, xxx) = 2, bytes = b6 aa\n"
   "target_xfer_memory (0x441df46, xxx, 2, read, xxx) = 2, bytes = 00 08\n"
   "cmpl %a2@(8),%d3\n"
   "0x441df48"
<- " "
<- "<"
<- "mgt_rle_eth_init"
<- "+2488"
<- " at /home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:244"
<- ">"
<- ":\t"
<- "target_xfer_memory (0x441df48, xxx, 2, read, xxx) = 2, bytes = 65 00\n"
   "target_xfer_memory (0x441df4a, xxx, 2, read, xxx) = 2, bytes = f6 9c\n"
   "bcsw 0x441d5e6 <mgt_rle_eth_init+86 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:248>\n"
   "0x441df4c <mgt_rle_eth_init+2492 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:397>:\ttarget_xfer_memory
 (0x441df4c, xxx, 2, read, xxx) = 2, bytes = 76 00\n"
   "moveq #0,%d3\n"
   "0x441df4e <mgt_rle_eth_init+2494 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:397>:\ttarget_xfer_memory
 (0x441df4e, xxx, 2, read, xxx) = 2, bytes = 60 00\n"
   "target_xfer_memory (0x441df50, xxx, 2, read, xxx) = 2, bytes = 00 b4\n"
   "braw 0x441e004 <mgt_rle_eth_init+2676 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:397>\n"
   "0x441df52 <mgt_rle_eth_init+2498 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:401>:\ttarget_xfer_memory
 (0x441df52, xxx, 2, read, xxx) = 2, bytes = 70 01\n"
   "moveq #1,%d0\n"
   "0x441df54 <mgt_rle_eth_init+2500 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:401>:\ttarget_xfer_memory
 (0x441df54, xxx, 2, read, xxx) = 2, bytes = b0 83\n"
   "cmpl %d3,%d0\n"
   "0x441df56 <mgt_rle_eth_init+2502 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:401>:\ttarget_xfer_memory
 (0x441df56, xxx, 2, read, xxx) = 2, bytes = 64 0c\n"
   "bccs 0x441df64 <mgt_rle_eth_init+2516 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:402>\n"
   "0x441df58 <mgt_rle_eth_init+2504 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:401>:\ttarget_xfer_memory
 (0x441df58, xxx, 2, read, xxx) = 2, bytes = 48"
<- " 78\n"
   "target_xfer_memory (0x441df5a, xxx, 2, read, xxx) = 2, bytes = 50 49\n"
   "pea 0x5049\n"
   "0x441df5c <mgt_rle_eth_init+2508 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:401>:\ttarget_xfer_memory
 (0x441df5c, xxx, 2, read, xxx) = 2, bytes = 4e b9\n"
   "target_xfer_memory (0x441df5e, xxx, 4, read, xxx) = 4, bytes = 04 30 d2 
e0\n"
   "jsr 0x430d2e0"
<- " <esfatal at megccmaj.c:1038>\n"
   "0x441df62"
<- " <mgt_rle_eth_init+2514 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:401>:\ttarget_xfer_memory
 (0x441df62, xxx, 2, read, xxx) = 2, bytes = 58 8f\n"
   "addql #4,%sp\n"
   "0x441df64"
<- " "
<- "<mgt_rle_eth_init+2516 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:402>:\ttarget_xfer_memory
 (0x441df64, xxx, 2, read, xxx) = 2, bytes = 74 00\n"
   "moveq #0,%d2\n"
   "0x441df66 <mgt_rle_eth_init+2518 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:407>:\ttarget_xfer_memory
 (0x441df66, xxx, 2, read, xxx) = 2, bytes = 20 03\n"
   "movel %d3,%d0\n"
   "0x441df68 <mgt_rle_eth_init+2520 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:407>:\ttarget_xfer_memory
 (0x441df68, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441df6a <mgt_rle_eth_init+2522 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:407>:\ttarget_xfer_memory
 (0x441df6a, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441df6c"
<- " "
<- "<"
<- "mgt_rle_eth_init+2524 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:407>:\ttarget_xfer_memory
 (0x441df6c, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441df6e <mgt_rle_eth_init+2526 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:407>:\ttarget_xfer_memory
 (0x441df6e, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441df70 <mgt_rle_eth_init+2528 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:407>:\ttarget_xfer_memory
 (0x441df70, xxx, 2, read, xxx) = 2, bytes = e9 88\n"
   "lsll #4,%d0\n"
   "0x441df72 <mgt_rle_eth_init+2530 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:407>:\ttarget_xfer_memory
 (0x441df72, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441df74 <mgt_rle_eth_init+2532 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:407>:\ttarget_xfer_memory
 (0x441df74, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441df76 <mgt_rle_eth_init+2534 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:407>:\ttarget_xfer_memory
 (0x441df76, xxx, 2, read, xxx) = 2, bytes = 20 40\n"
   "moveal %d0,%a0\n"
   "0x441df78"
<- " "
<- "<"
<- "mgt_rle_eth_init"
<- "+2536 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:407>:\ttarget_xfer_memory
 (0x441df78, xxx, 2, read, xxx) = 2, bytes = 2f 32\n"
   "target_xfer_memory (0x441df7a, xxx, 2, read, xxx) = 2, bytes = 88 14\n"
   "movel %a2@(00000014,%a0:l),address@hidden"
   "0x441df7c"
<- " <mgt_rle_eth_init+2540 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:407>:\ttarget_xfer_memory
 (0x441df7c, xxx, 2, read, xxx) = 2, bytes = 20 03\n"
   "movel %d3,%d0\n"
   "0x441df7e"
<- " <mgt_rle_eth_init+2542 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:407>:\ttarget_xfer_memory
 (0x441df7e, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441df80"
<- " <mgt_rle_eth_init+2544 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:407>:\ttarget_xfer_memory
 (0x441df80, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441df82"
<- " <mgt_rle_eth_init+2546 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:407>:\ttarget_xfer_memory
 (0x441df82, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441df84"
<- " <mgt_rle_eth_init+2548 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:407>:\ttarget_xfer_memory
 (0x441df84, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441df86 <mgt_rle_eth_init+2550 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:407>:\ttarget_xfer_memory
 (0x441df86, xxx, 2, read, xxx) = 2, bytes = e9 88\n"
   "lsll #4,%d0\n"
   "0x441df88"
<- " <mgt_rle_eth_init+2552 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:407>:\ttarget_xfer_memory
 (0x441df88, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441df8a"
<- " <mgt_rle_eth_init+2554 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:407>:\ttarget_xfer_memory
 (0x441df8a, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441df8c <mgt_rle_eth_init+2556 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:407>:\ttarget_xfer_memory
 (0x441df8c, xxx, 2, read, xxx) = 2, bytes = 20 40\n"
   "moveal %d0,%a0\n"
   "0x441df8e <mgt_rle_eth_init+2558 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:407>:\ttarget_xfer_memory
 (0x441df8e, xxx, 2, read, xxx) = 2, bytes = 2f 32\n"
   "target_xfer_memory (0x441df90, xxx, 2, read, xxx) = 2, bytes = 88 10\n"
   "movel %a2@(00000010,%a0:l),address@hidden"
   "0x441df92 <mgt_rle_eth_init+2562 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:407>:\ttarget_xfer_memory
 (0x441df92, xxx, 2, read, xxx) = 2, bytes = 20 03\n"
   "movel %d3,%d0\n"
   "0x441df94 <mgt_rle_eth_init+2564 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:407>:\ttarget_xfer_memory
 (0x441df94, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441df96 <mgt_rle_eth_init+2566 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:407>:\ttarget_xfer_memory
 (0x441df96, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441df98 <mgt_rle_eth_init+2568 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:407>:\ttarget_xfer_memory
 (0x441df98, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441df9a <mgt_rle_eth_init+2570 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:407>:\ttarget_xfer_memory
 (0x441df9a, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441df9c <mgt_rle_eth_init+2572 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:407>"
<- ":\ttarget_xfer_memory (0x441df9c, xxx, 2, read, xxx) = 2, bytes = e9 88\n"
   "lsll #4,%d0\n"
   "0x441df9e"
<- " <mgt_rle_eth_init+2574 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:407>:\ttarget_xfer_memory
 (0x441df9e, xxx, 2, read, xxx) = 2, bytes = d0 83\n"
   "addl %d3,%d0\n"
   "0x441dfa0"
<- " <mgt_rle_eth_init+2576 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:407>:\ttarget_xfer_memory
 (0x441dfa0, xxx, 2, read, xxx) = 2, bytes = e5 88\n"
   "lsll #2,%d0\n"
   "0x441dfa2"
<- " <mgt_rle_eth_init+2578 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:407>:\ttarget_xfer_memory
 (0x441dfa2, xxx, 2, read, xxx) = 2, bytes = 20 40\n"
   "moveal %d0,%a0\n"
   "0x441dfa4 <mgt_rle_eth_init+2580 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:407>:\ttarget_xfer_memory
 (0x441dfa4, xxx, 2, read, xxx) = 2, bytes = 2f 32\n"
   "target_xfer_memory (0x441dfa6, xxx, 2, read, xxx) = 2, bytes = 88 0c\n"
   "movel %a2@(0000000c,%a0:l),address@hidden"
   "0x441dfa8"
<- " <mgt_rle_eth_init+2584 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:407>:\ttarget_xfer_memory
 (0x441dfa8, xxx, 2, read, xxx) = 2, bytes = 4e b9\n"
   "target_xfer_memory (0x441dfaa, xxx, 4, read, xxx) = 4, bytes = 04 41 e9 
10\n"
   "jsr 0x441e910 <trft_rle_eth_init at 
/home/millot/appli/partiel/v52_frad/faeliv/irl/ethtrftc.c:156>\n"
   "0x441dfae <mgt_rle_eth_init+2590 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:407>:\ttarget_xfer_memory
 (0x441dfae, xxx, 2, read, xxx) = 2, bytes = 4f ef\n"
   "target_xfer_memory (0x441dfb0, xxx, 2, read, xxx) = 2, bytes = 00 0c\n"
   "lea %sp@(12),%sp\n"
   "0x441dfb2 <mgt_rle_eth_init+2594 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:407>:\ttarget_xfer_memory
 (0x441dfb2, xxx, 2, read, xxx) = 2, bytes = 2a 00\n"
   "movel %d0,%d5\n"
   "0x441dfb4 <mgt_rle_eth_init+2596 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:407>:\ttarget_xfer_memory
 (0x441dfb4, xxx, 2, read, xxx) = 2, bytes = 67 04\n"
   "beqs 0x441dfba"
<- " <mgt_rle_eth_init+2602 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:412>\n"
   "0x441dfb6 <mgt_rle_eth_init+2598 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:408>:\ttarget_xfer_memory
 (0x441dfb6, xxx, 2, read, xxx) = 2, bytes = 20 05\n"
   "movel %d5,%d0\n"
   "0x441dfb8"
<- " <mgt_rle_eth_init+2600 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:408>:\ttarget_xfer_memory
 (0x441dfb8, xxx, 2, read, xxx) = 2, bytes = 60 54\n"
   "bras 0x441e00e"
<- " <mgt_rle_eth_init+2686 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:430>\n"
   "0x441dfba <mgt_rle_eth_init+2602 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:412>:\ttarget_xfer_memory
 (0x441dfba, xxx, 2, read, xxx) = 2, bytes = 30 02\n"
   "movew %d2,%d0\n"
   "0x441dfbc <mgt_rle_eth_init+2604 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:412>:\ttarget_xfer_memory
 (0x441dfbc, xxx, 2, read, xxx) = 2, bytes = c0 fc\n"
   "target_xfer_memory (0x441dfbe, xxx, 2, read, xxx) = 2, bytes = 05 44\n"
   "muluw #1348,%d0\n"
   "0x441dfc0 <mgt_rle_eth_init+2608 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:412>:\ttarget_xfer_memory
 (0x441dfc0, xxx, 2, read, xxx) = 2, bytes = 20 7c\n"
   "target_xfer_memory (0x441dfc2, xxx, 4, read, xxx) = 4, bytes = 04 5f de 
06\n"
   "moveal #73391622,%a0\n"
   "0x441dfc6 <mgt_rle_eth_init+2614 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:412>:\ttarget_xfer_memory
 (0x441dfc6, xxx, 2, read, xxx) = 2, bytes = 2f 30\n"
   "target_xfer_memory (0x441dfc8, xxx, 2, read, xxx) = 2, bytes = 00 00\n"
   "movel %a0@(00000000,%d0:w),address@hidden"
   "0x441dfca <mgt_rle_eth_init+2618 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:412>:\ttarget_xfer_memory
 (0x441dfca, xxx, 2, read, xxx) = 2, bytes = 2f 02\n"
   "movel %d2,address@hidden"
   "0x441dfcc <mgt_rle_eth_init+2620 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:412>:\ttarget_xfer_memory
 (0x441dfcc, xxx, 2, read, xxx) = 2, bytes = 4e b9\n"
   "target_xfer_memory (0x441dfce, xxx, 4, read, xxx) = 4, bytes = 04 41 e9 
14\n"
   "jsr 0x441e914"
<- " <trft_rle_eth_conf at 
/home/millot/appli/partiel/v52_frad/faeliv/irl/ethtrftc.c:191>\n"
   "0x441dfd2 <mgt_rle_eth_init+2626 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:412>:\ttarget_xfer_memory
 (0x441dfd2, xxx, 2, read, xxx) = 2, bytes = 50 8f\n"
   "addql #8,%sp\n"
   "0x441dfd4"
<- " <mgt_rle_eth_init+2628 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:412>:\ttarget_xfer_memory
 (0x441dfd4, xxx, 2, read, xxx) = 2, bytes = 2a 00\n"
   "movel %d0,%d5\n"
   "0x441dfd6"
<- " <mgt_rle_eth_init+2630 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:412>:\ttarget_xfer_memory
 (0x441dfd6, xxx, 2, read, xxx) = 2, bytes = 67 04\n"
   "beqs 0x441dfdc"
<- " <mgt_rle_eth_init+2636 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:416>\n"
   "0x441dfd8"
<- " "
<- "<"
<- "mgt_rle_eth_init+2632 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:413>:\ttarget_xfer_memory
 (0x441dfd8, xxx, 2, read, xxx) = 2, bytes = 20 05\n"
   "movel %d5,%d0\n"
   "0x441dfda"
<- " "
<- "<"
<- "mgt_rle_eth_init"
<- "+2634 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:413>:\ttarget_xfer_memory
 (0x441dfda, xxx, 2, read, xxx) = 2, bytes = 60 32\n"
   "bras 0x441e00e <mgt_rle_eth_init+2686 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:430>\n"
   "0x441dfdc <mgt_rle_eth_init+2636 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:416>:\ttarget_xfer_memory
 (0x441dfdc, xxx, 2, read, xxx) = 2, bytes = 48 79\n"
   "target_xfer_memory (0x441dfde, xxx, 4, read, xxx) = 4, bytes = 04 5f e3 
4a\n"
   "pea 0x45fe34a <p_filtre>\n"
   "0x441dfe2 <mgt_rle_eth_init+2642 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:416>:\ttarget_xfer_memory
 (0x441dfe2, xxx, 2, read, xxx) = 2, bytes = 4e b9\n"
   "target_xfer_memory (0x441dfe4, xxx, 4, read, xxx) = 4, bytes = 04 42 0e 
a0\n"
   "jsr 0x4420ea0 <mfbfil_init at 
/home/millot/appli/partiel/v52_frad/faeliv/gf/mfbfil.c:90>\n"
   "0x441dfe8 <mgt_rle_eth_init+2648 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:419>:\ttarget_xfer_memory
 (0x441dfe8, xxx, 2, read, xxx) = 2, bytes = 48 79\n"
   "target_xfer_memory (0x441dfea, xxx, 4, read, xxx) = 4, bytes = 04 5f e8 
36\n"
   "pea 0x45fe836 <p_gsr>\n"
   "0x441dfee <mgt_rle_eth_init+2654 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:419>:\ttarget_xfer_memory
 (0x441dfee, xxx, 2, read, xxx) = 2, bytes = 4e b9\n"
   "target_xfer_memory (0x441dff0, xxx, 4, read, xxx) = 4, bytes = 04 41 ec 
b0\n"
   "jsr 0x441ecb0 <mfrgsr_init at 
/home/millot/appli/partiel/v52_frad/faeliv/irl/mfrgsr.c:105>\n"
   "0x441dff4 <mgt_rle_eth_init+2660 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:419>:\ttarget_xfer_memory
 (0x441dff4, xxx, 2, read, xxx) = 2, bytes ="
<- " 50 8f\n"
   "addql #8,%sp\n"
   "0x441dff6 <mgt_rle_eth_init+2662 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:424>:\ttarget_xfer_memory
 (0x441dff6, xxx, 2, read, xxx) = 2, bytes = 20 7c\n"
   "target_xfer_memory (0x441dff8, xxx, 4, read, xxx) = 4, bytes = 04 5f e3 
3a\n"
   "moveal #73392954,%a0\n"
   "0x441dffc <mgt_rle_eth_init+2668 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:424>:\ttarget_xfer_memory
 (0x441dffc, xxx, 2, read, xxx) = 2, bytes = 11 bc\n"
   "target_xfer_memory (0x441dffe, xxx, 2, read, xxx) = 2, bytes = 00 02\n"
   "target_xfer_memory (0x441e000, xxx, 2, read, xxx) = 2, bytes = 28 00\n"
   "moveb #2,%a0@(00000000,%d2:l)\n"
   "0x441e002"
<- " "
<- "<mgt_rle_eth_init+2674 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:397>:\ttarget_xfer_memory
 (0x441e002, xxx, 2, read, xxx) = 2, bytes = 52 83\n"
   "addql #1,%d3\n"
   "0x441e004 <mgt_rle_eth_init+2676 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:397>:\ttarget_xfer_memory
 (0x441e004, xxx, 2, read, xxx) = 2, bytes = b6 aa\n"
   "target_xfer_memory (0x441e006, xxx, 2, read, xxx) = 2, bytes = 00 08\n"
   "cmpl %a2@(8),%d3\n"
   "0x441e008"
<- " "
<- "<mgt_rle_eth_init+2680 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:397>:\ttarget_xfer_memory
 (0x441e008, xxx, 2, read, xxx) = 2, bytes = 65 00\n"
   "target_xfer_memory (0x441e00a, xxx, 2, read, xxx) = 2, bytes = ff 48\n"
   "bcsw 0x441df52 <mgt_rle_eth_init+2498 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:401>\n"
   "0x441e00c <mgt_rle_eth_init+2684 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:429>:\ttarget_xfer_memory
 (0x441e00c, xxx, 2, read, xxx) = 2, bytes = 70 00\n"
   "moveq #0,%d0\n"
   "0x441e00e <mgt_rle_eth_init+2686 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:430>:\ttarget_xfer_memory
 (0x441e00e, xxx, 2, read, xxx) = 2, bytes = 4c df\n"
   "target_xfer_memory (0x441e010, xxx, 2, read, xxx) = 2, bytes = 0c fc\n"
   "moveml address@hidden,%d2-%d7/%a2-%a3\n"
   "0x441e012"
<- " "
<- "<"
<- "mgt_rle_eth_init+2690 at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:430>:\ttarget_xfer_memory
 (0x441e012, xxx, 2, read, xxx) = 2, bytes = 4e 75\n"
   "rts\n"
   "End of assembler dump.\n"
   "(gdb) "
#  Disassembling location 0x441d590...done.
-> "break ethmgtc.c:226"
<- "Breakpoint 1 at 0x441d598: file 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c, line 226.\n"
   "(gdb) "
-> "info breakpoints"
<- "Num Type           Disp Enb Address    What\n"
   "1   breakpoint     keep y   0x0441d598 "
<- "in mgt_rle_eth_init at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:226\n"
   "(gdb) "
-> "info source"
<- "Current source file is 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c\n"
   "Located in /home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c\n"
   "Contains 996 lines.\n"
   "Source language is c.\n"
   "Compiled with unknown debugging format.\n"
   "(gdb) "
-> "info line \'sys_fae_pres_fct\'"
<- "Line 224 of \"/home/millot/appli/partiel/v52_frad/arlliv/dem/init_fae.c\" 
starts at address 0x441a720"
<- " <sys_fae_pres_fct at 
/home/millot/appli/partiel/v52_frad/arlliv/dem/init_fae.c:224> and ends at 
0x441a730"
<- " <sys_fae_pres_fct+16 at 
/home/millot/appli/partiel/v52_frad/arlliv/dem/init_fae.c:226>."
<- 
"\032\032/home/millot/appli/partiel/v52_frad/arlliv/dem/init_fae.c:224:7736:beg:0x441a720\n"
   "(gdb) "
-> "info breakpoints"
<- "Num Type           Disp Enb Address    What\n"
   "1   breakpoint     keep y   0x0441d598 "
<- "in mgt_rle_eth_init at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:226\n"
   "(gdb) "
#  Reading file "/home/millot/appli/partiel/v52_frad/arlliv/dem/init_fae.c"...
#  Reading file 
"/home/millot/appli/partiel/v52_frad/arlliv/dem/init_fae.c"...done.
#  File "/home/millot/appli/partiel/v52_frad/arlliv/dem/init_fae.c" 961 lines, 
37234 characters
-> "info source"
<- "Current source file is 
/home/millot/appli/partiel/v52_frad/arlliv/dem/init_fae.c\n"
   "Located in /home/millot/appli/partiel/v52_frad/arlliv/dem/init_fae.c\n"
   "Contains 961 lines.\n"
   "Source language is c.\n"
   "Compiled with unknown debugging format.\n"
   "(gdb) "
-> "output if"
<- "target_terminal_ours ()\n"
   "A parse error in expression, near `if\'.\n"
   "(gdb) "
-> "break /home/millot/appli/partiel/v52_frad/arlliv/dem/init_fae.c:224"
<- "Breakpoint 2 at 0x441a720: file 
/home/millot/appli/partiel/v52_frad/arlliv/dem/init_fae.c, line 224.\n"
   "(gdb) "
-> "info breakpoints"
<- "Num Type           Disp Enb Address    What\n"
   "1   breakpoint     keep y   0x0441d598 "
<- "in mgt_rle_eth_init at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:226\n"
   "2   breakpoint     keep y   0x0441a720 "
<- "in sys_fae_pres_fct at 
/home/millot/appli/partiel/v52_frad/arlliv/dem/init_fae.c:224\n"
   "(gdb) "
-> "complete target tb"
<- "target tbug\n"
   "(gdb) "
#  Retrieving Command Definitions...
-> "help user-defined"
<- "User-defined commands.\n"
   "The commands in this class are those defined by the user.\n"
   "Use the \"define\" command to define a command.\n"
   "\n"
   "List of commands:\n"
   "\n"
   "\n"
   "Type \"help\" followed by command name for full documentation.\n"
   "Command name abbreviations are allowed if unambiguous.\n"
   "(gdb) "
#  Retrieving Command Definitions...done.
-> "target tbug gl0503:5000"
<- "Remote target tbug connected to gl0503:5000"
<- "target_wait (-1, status) = 42000,   status->kind = stopped, signal = 
SIGTRAP"
<- "target_terminal_ours ()"
<- "0x4350542 in sys_vpb_no_eth () at msinifct.c:485"
<- "485\tmsinifct.c: No such file or directory."
<- "(gdb) "
-> "info breakpoints"
<- "Num "
<- "Type           "
<- "Disp "
<- "Enb "
<- "Address    "
<- "What"
<- "1   "
<- "breakpoint     "
<- "keep "
<- "y   "
<- "0x0441d598 "
<- "in "
<- "mgt_rle_eth_init"
<- " at "
<- "/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c"
<- ":226"
<- ""
<- "2   "
<- "breakpoint     "
<- "keep "
<- "y   "
<- "0x0441a720 "
<- "in "
<- "sys_fae_pres_fct"
<- " at "
<- "/home/millot/appli/partiel/v52_frad/arlliv/dem/init_fae.c"
<- ":224"
<- ""
<- "(gdb) "
-> "info register"
<- "d0             0x0\t0\n"
   "d1             0x1\t1\n"
   "d2             0xffffff00\t-256\n"
   "d3             0x0\t0\n"
   "d4             0x1\t1\n"
   "d5             0x0\t0\n"
   "d6             0x4815518\t75584792\n"
   "d7             0x98\t152\n"
   "a0             0x435052c\t0x435052c\n"
   "a1             0x45d45da\t0x45d45da\n"
   "a2             0x0\t0x0\n"
   "a3             0x4815518\t0x4815518\n"
   "a4             0x45e4b1e\t0x45e4b1e\n"
   "a5             0x45e68b2\t0x45e68b2\n"
   "fp             0x45d45da\t0x45d45da\n"
   "sp             0x45d458a\t"
<- "0x45d458a\n"
   "ps             0x4\t0x4\n"
   "pc             0x4350542\t0x4350542\n"
   "fpcontrol      target_fetch_registers (fpcontrol) = 0x0 0\n"
   "0x0\t0x0\n"
   "fpstatus       target_fetch_registers (fpstatus) = 0x0 0\n"
   "0x0\t0x0\n"
   "fpiaddr        target_fetch_registers (fpiaddr) = 0x0 0\n"
   "0x0\t0x0"
<- "(gdb) "
-> "info registers"
<- "d0             0x0\t0\n"
   "d1             0x1\t1\n"
   "d2             0xffffff00\t-256\n"
   "d3             0x0\t0\n"
   "d4             0x1\t1\n"
   "d5             0x0\t0\n"
   "d6             0x4815518\t75584792\n"
   "d7             0x98\t152\n"
   "a0             0x435052c\t0x435052c\n"
   "a1             0x45d45da\t0x45d45da\n"
   "a2             0x0\t0x0\n"
   "a3             0x4815518\t0x4815518\n"
   "a4             0x45e4b1e\t0x45e4b1e\n"
   "a5             0x45e68b2\t0x45e68b2\n"
   "fp             0x45d45da\t0x45d45da\n"
   "sp             0x45d458a\t0x45d458a\n"
   "ps             0x4\t0x4\n"
   "pc             0x4350542\t0x4350542\n"
   "fpcontrol      0x0\t0x0\n"
   "fpstatus       0x0\t0x0\n"
   "fpiaddr        0x0\t0x0"
<- "(gdb) "
-> "info threads"
<- "target_find_new_threads ()"
<- "(gdb) "
#  Retrieving GDB Signal Handling...
-> "info handle"
<- "Signal        Stop\tPrint\tPass to program\tDescription\n"
   "\n"
   "SIGHUP        Yes\tYes\tYes\t\tHangup\n"
   "SIGINT        Yes\tYes\tNo\t\tInterrupt\n"
   "SIGQUIT       Yes\tYes\tYes\t\tQuit\n"
   "SIGILL        Yes\tYes\tYes\t\tIllegal instruction\n"
   "SIGTRAP       Yes\tYes\tNo\t\tTrace/breakpoint trap\n"
   "SIGABRT       Yes\tYes\tYes\t\tAborted\n"
   "SIGEMT        Yes\tYes\tYes\t\tEmulation trap\n"
   "SIGFPE        Yes\tYes\tYes\t\tArithmetic exception\n"
   "SIGKILL       Yes\tYes\tYes\t\tKilled\n"
   "SIGBUS        Yes\tYes\tYes\t\tBus error\n"
   "SIGSEGV       Yes\tYes\tYes\t\tSegmentation fault\n"
   "SIGSYS        Yes\tYes\tYes\t\tBad system call\n"
   "SIGPIPE       Yes\tYes\tYes\t\tBroken pipe\n"
   "SIGALRM       No\tNo\tYes\t\tAlarm clock\n"
   "SIGTERM       Yes\tYes\tYes\t\tTerminated\n"
   "SIGURG        No\tNo\tYes\t\tUrgent I/O condition\n"
   "SIGSTOP       Yes\tYes\tYes\t\tStopped (signal)\n"
   "SIGTSTP       Yes\tYes\tYes\t\tStopped (user)\n"
   "SIGCONT       Yes\tYes\tYes\t\tContinued\n"
   "SIGCHLD       No\tNo\tYes\t\tChild status changed\n"
   "SIGTTIN       Yes\tYes\tYes\t\tStopped (tty input)\n"
   "SIGTTOU       Yes\tYes\tYes\t\tStopped (tty output)\n"
   "SIGIO         No\tNo\tYes\t\tI/O possible\n"
   "SIGXCPU       Yes\tYes\tYes\t\tCPU time limit exceeded\n"
   "SIGXFSZ       Yes\tYes\tYes\t\tFile size limit exceeded\n"
   "SIGVTALRM     No\tNo\tYes\t\tVirtual timer expired\n"
   "SIGPROF       No\tNo\tYes\t\tProfiling timer expired\n"
   "SIGWINCH      No\tNo\tYes\t\tWindow size changed\n"
   "SIGLOST       Yes\tYes\tYes\t\tResource lost\n"
   "SIGUSR1       Yes\tYes\tYes\t\tUser defined signal 1\n"
   "SIGUSR2       Yes\tYes\tYes\t\tUser defined signal 2\n"
   "SIGPWR        Yes\tYes\tYes\t\tPower fail/restart\n"
   "SIGPOLL       No\tNo\tYes\t\tPollable event occurred\n"
   "SIGWIND       Yes\tYes\tYes\t\tSIGWIND\n"
   "SIGPHONE      Yes\tYes\tYes\t\tSIGPHONE\n"
   "SIGWAITING    No\tNo\tYes\t\tProcess\'s LWPs are blocked\n"
   "SIGLWP        No\tNo\tYes\t\tSignal LWP\n"
   "SIGDANGER     Yes\tYes\tYes\t\tSwap space dangerously low\n"
   "SIGGRANT      Yes\tYes\tYes\t\tMonitor mode granted\n"
   "SIGRETRACT    Yes\tYes\tYes\t\tNeed to relinquish monitor mode\n"
   "SIGMSG        Yes\tYes\tYes\t\tMonitor mode data available\n"
   "SIGSOUND      Yes\tYes\tYes\t\tSound completed\n"
   "SIGSAK        Yes\tYes\tYes\t\tSecure attention\n"
   "SIGPRIO       Yes\tYes\tYes\t\tSIGPRIO\n"
   "SIG33         Yes\tYes\tYes\t\tReal-time event 33\n"
   "SIG34         Yes\tYes\tYes\t\tReal-time event 34\n"
   "SIG35         Yes\tYes\tYes\t\tReal-time event 35\n"
   "SIG36         Yes\tYes\tYes\t\tReal-time event 36\n"
   "SIG37         Yes\tYes\tYes\t\tReal-time event 37\n"
   "SIG38         Yes\tYes\tYes\t\tReal-time event 38\n"
   "SIG39         Yes\tYes\tYes\t\tReal-time event 39\n"
   "SIG40         Yes\tYes\tYes\t\tReal-time event 40\n"
   "SIG41         Yes\tYes\tYes\t\tReal-time event 41\n"
   "SIG42         Yes\tYes\tYes\t\tReal-time event 42\n"
   "SIG43         Yes\tYes\tYes\t\tReal-time event 43\n"
   "SIG44         Yes\tYes\tYes\t\tReal-time event 44\n"
   "SIG45         Yes\tYes\tYes\t\tReal-time event 45\n"
   "SIG46         Yes\tYes\tYes\t\tReal-time event 46\n"
   "SIG47         Yes\tYes\tYes\t\tReal-time event 47\n"
   "SIG48         Yes\tYes\tYes\t\tReal-time event 48\n"
   "SIG49         Yes\tYes\tYes\t\tReal-time event 49\n"
   "SIG50         Yes\tYes\tYes\t\tReal-time event 50\n"
   "SIG51         Yes\tYes\tYes\t\tReal-time event 51\n"
   "SIG52         Yes\tYes\tYes\t\tReal-time event 52\n"
   "SIG53         Yes\tYes\tYes\t\tReal-time event 53\n"
   "SIG54         Yes\tYes\tYes\t\tReal-time event 54\n"
   "SIG55         Yes\tYes\tYes\t\tReal-time event 55\n"
   "SIG56         Yes\tYes\tYes\t\tReal-time event 56\n"
   "SIG57         Yes\tYes\tYes\t\tReal-time event 57\n"
   "SIG58         Yes\tYes\tYes\t\tReal-time event 58\n"
   "SIG59         Yes\tYes\tYes\t\tReal-time event 59\n"
   "SIG60         Yes\tYes\tYes\t\tReal-time event 60\n"
   "SIG61         Yes\tYes\tYes\t\tReal-time event 61\n"
   "SIG62         Yes\tYes\tYes\t\tReal-time event 62\n"
   "SIG63         Yes\tYes\tYes\t\tReal-time event 63\n"
   "SIGCANCEL     No\tNo\tYes\t\tLWP internal signal\n"
   "SIG32         Yes\tYes\tYes\t\tReal-time event 32\n"
   "SIGINFO       Yes\tYes\tYes\t\tInformation request\n"
   "\n"
   "Use the \"handle\" command to change these tables."
<- "(gdb) "
#  Retrieving GDB Signal Handling...done.
-> "where"
<- "#0  0x4350542 in sys_vpb_no_eth () at msinifct.c:485"
<- "target_xfer_memory (0x435052c, xxx, 2, read, xxx) = 2, bytes = 2f 02"
<- "target_xfer_memory (0x45d458a, xxx, 4, read, xxx) = 4, bytes =\n"
   " ff ff ff 00"
<- "#1  0xffffff00 in ?? ()"
<- "target_xfer_memory (0x45d45da, xxx, 4, read, xxx) = 4, bytes =\n"
   " 04 5c 3c 02"
<- "target_xfer_memory (0x45d45de, xxx, 4, read, xxx) = 4, bytes =\n"
   " 04 22 67 02"
<- "#2  0x4226702 in EAACTA () at megccmaj.c:1038"
<- "target_xfer_memory (0x45c3c02, xxx, 4, read, xxx) = 4, bytes =\n"
   " 04 22 ce b0"
<- "target_xfer_memory (0x45c3c06, xxx, 4, read, xxx) = 4, bytes =\n"
   " 04 22 cf 10"
<- "#3  0x422cf10 in EXHDTOC () at megccmaj.c:1038"
<- "target_xfer_memory (0x422ceb0, xxx, 4, read, xxx) = 4, bytes =\n"
   " 48 e7 70 82"
<- "target_xfer_memory (0x422ceb4, xxx, 4, read, xxx) = 4, bytes =\n"
   " 4d f9 04 5d"
<- "#4  0x4df9045d in ?? ()"
<- "target_xfer_memory (0x48e77082, xxx, 4, read, xxx) = 4, bytes =\n"
   " 1c 00 df ff"
<- "target_xfer_memory (0x48e77086, xxx, 4, read, xxx) = 4, bytes =\n"
   " 2b 23 ff 9f"
<- "#5  0x2b23ff9f in ?? ()"
<- "target_terminal_ours ()\n"
   "Reply contains invalid hex digit\n"
   "(gdb) "
-> "frame"
<- "#0  0x4350542 in sys_vpb_no_eth () at msinifct.c:485"
<- "485\tin msinifct.c"
<- "(gdb) "
-> "kill"
<- "Kill the program being debugged? (y or n) "
-> "y"
<- "target_kill ()\n"
   "In Tbug (instead of Rom68k debug monitor),"
<- "#0  0x4350542 in sys_vpb_no_eth () at msinifct.c:485"
<- "485\tin msinifct.c"
<- "(gdb) "
-> "info breakpoints"
<- "Num Type           Disp Enb Address    What\n"
   "1   breakpoint     keep y   0x0441d598 "
<- "in mgt_rle_eth_init at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:226\n"
   "2   breakpoint     keep y   0x0441a720 "
<- "in sys_fae_pres_fct at 
/home/millot/appli/partiel/v52_frad/arlliv/dem/init_fae.c:224"
<- "(gdb) "
-> "target tbug gl0503:5000"
<- "A program is being debugged already.  Kill it? (y or n) "
-> "y"
<- "target_kill ()\n"
   "target_close (0)"
<- "Remote target tbug connected to gl0503:5000"
<- "target_wait (-1, status) = 42000,   status->kind = stopped, signal = 
SIGTRAP"
<- "target_terminal_ours ()"
<- "0x6960 in ?? ()"
<- "(gdb) "
-> "info breakpoints"
<- "Num Type           Disp Enb Address    What\n"
   "1   breakpoint     keep y   0x0441d598 "
<- "in mgt_rle_eth_init at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:226\n"
   "2   breakpoint     keep y   0x0441a720 "
<- "in sys_fae_pres_fct at 
/home/millot/appli/partiel/v52_frad/arlliv/dem/init_fae.c:224"
<- "(gdb) "
-> "set environment TERM dumb"
<- "(gdb) "
-> "run"
<- "The program being debugged has been started already.\n"
   "Start it from the beginning? (y or n) "
-> "y"
<- "target_kill ()"
<- "Starting program: /home/millot/appli/partiel/v52_frad/etelemrecoff \n"
   "target_prepare_to_store ()"
<- "target_store_registers (pc) = 0x4222310 69346064"
<- "target_insert_breakpoint (0x441d598, xxx) = 0"
<- "target_insert_breakpoint (0x441a720, xxx) = 0\n"
   "target_terminal_inferior ()"
<- "target_resume (-1, continue, 0)"
<- "target_wait (-1, status) = 42000,   status->kind = stopped, signal = 
SIGTRAP"
<- "target_remove_breakpoint (0x441d598, xxx) = 0"
<- "target_remove_breakpoint (0x441a720, xxx) = 0\n"
   "target_terminal_ours ()"
<- "\n"
   "Breakpoint 2, "
<- "sys_fae_pres_fct () at 
/home/millot/appli/partiel/v52_frad/arlliv/dem/init_fae.c:224\n"
   
"\032\032/home/millot/appli/partiel/v52_frad/arlliv/dem/init_fae.c:224:7736:beg:0x441a720\n"
   "target_create_inferior (/home/millot/appli/partiel/v52_frad/etelemrecoff, , 
xxx)"
<- "(gdb) "
-> "info breakpoints"
<- "Num Type           Disp Enb Address    What\n"
   "1   breakpoint     keep y   0x0441d598 "
<- "in mgt_rle_eth_init at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:226\n"
   "2   breakpoint     keep y   0x0441a720 "
<- "in sys_fae_pres_fct at 
/home/millot/appli/partiel/v52_frad/arlliv/dem/init_fae.c:224\n"
   "\tbreakpoint already hit 1 time"
<- "(gdb) "
-> "info registers"
<- "d0             0x0\t0\n"
   "d1             0xffff0001\t-65535\n"
   "d2             0x0\t0\n"
   "d3             0x0\t0\n"
   "d4             0x1\t1\n"
   "d5             0x1\t1\n"
   "d6             0x0\t0\n"
   "d7             0x7d\t125\n"
   "a0             0x435052c\t0x435052c\n"
   "a1             0x45d468a\t0x45d468a\n"
   "a2             0x0\t0x0\n"
   "a3             0x4815518\t0x4815518\n"
   "a4             0x45e4a1e\t0x45e4a1e\n"
   "a5             0x45e68b2\t0x45e68b2\n"
   "fp             0x45d468a\t0x45d468a\n"
   "sp             0x45d463e\t0x45d463e\n"
   "ps             0x9\t0x9\n"
   "pc             0x441a720\t0x441a720\n"
   "fpcontrol      target_fetch_registers (fpcontrol) = 0x0 0\n"
   "0x0\t0x0\n"
   "fpstatus       target_fetch_registers (fpstatus) = 0x0 0\n"
   "0x0\t0x0\n"
   "fpiaddr        target_fetch_registers (fpiaddr) = 0x0 0\n"
   "0x0\t0x0"
<- "(gdb) "
-> "info registers"
<- "d0             0x0\t0\n"
   "d1             0xffff0001\t-65535\n"
   "d2             0x0\t0\n"
   "d3             0x0\t0\n"
   "d4             0x1\t1\n"
   "d5             0x1\t1\n"
   "d6             0x0\t0\n"
   "d7             0x7d\t125\n"
   "a0             0x435052c\t0x435052c\n"
   "a1             0x45d468a\t0x45d468a\n"
   "a2             0x0\t0x0\n"
   "a3             0x4815518\t0x4815518\n"
   "a4             0x45e4a1e\t0x45e4a1e\n"
   "a5             0x45e68b2\t0x45e68b2\n"
   "fp             0x45d468a\t0x45d468a\n"
   "sp             0x45d463e\t0x45d463e\n"
   "ps             0x9\t0x9\n"
   "pc             0x441a720\t0x441a720\n"
   "fpcontrol      0x0\t0x0\n"
   "fpstatus       0x0\t0x0\n"
   "fpiaddr        0x0\t0x0"
<- "(gdb) "
-> "where"
<- "#0  sys_fae_pres_fct () at 
/home/millot/appli/partiel/v52_frad/arlliv/dem/init_fae.c:224"
<- "target_xfer_memory (0x441a720, xxx, 2, read, xxx) = 2, bytes = 4a 39"
<- "target_xfer_memory (0x45d463e, xxx, 4, read, xxx) = 4, bytes =\n"
   " 04 35 05 42"
<- "#1  0x4350542 in sys_vpb_no_eth () at msinifct.c:485"
<- "target_xfer_memory (0x45d468a, xxx, 4, read, xxx) = 4, bytes =\n"
   " 04 63 b5 f6"
<- "target_xfer_memory (0x45d468e, xxx, 4, read, xxx) = 4, bytes =\n"
   " 04 22 3b f8"
<- "#2  0x4223bf8 in EXINIT () at megccmaj.c:1038"
<- "target_xfer_memory (0x463b5f6, xxx, 4, read, xxx) = 4, bytes =\n"
   " 2c 91 00 00"
<- "target_xfer_memory (0x463b5fa, xxx, 4, read, xxx) = 4, bytes =\n"
   " 00 00 00 00"
<- "#3  0x0 in ?? ()"
<- "(gdb) "
-> "frame"
<- "#0  sys_fae_pres_fct () at 
/home/millot/appli/partiel/v52_frad/arlliv/dem/init_fae.c:224\n"
   
"\032\032/home/millot/appli/partiel/v52_frad/arlliv/dem/init_fae.c:224:7736:beg:0x441a720"
<- "(gdb) "
-> "down"
<- "target_terminal_ours ()\n"
   "Bottom (i.e., innermost) frame selected; you cannot go down.\n"
   "(gdb) "
-> "frame"
<- "#0  sys_fae_pres_fct () at 
/home/millot/appli/partiel/v52_frad/arlliv/dem/init_fae.c:224\n"
   
"\032\032/home/millot/appli/partiel/v52_frad/arlliv/dem/init_fae.c:224:7736:beg:0x441a720"
<- "(gdb) "
-> "display"
<- "(gdb) "
-> "up"
<- "#1  0x4350542 in sys_vpb_no_eth () at msinifct.c:485"
<- "485\tin msinifct.c"
<- "(gdb) "
-> "frame"
<- "#1  0x4350542 in sys_vpb_no_eth () at msinifct.c:485"
<- "485\tin msinifct.c"
<- "(gdb) "
-> "display"
<- "(gdb) "
-> "cont"
<- "Continuing.\n"
   "target_terminal_inferior ()"
<- "target_resume (-1, step, 0)"
<- "target_wait (-1, status) = 42000,   status->kind = stopped, signal = 
SIGTRAP"
<- "target_insert_breakpoint (0x441d598, xxx) = 0"
<- "target_insert_breakpoint (0x441a720, xxx) = 0\n"
   "target_terminal_inferior ()"
<- "target_resume (-1, continue, 0)"
<- "target_wait (-1, status) = 42000,   status->kind = stopped, signal = 
SIGTRAP"
<- "target_remove_breakpoint (0x441d598, xxx) = 0"
<- "target_remove_breakpoint (0x441a720, xxx) = 0\n"
   "target_terminal_ours ()"
<- "\n"
   "Breakpoint 2, "
<- "sys_fae_pres_fct () at 
/home/millot/appli/partiel/v52_frad/arlliv/dem/init_fae.c:224\n"
   
"\032\032/home/millot/appli/partiel/v52_frad/arlliv/dem/init_fae.c:224:7736:beg:0x441a720"
<- "(gdb) "
-> "info breakpoints"
<- "Num Type           Disp Enb Address    What\n"
   "1   breakpoint     keep y   0x0441d598 "
<- "in mgt_rle_eth_init at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:226\n"
   "2   breakpoint     keep y   0x0441a720 "
<- "in sys_fae_pres_fct at 
/home/millot/appli/partiel/v52_frad/arlliv/dem/init_fae.c:224\n"
   "\tbreakpoint already hit 2 times"
<- "(gdb) "
-> "output PRIVATE"
<- "target_terminal_ours ()\n"
   "No symbol \"PRIVATE\" in current context.\n"
   "(gdb) "
-> "output octet"
<- "target_terminal_ours ()\n"
   "Attempt to use a type name as an expression\n"
   "(gdb) "
-> "output INT8U"
<- "target_terminal_ours ()\n"
   "Attempt to use a type name as an expression\n"
   "(gdb) "
-> "output Adr_Mac"
<- "target_xfer_memory (0x45fddbc, xxx, 8, read, xxx) = 8, bytes =\n"
   " 00 00 00 00 00 00 00 00\n"
   "\"\""
<- "(gdb) "
-> "frame"
<- "#0  sys_fae_pres_fct () at 
/home/millot/appli/partiel/v52_frad/arlliv/dem/init_fae.c:224\n"
   
"\032\032/home/millot/appli/partiel/v52_frad/arlliv/dem/init_fae.c:224:7736:beg:0x441a720"
<- "(gdb) "
-> "display Adr_Mac"
<- "1: Adr_Mac = "
<- "target_xfer_memory (0x45fddbc, xxx, 8, read, xxx) = 8, bytes =\n"
   " 00 00 00 00 00 00 00 00\n"
   "\"\""
<- "(gdb) "
#  Creating display...
#  Creating display...done.
#  Display 1: Adr_Mac (enabled, scope sys_fae_pres_fct)
#  Display 1: Adr_Mac (enabled, scope sys_fae_pres_fct)
#  In display 1: Adr_Mac (double-click to hide)
#  In display 1: Adr_Mac (double-click to hide)
-> "output INT32U"
<- "target_terminal_ours ()\n"
   "Attempt to use a type name as an expression\n"
   "(gdb) "
-> "set variable Adr_Mac = 0102030405060708"
<- "target_terminal_ours ()\n"
   "Invalid number \"0102030405060708\".\n"
   "(gdb) "
-> "info breakpoints"
<- "Num Type           Disp Enb Address    What\n"
   "1   breakpoint     keep y   0x0441d598 "
<- "in mgt_rle_eth_init at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:226\n"
   "2   breakpoint     keep y   0x0441a720 "
<- "in sys_fae_pres_fct at 
/home/millot/appli/partiel/v52_frad/arlliv/dem/init_fae.c:224\n"
   "\tbreakpoint already hit 2 times"
<- "(gdb) "
-> "display"
<- "1: Adr_Mac = "
<- "target_xfer_memory (0x45fddbc, xxx, 8, read, xxx) = 8, bytes =\n"
   " 00 00 00 00 00 00 00 00\n"
   "\"\""
<- "(gdb) "
#  Updating displays...
#  Updating displays...done.
-> "output PRIVATE"
<- "target_terminal_ours ()\n"
   "No symbol \"PRIVATE\" in current context.\n"
   "(gdb) "
-> "output Adr_Mac"
<- "target_xfer_memory (0x45fddbc, xxx, 8, read, xxx) = 8, bytes =\n"
   " 00 00 00 00 00 00 00 00\n"
   "\"\""
<- "(gdb) "
-> "frame"
<- "#0  "
<- "sys_fae_pres_fct"
<- " ("
<- ") at /home/millot/appli/partiel/v52_frad/arlliv/dem/init_fae.c:224\n"
   
"\032\032/home/millot/appli/partiel/v52_frad/arlliv/dem/init_fae.c:224:7736:beg:0x441a720"
<- "(gdb) "
-> "display Adr_Mac[8]"
<- "2: Adr_Mac[8] = "
<- "target_xfer_memory (0x45fddc4, xxx, 1, read, xxx) = 1, bytes = 00\n"
   "0 \'\\000\'"
<- "(gdb) "
#  Creating display...
#  Creating display...done.
#  Display 2: Adr_Mac[8] (enabled, scope sys_fae_pres_fct)
#  Display 2: Adr_Mac[8] (enabled, scope sys_fae_pres_fct)
-> "output Num_Port_Log"
<- "target_xfer_memory (0x45fddc6, xxx, 4, read, xxx) = 4, bytes = 00 00 00 
00\n"
   "0"
<- "(gdb) "
#  In display 2: Adr_Mac[8] (double-click to hide)
#  In display 2: Adr_Mac[8] (double-click to hide)
-> "output Adr_Mac[8]"
<- "target_xfer_memory (0x45fddc4, xxx, 1, read, xxx) = 1, bytes =\n"
   " 00\n"
   "0 \'\\000\'(gdb) "
-> "set variable Adr_Mac[8] = 12"
<- "target_xfer_memory (0x45fddc4, xxx, 1, write, xxx) = 1, bytes = 0c"
<- "(gdb) "
-> "info breakpoints"
<- "Num Type           Disp Enb Address    What\n"
   "1   breakpoint     keep y   0x0441d598 "
<- "in mgt_rle_eth_init at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:226\n"
   "2   breakpoint     keep y   0x0441a720 "
<- "in sys_fae_pres_fct at 
/home/millot/appli/partiel/v52_frad/arlliv/dem/init_fae.c:224\n"
   "\tbreakpoint already hit 2 times"
<- "(gdb) "
-> "display"
<- "2: Adr_Mac[8] = "
<- "target_xfer_memory (0x45fddc4, xxx, 1, read, xxx) = 1, bytes = 0c\n"
   "12 \'\\f\'\n"
   "1: Adr_Mac = "
<- "target_xfer_memory (0x45fddbc, xxx, 8, read, xxx) = 8, bytes =\n"
   " 00 00 00 00 00 00 00 00\n"
   "\"\"\n"
   "(gdb) "
#  Updating displays...
#  Updating displays...done.
-> "output Rang_Adr_MAC"
<- "target_xfer_memory (0x45fddc4, xxx, 1, read, xxx) = 1, bytes = 0c\n"
   "12 \'\\f\'"
<- "(gdb) "
-> "output Mode_Pont"
<- "target_xfer_memory (0x46705d3, xxx, 1, read, xxx) = 1, bytes = 00\n"
   "0 \'\\000\'"
<- "(gdb) "
-> "output module"
<- "target_terminal_ours ()\n"
   "No symbol \"module\" in current context.\n"
   "(gdb) "
-> "output Routeur_Clnp"
<- "target_xfer_memory (0x4600c9a, xxx, 1, read, xxx) = 1, bytes = 01\n"
   "1 \'\\001\'"
<- "(gdb) "
-> "output Adr_Mac[1]"
<- "target_xfer_memory (0x45fddbd, xxx, 1, read, xxx) = 1, bytes =\n"
   " 00\n"
   "0 \'\\000\'(gdb) "
-> "set Adr_Mac[1]=\'f\'"
<- "target_xfer_memory (0x45fddbd, xxx, 1, write, xxx) = 1, bytes = 66"
<- "(gdb) "
-> "info breakpoints"
<- "Num Type           Disp Enb Address    What\n"
   "1   breakpoint     keep y   0x0441d598 "
<- "in mgt_rle_eth_init at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:226\n"
   "2   breakpoint     keep y   0x0441a720 "
<- "in sys_fae_pres_fct at 
/home/millot/appli/partiel/v52_frad/arlliv/dem/init_fae.c:224\n"
   "\tbreakpoint already hit 2 times"
<- "(gdb) "
-> "display"
<- "2: Adr_Mac[8] = "
<- "target_xfer_memory (0x45fddc4, xxx, 1, read, xxx) = 1, bytes = 0c\n"
   "12 \'\\f\'\n"
   "1: Adr_Mac = "
<- "target_xfer_memory (0x45fddbc, xxx, 8, read, xxx) = 8, bytes =\n"
   " 00 66 00 00 00 00 00 00\n"
   "\"\""
<- "(gdb) "
#  Updating displays...
#  Updating displays...done.
-> "output Adr_Mac[0]"
<- "target_xfer_memory (0x45fddbc, xxx, 1, read, xxx) = 1, bytes =\n"
   " 00\n"
   "0 \'\\000\'"
<- "(gdb) "
-> "set Adr_Mac[0]=\"toto\""
<- "target_fetch_registers (fp0)target_terminal_ours ()\n"
   "That operation is not available on integers of more than 8 bytes.\n"
   "(gdb) "
-> "info breakpoints"
<- "Num Type           Disp Enb Address    What\n"
   "1   breakpoint     keep y   0x0441d598 "
<- "in mgt_rle_eth_init at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:226\n"
   "2   breakpoint     keep y   0x0441a720 "
<- "in sys_fae_pres_fct at 
/home/millot/appli/partiel/v52_frad/arlliv/dem/init_fae.c:224\n"
   "\tbreakpoint already hit 2 times"
<- "(gdb) "
-> "display"
<- "2: Adr_Mac[8] = "
<- "target_xfer_memory (0x45fddc4, xxx, 1, read, xxx) = 1, bytes =\n"
   " 0c\n"
   "12 \'\\f\'\n"
   "1: Adr_Mac = "
<- "target_xfer_memory (0x45fddbc, xxx, 8, read, xxx) = 8, bytes = 00 66 00 00 
00 00 00 00\n"
   "\"\""
<- "(gdb) "
#  Updating displays...
#  Updating displays...done.
#  Display 2: Adr_Mac[8] (enabled, scope sys_fae_pres_fct)
#  Display 2: Adr_Mac[8] (enabled, scope sys_fae_pres_fct)
#  Display 2: Adr_Mac[8] (enabled, scope sys_fae_pres_fct)
-> "frame"
<- "#0  sys_fae_pres_fct () at 
/home/millot/appli/partiel/v52_frad/arlliv/dem/init_fae.c:224\n"
   
"\032\032/home/millot/appli/partiel/v52_frad/arlliv/dem/init_fae.c:224:7736:beg:0x441a720"
<- "(gdb) "
-> "undisplay 2"
<- "(gdb) "
-> "output si"
<- "target_xfer_memory (0x46431bc, xxx, 4, read, xxx) = 4, bytes =\n"
   " 00 30 39 00\n"
   "3160320"
<- "(gdb) "
-> "output Clnp_MulticastAddr"
<- "target_xfer_memory (0x46705d4, xxx, 6, read, xxx) = 6, bytes =\n"
   " 09 00 2b 00 00 05\n"
   "\"\\t\""
<- "(gdb) "
-> "frame"
<- "#0  sys_fae_pres_fct () at 
/home/millot/appli/partiel/v52_frad/arlliv/dem/init_fae.c:224\n"
   
"\032\032/home/millot/appli/partiel/v52_frad/arlliv/dem/init_fae.c:224:7736:beg:0x441a720"
<- "(gdb) "
-> "display Clnp_MulticastAddr"
<- "3: Clnp_MulticastAddr = "
<- "target_xfer_memory (0x46705d4, xxx, 6, read, xxx) = 6, bytes =\n"
   " 09 00 2b 00 00 05\n"
   "\"\\t\""
<- "(gdb) "
#  Creating display...
#  Creating display...done.
#  Display 3: Clnp_MulticastAddr (enabled, scope sys_fae_pres_fct)
#  Display 3: Clnp_MulticastAddr (enabled, scope sys_fae_pres_fct)
-> "output Multicast"
<- "target_terminal_ours ()\n"
   "No symbol \"Multicast\" in current context.\n"
   "(gdb) "
-> "output Clnp_MulticastAddr[]"
<- "target_terminal_ours ()\n"
   "A parse error in expression, near `\'.\n"
   "(gdb) "
-> "set Clnp_MulticastAddr[] = {0x01, 0x02, 0x03, 0x04, 0x05, 0x06}"
<- "target_terminal_ours ()\n"
   "A parse error in expression, near ` = {0x01, 0x02, 0x03, 0x04, 0x05, 
0x06}\'.\n"
   "(gdb) "
-> "info breakpoints"
<- "Num Type           Disp Enb Address    What\n"
   "1   breakpoint     keep y   0x0441d598 "
<- "in mgt_rle_eth_init at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:226\n"
   "2   breakpoint     keep y   0x0441a720 "
<- "in sys_fae_pres_fct at 
/home/millot/appli/partiel/v52_frad/arlliv/dem/init_fae.c:224\n"
   "\tbreakpoint already hit 2 times"
<- "(gdb) "
-> "display"
<- "3: Clnp_MulticastAddr = "
<- "target_xfer_memory (0x46705d4, xxx, 6, read, xxx) = 6, bytes = 09 00 2b 00 
00 05\n"
   "\"\\t\"\n"
   "1: Adr_Mac = "
<- "target_xfer_memory (0x45fddbc, xxx, 8, read, xxx) = 8, bytes =\n"
   " 00 66 00 00 00 00 00 00\n"
   "\"\""
<- "(gdb) "
#  Updating displays...
#  Updating displays...done.
-> "output sys_etsna_pres_fct"
<- "{int ()} 0x441a440"
<- " <sys_etsna_pres_fct at 
/home/millot/appli/partiel/v52_frad/arlliv/dem/init_etsna.c:142>"
<- "(gdb) "
-> "frame"
<- "#0  sys_fae_pres_fct () at 
/home/millot/appli/partiel/v52_frad/arlliv/dem/init_fae.c:224\n"
   
"\032\032/home/millot/appli/partiel/v52_frad/arlliv/dem/init_fae.c:224:7736:beg:0x441a720"
<- "(gdb) "
-> "display sys_etsna_pres_fct"
<- "4: sys_etsna_pres_fct = {int ()} 0x441a440"
<- " <sys_etsna_pres_fct at 
/home/millot/appli/partiel/v52_frad/arlliv/dem/init_etsna.c:142>"
<- "(gdb) "
#  Creating display...
#  Creating display...done.
-> "output fonctions"
#  Display 4: sys_etsna_pres_fct (enabled, scope sys_fae_pres_fct)
#  Display 4: sys_etsna_pres_fct (enabled, scope sys_fae_pres_fct)
<- "target_terminal_ours ()\n"
   "No symbol \"fonctions\" in current context.\n"
   "(gdb) "
#  Display 4: sys_etsna_pres_fct (enabled, scope sys_fae_pres_fct)
#  Display 4: sys_etsna_pres_fct (enabled, scope sys_fae_pres_fct)
-> "frame"
<- "#0  "
<- "sys_fae_pres_fct"
<- " ("
<- ")"
<- " at "
<- "/home/millot/appli/partiel/v52_frad/arlliv/dem/init_fae.c"
<- ":"
<- "224"
<- ""
<- "\032\032"
<- "/home/millot/appli/partiel/v52_frad/arlliv/dem/init_fae.c:224:7736:beg:0x"
<- "441a720"
<- ""
<- "(gdb) "
-> "undisplay 4"
<- "(gdb) "
#  Display 3: Clnp_MulticastAddr (enabled, scope sys_fae_pres_fct)
#  Display 3: Clnp_MulticastAddr (enabled, scope sys_fae_pres_fct)
#  Display 3: Clnp_MulticastAddr (enabled, scope sys_fae_pres_fct)
-> "frame"
<- "#0  sys_fae_pres_fct () at 
/home/millot/appli/partiel/v52_frad/arlliv/dem/init_fae.c:224\n"
   
"\032\032/home/millot/appli/partiel/v52_frad/arlliv/dem/init_fae.c:224:7736:beg:0x441a720"
<- "(gdb) "
-> "undisplay 3"
<- "(gdb) "
#  Display 1: Adr_Mac (enabled, scope sys_fae_pres_fct)
#  Display 1: Adr_Mac (enabled, scope sys_fae_pres_fct)
#  Display 1: Adr_Mac (enabled, scope sys_fae_pres_fct)
-> "frame"
<- "#0  sys_fae_pres_fct () at 
/home/millot/appli/partiel/v52_frad/arlliv/dem/init_fae.c:224\n"
   
"\032\032/home/millot/appli/partiel/v52_frad/arlliv/dem/init_fae.c:224:7736:beg:0x441a720"
<- "(gdb) "
-> "undisplay 1"
<- "(gdb) "
-> "output absence"
<- "target_terminal_ours ()\n"
   "No symbol \"absence\" in current context.\n"
   "(gdb) "
-> "info registers"
<- "d0             0x0\t0\n"
   "d1             0x1\t1\n"
   "d2             0xffffff00\t-256\n"
   "d3             0x0\t0\n"
   "d4             0x1\t1\n"
   "d5             0x0\t0\n"
   "d6             0x4815518\t75584792\n"
   "d7             0x98\t152\n"
   "a0             0x435052c\t0x435052c\n"
   "a1             0x45d45da\t0x45d45da\n"
   "a2             0x0\t"
<- "0x0\n"
   "a3             0x4815518\t0x4815518\n"
   "a4             0x45e4b1e\t0x45e4b1e\n"
   "a5             0x45e68b2\t0x45e68b2\n"
   "fp             0x45d45da\t0x45d45da\n"
   "sp             0x45d4586\t0x45d4586\n"
   "ps             0x9\t0x9\n"
   "pc             0x441a720\t0x441a720\n"
   "fpcontrol      target_fetch_registers (fpcontrol) = 0x0 0\n"
   "0x0\t0x0\n"
   "fpstatus       target_fetch_registers (fpstatus) = 0x0 0\n"
   "0x0\t0x0\n"
   "fpiaddr        target_fetch_registers (fpiaddr) = 0x0 0\n"
   "0x0\t0x0"
<- "(gdb) "
-> "display $d4"
<- "5: $d4 = 1\n"
   "(gdb) "
-> "frame"
<- "#0  sys_fae_pres_fct () at 
/home/millot/appli/partiel/v52_frad/arlliv/dem/init_fae.c:224\n"
   
"\032\032/home/millot/appli/partiel/v52_frad/arlliv/dem/init_fae.c:224:7736:beg:0x441a720"
<- "(gdb) "
-> "display $d4"
<- "6: $d4 = 1"
<- "(gdb) "
#  Creating display...
#  Creating display...done.
#  Display 6: $d4 (enabled, scope sys_fae_pres_fct)
#  Display 6: $d4 (enabled, scope sys_fae_pres_fct)
#  In display 6: $d4 (double-click to hide)
#  In display 6: $d4 (double-click to hide)
#  In display 6: $d4 (double-click to hide)
-> "output $d4"
<- "1"
<- "(gdb) "
-> "output ttype_class33r0"
<- "target_terminal_ours ()\n"
   "Attempt to use a type name as an expression\n"
   "(gdb) "
-> "set variable $d4 = fff"
<- "target_terminal_ours ()\n"
   "No symbol \"fff\" in current context.\n"
   "(gdb) "
-> "info breakpoints"
<- "Num Type           Disp Enb Address    What\n"
   "1   breakpoint     keep y   0x0441d598 "
<- "in mgt_rle_eth_init at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:226\n"
   "2   breakpoint     keep y   0x0441a720 "
<- "in sys_fae_pres_fct at 
/home/millot/appli/partiel/v52_frad/arlliv/dem/init_fae.c:224\n"
   "\tbreakpoint already hit 2 times"
<- "(gdb) "
-> "display"
<- "6: $d4 = 1\n"
   "5: $d4 = 1"
<- "(gdb) "
#  Updating displays...
#  Updating displays...done.
-> "output $d4"
<- "1"
<- "(gdb) "
-> "set variable $d4 = 04578"
<- "target_terminal_ours ()\n"
   "Invalid number \"04578\".\n"
   "(gdb) "
-> "info breakpoints"
<- "Num Type           Disp Enb Address    What\n"
   "1   breakpoint     keep y   0x0441d598 "
<- "in mgt_rle_eth_init at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:226\n"
   "2   breakpoint     keep y   0x0441a720 "
<- "in sys_fae_pres_fct at 
/home/millot/appli/partiel/v52_frad/arlliv/dem/init_fae.c:224\n"
   "\tbreakpoint already hit 2 times"
<- "(gdb) "
-> "display"
<- "6: $d4 = 1\n"
   "5: $d4 = 1"
<- "(gdb) "
#  Updating displays...
#  Updating displays...done.
-> "output des"
<- "target_terminal_ours ()\n"
   "No symbol \"des\" in current context.\n"
   "(gdb) "
-> "output PRIVATE"
<- "target_terminal_ours ()\n"
   "No symbol \"PRIVATE\" in current context.\n"
   "(gdb) "
#  In display 6: $d4 (double-click to hide)
#  In display 6: $d4 (double-click to hide)
-> "output $d4"
<- "1"
<- "(gdb) "
-> "set variable $d4 = 04578"
<- "target_terminal_ours ()\n"
   "Invalid number \"04578\".\n"
   "(gdb) "
-> "info breakpoints"
<- "Num Type           Disp Enb Address    What\n"
   "1   breakpoint     keep y   0x0441d598 "
<- "in mgt_rle_eth_init at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:226\n"
   "2   breakpoint     keep y   0x0441a720 "
<- "in sys_fae_pres_fct at 
/home/millot/appli/partiel/v52_frad/arlliv/dem/init_fae.c:224\n"
   "\tbreakpoint already hit 2 times"
<- "(gdb) "
-> "display"
<- "6: $d4 = "
<- "1\n"
   "5: $d4 = 1"
<- "(gdb) "
#  Updating displays...
#  Updating displays...done.
#  In display 6: $d4 (double-click to hide)
#  In display 6: $d4 (double-click to hide)
-> "output $d4"
<- "1"
<- "(gdb) "
-> "set variable $d4 = /x 12fe"
<- "target_terminal_ours ()\n"
   "A parse error in expression, near `x 12fe\'.\n"
   "(gdb) "
-> "info breakpoints"
<- "Num Type           Disp Enb Address    What\n"
   "1   breakpoint     keep y   0x0441d598 "
<- "in mgt_rle_eth_init at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:226\n"
   "2   breakpoint     keep y   0x0441a720 "
<- "in sys_fae_pres_fct at 
/home/millot/appli/partiel/v52_frad/arlliv/dem/init_fae.c:224\n"
   "\tbreakpoint already hit 2 times"
<- "(gdb) "
-> "display"
<- "6: $d4 = 1\n"
   "5: $d4 = 1"
<- "(gdb) "
#  Updating displays...
#  Updating displays...done.
-> "output des"
<- "target_terminal_ours ()\n"
   "No symbol \"des\" in current context.\n"
   "(gdb) "
-> "output ttype_class33r0"
<- "target_terminal_ours ()\n"
   "Attempt to use a type name as an expression\n"
   "(gdb) "
-> "output $d4"
<- "1"
<- "(gdb) "
-> "set $d4= $d\' +1"
<- "target_terminal_ours ()\n"
   "Unmatched single quote.\n"
   "(gdb) "
-> "info breakpoints"
<- "Num Type           Disp Enb Address    What\n"
   "1   breakpoint     keep y   0x0441d598 "
<- "in mgt_rle_eth_init at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:226\n"
   "2   breakpoint     keep y   0x0441a720 "
<- "in sys_fae_pres_fct at 
/home/millot/appli/partiel/v52_frad/arlliv/dem/init_fae.c:224\n"
   "\tbreakpoint already hit 2 times"
<- "(gdb) "
-> "display"
<- "6: $d4 = 1\n"
   "5: $d4 = 1"
<- "(gdb) "
#  Updating displays...
#  Updating displays...done.
-> "output $d4"
<- "1"
<- "(gdb) "
-> "set $d4= $d4 +1"
<- "target_prepare_to_store ()\n"
   "target_prepare_to_store ()"
<- "target_store_registers (d4) = 0x2 2"
<- "(gdb) "
-> "info breakpoints"
<- "Num Type           Disp Enb Address    What\n"
   "1   breakpoint     keep y   0x0441d598 "
<- "in mgt_rle_eth_init at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:226\n"
   "2   breakpoint     keep y   0x0441a720 "
<- "in sys_fae_pres_fct at 
/home/millot/appli/partiel/v52_frad/arlliv/dem/init_fae.c:224\n"
   "\tbreakpoint already hit 2 times"
<- "(gdb) "
-> "display"
<- "6: $d4 = "
<- "2\n"
   "5: $d4 = 2"
<- "(gdb) "
#  Updating displays...
#  Updating displays...done.
-> "output $d4"
<- "2"
<- "(gdb) "
-> "set $d4 = 255"
<- "target_prepare_to_store ()"
<- "target_prepare_to_store ()"
<- "target_store_registers (d4) = 0xff 255"
<- "(gdb) "
-> "info breakpoints"
<- "Num Type           Disp Enb Address    What\n"
   "1   breakpoint     keep y   0x0441d598 "
<- "in mgt_rle_eth_init at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:226\n"
   "2   breakpoint     keep y   0x0441a720 "
<- "in sys_fae_pres_fct at 
/home/millot/appli/partiel/v52_frad/arlliv/dem/init_fae.c:224\n"
   "\tbreakpoint already hit 2 times"
<- "(gdb) "
-> "display"
<- "6: $d4 = 255\n"
   "5: $d4 = 255"
<- "(gdb) "
#  Updating displays...
#  Updating displays...done.
-> "output $d4"
<- "255"
<- "(gdb) "
-> "set $d4 = 256"
<- "target_prepare_to_store ()\n"
   "target_prepare_to_store ()"
<- "target_store_registers (d4) = 0x100 256"
<- "(gdb) "
-> "info breakpoints"
<- "Num Type           Disp Enb Address    What\n"
   "1   breakpoint     keep y   0x0441d598 "
<- "in mgt_rle_eth_init at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:226\n"
   "2   breakpoint     keep y   0x0441a720 "
<- "in sys_fae_pres_fct at 
/home/millot/appli/partiel/v52_frad/arlliv/dem/init_fae.c:224\n"
   "\tbreakpoint already hit 2 times"
<- "(gdb) "
-> "display"
<- "6: $d4 = 256\n"
   "5: $d4 = 256"
<- "(gdb) "
#  Updating displays...
#  Updating displays...done.
-> "output $d4"
<- "256"
<- "(gdb) "
-> "set $d4 = 1024"
<- "target_prepare_to_store ()\n"
   "target_prepare_to_store ()"
<- "target_store_registers (d4) = 0x400 1024"
<- "(gdb) "
-> "info breakpoints"
<- "Num Type           Disp Enb Address    What\n"
   "1   breakpoint     keep y   0x0441d598 in mgt_rle_eth_init at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:226\n"
   "2   breakpoint     keep y   0x0441a720 "
<- "in "
<- "sys_fae_pres_fct"
<- " at "
<- "/home/millot/appli/partiel/v52_frad/arlliv/dem/init_fae.c:224\n"
   "\tbreakpoint already hit 2 times"
<- "(gdb) "
-> "display"
<- "6: $d4 = 1024\n"
   "5: $d4 = 1024"
<- "(gdb) "
#  Updating displays...
#  Updating displays...done.
-> "output $d4"
<- "1024"
<- "(gdb) "
-> "set $d4 = 1145789"
<- "target_prepare_to_store ()\n"
   "target_prepare_to_store ()"
<- "target_store_registers (d4) = 0x117bbd 1145789"
<- "(gdb) "
-> "info breakpoints"
<- "Num Type           Disp Enb Address    What\n"
   "1   breakpoint     keep y   0x0441d598 "
<- "in mgt_rle_eth_init at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:226\n"
   "2   breakpoint     keep y   0x0441a720 "
<- "in sys_fae_pres_fct at 
/home/millot/appli/partiel/v52_frad/arlliv/dem/init_fae.c:224\n"
   "\tbreakpoint already hit 2 times"
<- "(gdb) "
-> "display"
<- "6: $d4 = 1145789\n"
   "5: $d4 = 1145789"
<- "(gdb) "
#  Updating displays...
#  Updating displays...done.
-> "output $d4"
<- "1145789"
<- "(gdb) "
-> "set $d4 = 0xfffff "
<- "target_prepare_to_store ()\n"
   "target_prepare_to_store ()"
<- "target_store_registers (d4) = 0xfffff 1048575"
<- "(gdb) "
-> "info breakpoints"
<- "Num Type           Disp Enb Address    What\n"
   "1   breakpoint     keep y   0x0441d598 "
<- "in mgt_rle_eth_init at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:226\n"
   "2   breakpoint     keep y   0x0441a720 "
<- "in sys_fae_pres_fct at 
/home/millot/appli/partiel/v52_frad/arlliv/dem/init_fae.c:224\n"
   "\tbreakpoint already hit 2 times"
<- "(gdb) "
-> "display"
<- "6: $d4 = 1048575\n"
   "5: $d4 = 1048575"
<- "(gdb) "
#  Updating displays...
#  Updating displays...done.
#  In display 6: $d4 (double-click to hide)
#  In display 6: $d4 (double-click to hide)
#  In display 6: $d4 (double-click to hide)
-> "output $d4"
<- "1048575"
<- "(gdb) "
-> "output char"
<- "target_terminal_ours ()\n"
   "Attempt to use a type name as an expression\n"
   "(gdb) "
-> "output PRIVATE"
<- "target_terminal_ours ()\n"
   "No symbol \"PRIVATE\" in current context.\n"
   "(gdb) "
-> "set variable $d4 = 0xef78ab10"
<- "target_prepare_to_store ()\n"
   "target_prepare_to_store ()"
<- "target_store_registers (d4) = 0xef78ab10 -277304560"
<- "(gdb) "
-> "info breakpoints"
<- "Num Type           Disp Enb Address    What\n"
   "1   breakpoint     keep y   0x0441d598 "
<- "in mgt_rle_eth_init at 
/home/millot/appli/partiel/v52_frad/faeliv/mae/ethmgtc.c:226\n"
   "2   breakpoint     keep y   0x0441a720 "
<- "in sys_fae_pres_fct at 
/home/millot/appli/partiel/v52_frad/arlliv/dem/init_fae.c:224\n"
   "\tbreakpoint already hit 2 times"
<- "(gdb) "
-> "display"
<- "6"
<- ": "
<- "$d4"
<- " = "
<- "-277304560"
<- ""
<- "5: $d4 = -277304560"
<- "(gdb) "
#  Updating displays...
#  Updating displays...done.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]