mes/src
Jan Nieuwenhuizen 35b1be535a bootstrap: Update necessary M1 sources.
M1 -f stage0/x86.M1 -f mlibc/crt1.M1 --LittleEndian --Architecture=1 > mlibc/crt1.hex2
   M1 -f stage0/x86.M1 -f mlibc/mini-libc-mes.M1 --LittleEndian --Architecture=1  > mlibc/libc-mes.hex2
   M1 -f stage0/x86.M1 -f src/mes.M1 --LittleEndian --Architecture=1 > src/mes.hex2
   hex2 --LittleEndian --Architecture=1 --BaseAddress=0x1000000 -f stage0/elf32-header.hex2 -f mlibc/crt1.hex2 -f mlibc/libc-mes.hex2 -f src/mes.hex2 -f stage0/elf32-footer-single-main.hex2 > src/mes-mes
   exec_enable src/mes-mes

* mlibc/libc-mes.M1: Update.
* src/mes.M1: Udate.
2017-11-18 12:14:07 +01:00
..
gc.c mescc: Support regular C99 compile, headers + mlibc. 2017-05-02 23:30:46 +02:00
lib.c mescc: C99 header files and declaraions. 2017-05-23 07:16:08 +02:00
math.c core: Add logand, lognot. 2017-08-27 12:53:01 +02:00
mes.M1 bootstrap: Update necessary M1 sources. 2017-11-18 12:14:07 +01:00
mes.c build: Install and installed-run fixes. 2017-07-26 15:57:38 +02:00
posix.c mescc: C99 header files and declaraions. 2017-05-23 07:16:08 +02:00
reader.c core: Always include reader.c, drop binary read-0-32.mo dependency. 2017-05-28 16:03:45 +02:00
vector.c build: Refactor. 2017-04-12 21:27:59 +02:00