mes/lib/x86-mes
Jan Nieuwenhuizen d862f1eceb
mescc: Support --align, off by default.
* scripts/mescc.in (parse-opts): Add --align.
* module/mescc/mescc.scm (mescc:compile): Support --align, off by
default.
* module/mescc/M1.scm (infos->M1): Add #:align parameter.
(M1:merge-infos): Likewise.  Keep types.
(info->M1): Likewise.  Make alignment switchable.
* module/mescc/compile.scm (r->ident):  Do not clobber.
(ident-add): Likewise.
(clean-info): Keep types.
* module/mescc/i386/as.scm (i386:r->byte-label): New instruction.
* lib/x86-mes/x86.M1: Add instructions.
* lib/x86_64-mes/x86_64.M1: Add instructions.
* module/mescc/x86_64/as.scm (x86_64:r->byte-label,
x86_64:r->word-label, x86_64:r->long-label): New instruction.
2018-10-06 15:56:14 +02:00
..
elf-0footer.hex2 build: Use arch-dir. 2018-05-29 20:07:46 +02:00
elf32-0header.hex2 mescc: Initial x86_64-mes scaffold. 2018-08-10 11:15:43 +02:00
elf32-body-exit-42.hex2 mescc: Initial x86_64-mes scaffold. 2018-08-10 11:15:43 +02:00
elf32-footer-single-main.hex2 build: Use arch-dir. 2018-05-29 20:07:46 +02:00
elf32-header.hex2 mescc: Initial x86_64-mes scaffold. 2018-08-10 11:15:43 +02:00
exit-42.c GNU Mes. 2018-07-22 14:24:36 +02:00
setjmp.c mescc: x86_64 support: Refactor to abstracted assembly, add x86_64. 2018-08-15 18:26:55 +02:00
x86.M1 mescc: Support --align, off by default. 2018-10-06 15:56:14 +02:00