# HG changeset patch # User lost # Date 1250382355 0 # Node ID b43e3e23583c6b484f90e588f51e24207a6dd9c0 # Parent 1106ec189e4f4f3dc8ef26fdf73552cea34d4390 Added not about likely incompatibilities with source code from other assemblers when using the OS9 module target diff -r 1106ec189e4f -r b43e3e23583c doc/manual.docbook.sgml --- a/doc/manual.docbook.sgml Sat Aug 15 05:30:25 2009 +0000 +++ b/doc/manual.docbook.sgml Sun Aug 16 00:25:55 2009 +0000 @@ -114,6 +114,16 @@ +It is also critical to understand that unlike many OS9 assemblers, LWASM +does NOT maintain a separate data address counter. Thus, you must define +all your data offsets and so on outside of the mod/emod segment. It is, +therefore, likely that source code targeted at other assemblers will require +edits to build correctly. + + + + + LWLINK does not, yet, have the ability to create OS9 modules from object files.