home *** CD-ROM | disk | FTP | other *** search
- STUFF TO DO
-
- ----------------------------------------------------------------------
- IMPROVE DOCUMENTATION
-
- SIGNAL should be used to catch them bombs, when previous errors force
- a crash.
-
- Improve portable.c to the level of usefulness, à la RN Configure
-
- make a papplist for identifier, for .ZEXT and .UNDEFINE
-
- this might create problems (try it out)
- ---
- file a:
- foo = bar
- -
- file b:
- bar lda foo
- ---
-
- ----------------------------------------------------------------------
-
- Doku for Worker.c NLINK65
-
-
- This is the way PC, ORIGIN and DIFF work
-
- Files that are loaded
-
- +---------+ pc +---------+ pc
- | | . | | .
- | | . | | .
- | file1 | bytes | file2 | bytes
- | | . | | .
- | | . | | .
- +---------+ endpc +---------+ endpc
-
-
- +-------------+ origin
- | +---------+ | .
- | | | | . n∙
- | | | | . diff = origin - pc + Σ bytes
- | | file1 | | . 2
- | | | | .
- | | | | .
- | +---------+ | tbytes
- | +---------+ | .
- | | | | .
- | | | | .
- | | file2 | | .
- | | | | .
- | | | | .
- | +---------+ | .
- +-------------+ code_end
-
- ∙ I can't believe it. I actually wrote something mathematical.
- ----------------------------------------------------------------------
-
- h_global[0] and relatives are never used? WRONG!! They are used with
- those special VfL variables.
-
-
-