1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-07 04:29:01 +00:00
cc65/libsrc/em
Oliver Schmidt 008b4c4e1d Replaced whole bunch for Makefiles with a single generic Makefile.
- No complex shell logic.
- "Source file shadowing" for all targets via vpath.
- Dependency handling.
- True incremental build.
- Don't write into source directories.
- Easy cleanup by just removing 'wrk'.
2013-05-04 22:10:48 +02:00
..
em_commit.s Patch by Stefan Haubenthal: Remove __fastcall__ in comments and/or the 2012-03-04 13:08:54 +00:00
em_copyfrom.s New extended memory API 2002-11-29 14:46:56 +00:00
em_copyto.s New extended memory API 2002-11-29 14:46:56 +00:00
em_load.s Forgot to add the new module that contains em_load_driver. 2012-07-23 06:18:58 +00:00
em_map.s New extended memory API 2002-11-29 14:46:56 +00:00
em_pagecount.s New extended memory API 2002-11-29 14:46:56 +00:00
em_unload.s Patch by Stefan Haubenthal: Remove __fastcall__ in comments and/or the 2012-03-04 13:08:54 +00:00
em_use.s Added em_use 2002-12-05 18:57:53 +00:00
em-kernel.s Rewrote em_load_driver in assembler fixing a possible memory leak. 2012-07-22 11:36:09 +00:00