home *** CD-ROM | disk | FTP | other *** search
/ AMIGA PD 1 / AMIGA-PD-1.iso / Programme_zum_Heft / Programmieren / Kurztests / Barfly / Problems < prev    next >
Text File  |  1994-10-23  |  2KB  |  55 lines

  1.  
  2.  
  3.  o CALLEXEC FindTask  Comment
  4.    ->jsr FindTask.l !!!!!!
  5.    1) Parameter=FindTask<Space><Space>
  6.    2) Parameter=Comment
  7.  
  8.    so the CALLEXEC Macros looks like this:
  9.  
  10.    jsr _LVOFindTask  (a6)
  11.  
  12.    If you use
  13.    CALLEXEC FindTask  ;Comment
  14.    you have no problem.
  15.  
  16.    I'll added this macro parsing system some months ago because a Betatester
  17.    wanted it but at the moment i think i better change it back to the
  18.    old state because you can easily get bugs into your code and the assembler
  19.    simply can't detect it.
  20.  
  21.  o If you don't like that the Shellwindow isn't closed after the program
  22.    finished you should set another Shell definition in the configuration
  23.    files.
  24.  
  25.  o If BDebug hello doesn't open the following windows something goes
  26.    wrong.
  27.  
  28.    o Register Window
  29.  
  30.    o Disassembler Window
  31.  
  32.    o Memory Window
  33.  
  34.    o Source Window
  35.  
  36.    o Struct Window(Empty..you have to fill it with a structure->Menus)
  37.  
  38.  
  39.  o If the Demoversion stops after a lot debug steps you have reached
  40.    one of the **** Demo Version Limitations*.
  41.  
  42.  
  43.  o If you think some windows are too small when they opened..changed the
  44.    Dimensions of the windows in the configuration files.
  45.  
  46.  
  47.  o Please **read** the s/Barfly/Barfly.DebugConfig first to get an
  48.    impression what you can configurate.
  49.  
  50.  o If the assembler shows some kind of width access error you should
  51.    look for the options -b0,-b1,-b2,-B0,-B1,-B2,-n0,-n1 that determine
  52.    the default width of a data field.
  53.  
  54.    *Please **read** the manual before you drop me an email*
  55.