mes/stage0
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
..
elf-0footer.hex2 mescc: Produce object files in hex2 format, remove hex3. 2017-06-25 09:33:55 +02:00
elf32-0header.hex2 mescc: Produce object files in hex2 format, remove hex3. 2017-06-25 09:33:55 +02:00
elf32-body-exit-42.hex2 stage0: Move to-be-generated part of body to footer. 2017-06-21 07:05:26 +02:00
elf32-footer-single-main.hex2 mescc: Produce object files in hex2 format, remove hex3. 2017-06-25 09:33:55 +02:00
elf32-header.hex2 mescc: Produce object files in hex2 format, remove hex3. 2017-06-25 09:33:55 +02:00
elf32.hex3 stage0: Add stage0 hex2 gdb header and footer example. 2017-06-18 21:06:27 +02:00
exit-42.c mescc: Produce object files in hex2 format, remove hex3. 2017-06-25 09:33:55 +02:00
x86.M1 mescc: Mescc-tools support: char foo[BAR] = {'a', 'b', 'c'}. 2017-11-27 19:51:18 +01:00