mes/scaffold
Jan Nieuwenhuizen 74c4197467 mescc: Mescc-tools support: char foo[BAR] = {'a', 'b', 'c'}.
* stage0/x86.M1 (mov____%al,0x8(%ebp), mov____%al,0x32(%ebp),
  mov____%ax,0x8(%ebp), mov____%ax,0x32(%ebp)): New define.
* module/mes/as-i386.mes (i386:accu->local+n,i386:byte-accu->local+n,
  i386:word-accu->local+n): New function.
* module/language/c99/compiler.mes (accu->local+n): New function.
  (initzer->data): Return char as single byte.
  (decl->info): Support char foo[BAR] = {'a', 'b', 'c'}.
* scaffold/tests/66-local-char-array.c: Test it.
* make.scm (add-scaffold-test): Build it.
2017-11-27 19:51:18 +01:00
..
tests mescc: Mescc-tools support: char foo[BAR] = {'a', 'b', 'c'}. 2017-11-27 19:51:18 +01:00
tinycc mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
argv.c mescc: Write object files in hex2 or hex3 format. 2017-06-11 13:11:40 +02:00
b-0.mes mescc: Run module/base-0.mes. 2017-03-26 21:13:01 +02:00
hello.c mescc: Write object files in hex2 or hex3 format. 2017-06-11 13:11:40 +02:00
m.c mescc: Write object files in hex2 or hex3 format. 2017-06-11 13:11:40 +02:00
main.c tinycc: scaffold/main.c: running mes-tcc compiled binary #6. 2017-11-16 05:33:11 +01:00
malloc.c mescc: Support regular C99 compile, headers + mlibc. 2017-05-02 23:30:46 +02:00
mesmes build: Refactor. 2017-04-12 21:27:59 +02:00
micro-mes.c mescc: Write object files in hex2 or hex3 format. 2017-06-11 13:11:40 +02:00
t-0.mes mescc: Run module/base-0.mes. 2017-03-26 21:13:01 +02:00