acme/src
hoeppie b64e051e11 Update vom Makefile.mingw
git-svn-id: https://svn.code.sf.net/p/acme-crossass/code-0/trunk@38 4df02467-bbd4-4a76-a152-e7ce94205b78
2014-07-12 11:11:41 +00:00
..
win Update vom Makefile.mingw 2014-07-12 11:11:41 +00:00
_amiga.h added "apple" output format for Apple II machines (load address, length, body) 2012-10-25 15:33:14 +00:00
_dos.c fixed dir tree structure 2012-02-27 21:25:04 +00:00
_dos.h added "apple" output format for Apple II machines (load address, length, body) 2012-10-25 15:33:14 +00:00
_riscos.c fixed dir tree structure 2012-02-27 21:25:04 +00:00
_riscos.h added "apple" output format for Apple II machines (load address, length, body) 2012-10-25 15:33:14 +00:00
_std.c fixed dir tree structure 2012-02-27 21:25:04 +00:00
_std.h added "apple" output format for Apple II machines (load address, length, body) 2012-10-25 15:33:14 +00:00
acme.c Fixed error message for "unknown output format" so it includes "apple". 2014-06-30 13:16:32 +00:00
acme.h Release 0.95.1: Tweaked type system and changed "label" to "symbol" in a lot of places. 2014-06-07 00:12:10 +00:00
alu.c Release 0.95.1: Tweaked type system and changed "label" to "symbol" in a lot of places. 2014-06-07 00:12:10 +00:00
alu.h Release 0.95.1: Tweaked type system and changed "label" to "symbol" in a lot of places. 2014-06-07 00:12:10 +00:00
basics.c Release 0.95.1: Tweaked type system and changed "label" to "symbol" in a lot of places. 2014-06-07 00:12:10 +00:00
basics.h fixed dir tree structure 2012-02-27 21:25:04 +00:00
cliargs.c fixed dir tree structure 2012-02-27 21:25:04 +00:00
cliargs.h fixed dir tree structure 2012-02-27 21:25:04 +00:00
config.h Release 0.95.1: Tweaked type system and changed "label" to "symbol" in a lot of places. 2014-06-07 00:12:10 +00:00
cpu.c Release 0.95: Added experimental type checking system (still missing docs, however). Made warning about old "!for" syntax configurable. 2014-06-02 00:47:46 +00:00
cpu.h more cleanup - moved some stuff between files 2014-03-11 14:22:32 +00:00
dynabuf.c Release 0.94.11: Number arguments to !warn, !error and !serious are now output in hex format as well. Also changed docs accordingly. 2014-05-28 21:39:15 +00:00
dynabuf.h Release 0.94.11: Number arguments to !warn, !error and !serious are now output in hex format as well. Also changed docs accordingly. 2014-05-28 21:39:15 +00:00
encoding.c added comments, cleaned up some struct and variable names - no change in functionality at all 2014-03-11 12:07:11 +00:00
encoding.h fixed dir tree structure 2012-02-27 21:25:04 +00:00
flow.c Release 0.95.1: Tweaked type system and changed "label" to "symbol" in a lot of places. 2014-06-07 00:12:10 +00:00
flow.h fixed dir tree structure 2012-02-27 21:25:04 +00:00
global.c Release 0.95.1: Tweaked type system and changed "label" to "symbol" in a lot of places. 2014-06-07 00:12:10 +00:00
global.h Release 0.95: Added experimental type checking system (still missing docs, however). Made warning about old "!for" syntax configurable. 2014-06-02 00:47:46 +00:00
input.c added comments, cleaned up some struct and variable names - no change in functionality at all 2014-03-11 12:07:11 +00:00
input.h added comments, cleaned up some struct and variable names - no change in functionality at all 2014-03-11 12:07:11 +00:00
macro.c Release 0.95.1: Tweaked type system and changed "label" to "symbol" in a lot of places. 2014-06-07 00:12:10 +00:00
macro.h fixed dir tree structure 2012-02-27 21:25:04 +00:00
Makefile Release 0.95.1: Tweaked type system and changed "label" to "symbol" in a lot of places. 2014-06-07 00:12:10 +00:00
Makefile.dos Release 0.95.1: Tweaked type system and changed "label" to "symbol" in a lot of places. 2014-06-07 00:12:10 +00:00
Makefile.mingw Update vom Makefile.mingw 2014-07-12 11:11:41 +00:00
Makefile.riscos Release 0.95.1: Tweaked type system and changed "label" to "symbol" in a lot of places. 2014-06-07 00:12:10 +00:00
mnemo.c Release 0.95.1: Tweaked type system and changed "label" to "symbol" in a lot of places. 2014-06-07 00:12:10 +00:00
mnemo.h fixed dir tree structure 2012-02-27 21:25:04 +00:00
output.c Release 0.95.1: Tweaked type system and changed "label" to "symbol" in a lot of places. 2014-06-07 00:12:10 +00:00
output.h Release 0.95.1: Tweaked type system and changed "label" to "symbol" in a lot of places. 2014-06-07 00:12:10 +00:00
platform.c fixed dir tree structure 2012-02-27 21:25:04 +00:00
platform.h added my name as windows compiler. 2014-01-26 21:08:43 +00:00
section.c added comments, cleaned up some struct and variable names - no change in functionality at all 2014-03-11 12:07:11 +00:00
section.h added comments, cleaned up some struct and variable names - no change in functionality at all 2014-03-11 12:07:11 +00:00
symbol.c Release 0.95.1: Tweaked type system and changed "label" to "symbol" in a lot of places. 2014-06-07 00:12:10 +00:00
symbol.h Release 0.95.1: Tweaked type system and changed "label" to "symbol" in a lot of places. 2014-06-07 00:12:10 +00:00
tree.c added comments, cleaned up some struct and variable names - no change in functionality at all 2014-03-11 12:07:11 +00:00
tree.h added comments, cleaned up some struct and variable names - no change in functionality at all 2014-03-11 12:07:11 +00:00
typesystem.c Release 0.95.1: Tweaked type system and changed "label" to "symbol" in a lot of places. 2014-06-07 00:12:10 +00:00
typesystem.h Release 0.95.1: Tweaked type system and changed "label" to "symbol" in a lot of places. 2014-06-07 00:12:10 +00:00