File: TODO

package info (click to toggle)
gputils 0.13.6-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 17,004 kB
  • ctags: 3,778
  • sloc: pascal: 191,257; ansic: 23,428; sh: 3,391; makefile: 1,310; lex: 969; yacc: 962
file content (36 lines) | stat: -rw-r--r-- 1,267 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
This following list contains items that need to be completed.  This 
list is in no particular order.

gputils
  * grep the source for FIXME and fix.
  * Add a check for the version of flex.
  * Start migrating to the GNU coding style.
  * Prefix all visible library functions with gp_. Add _ to all 
    others.
  * Switch to xmalloc and obstacks.
  * Use dejagnu for testing.

gpasm
  * Implement nested while loops.
  * Clean up the byte verses word, data memory/program memory stuff.
  * Move opcode generator from /gpasm/directive.c to 
    /libgputils/opcode.c.
  * Move COD file generation to library.
  * Add macro names to symbol table in listing file.
  * Undefined coff symbols are always at the end of the coff table.
  * Add relocations for the difference between symbols in the same section.
  * Allow multiple symbols with the same name in different sections of COFF
    asm files.
  * Allow expressions in .direct.  Reduce to operators, numbers, and controls.

gplink
  * Removed unnecessary page and bank switches.
  * Peep-like optimization.  Consider using pcode from sdcc-pic14.
  * Partial linking.
  * Use extended COD file types.

gpvc
  * Use the disassembler to decode the program memory sections.

gpdasm
  * Generate human readable outputs.