ack/mach/proto/as
Tee-Kiah Chia 64a74b4e09 Add .seek asm pseudo-op, advances location counter to fixed offset
The new .seek assembler pseudo-op advances the location
counter to a fixed offset within a section --- or to a fixed
address, if the section is a .base'd section.  It works
somewhat like the GNU assembler's .org pseudo-op, though
with a hopefully less confusing name.

This pseudo-op lets us avoid having to manually compute the
needed boot sector padding in the pc86 start-up code
plat/pc86/boot.s .
2021-03-19 13:36:24 +00:00
..
build.lua Add the .dataf4 and .dataf8 directives to the assembler --- manually converting 2018-09-10 22:56:18 +02:00
comm0.h Add .seek asm pseudo-op, advances location counter to fixed offset 2021-03-19 13:36:24 +00:00
comm1.h Cut down some clang warnings 2019-10-30 18:36:38 -04:00
comm2.y Add .seek asm pseudo-op, advances location counter to fixed offset 2021-03-19 13:36:24 +00:00
comm3.c Add .seek asm pseudo-op, advances location counter to fixed offset 2021-03-19 13:36:24 +00:00
comm4.c Cut down some clang warnings 2019-10-30 18:36:38 -04:00
comm5.c Widen valu_t in the assembler to 64 bits. 2019-10-04 18:58:56 -04:00
comm6.c Add .seek asm pseudo-op, advances location counter to fixed offset 2021-03-19 13:36:24 +00:00
comm7.c Add .data8 for 8-byte literal integers to the assembler. 2019-08-13 11:47:44 -04:00
comm8.c Header --> Id 1994-06-24 14:02:31 +00:00
proto.make Header --> Id 1994-06-24 14:02:31 +00:00