Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
Guido committed May 9, 2022
1 parent d704f8f commit 8e80839
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ mule -i some_directory3 Hello
```
will search for `Hello.OBJ` and `SYS.Hello.OBJ` in the directories `some_directory3`, `some_directory1` and `some_directory2` (in this order).
Likewise, libraries required by `Hello.OBJ` for execution will be searched by (for example) `FileSystem.OBJ` and `LIB.FileSystem.OBJ` in the same directories.
With this feature, you can store system programs (such as the M2 compiler and standard libraries) in one dedicated "system" directory, while maintaining your Modula-2 projects in different directories.
## References and Credits
* Jos Dreesen's "Emulith" Lilith emulator at ftp.dreesen.ch
* The original Lilith disk images at ftp.dreesen.ch
Expand Down

0 comments on commit 8e80839

Please sign in to comment.