/[gxemul]/trunk/src/debugger/debugger_cmds.c
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/src/debugger/debugger_cmds.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 32 by dpavlin, Mon Oct 8 16:20:58 2007 UTC revision 34 by dpavlin, Mon Oct 8 16:21:17 2007 UTC
# Line 1  Line 1 
1  /*  /*
2   *  Copyright (C) 2004-2006  Anders Gavare.  All rights reserved.   *  Copyright (C) 2004-2007  Anders Gavare.  All rights reserved.
3   *   *
4   *  Redistribution and use in source and binary forms, with or without   *  Redistribution and use in source and binary forms, with or without
5   *  modification, are permitted provided that the following conditions are met:   *  modification, are permitted provided that the following conditions are met:
# Line 25  Line 25 
25   *  SUCH DAMAGE.   *  SUCH DAMAGE.
26   *   *
27   *   *
28   *  $Id: debugger_cmds.c,v 1.8 2006/10/14 02:30:12 debug Exp $   *  $Id: debugger_cmds.c,v 1.10 2006/12/30 13:30:56 debug Exp $
29   *   *
30   *  Debugger commands. Included from debugger.c.   *  Debugger commands. Included from debugger.c.
31   */   */
# Line 1407  static void debugger_cmd_help(struct mac Line 1407  static void debugger_cmd_help(struct mac
1407          printf("\nIn generic assignments, x must be a register or other "          printf("\nIn generic assignments, x must be a register or other "
1408              "writable settings\nvariable, and expr can contain registers/"              "writable settings\nvariable, and expr can contain registers/"
1409              "settings, numeric values, or symbol\nnames, in combination with"              "settings, numeric values, or symbol\nnames, in combination with"
1410              " parenthesis and + - * / %% ^ | operators.\nIn case there are"              " parenthesis and + - * / & %% ^ | operators.\nIn case there are"
1411              " multiple matches (i.e. a symbol that has the same name as a\n"              " multiple matches (i.e. a symbol that has the same name as a\n"
1412              "register), you may add a prefix character as a hint: '#' for"              "register), you may add a prefix character as a hint: '#' for"
1413              " registers, '@'\nfor symbols, and '$' for numeric values. Use"              " registers, '@'\nfor symbols, and '$' for numeric values. Use"

Legend:
Removed from v.32  
changed lines
  Added in v.34

  ViewVC Help
Powered by ViewVC 1.1.26