ack/mach/proto
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
..
as Add .seek asm pseudo-op, advances location counter to fixed offset 2021-03-19 13:36:24 +00:00
cg ANSI C conversion 2019-05-11 01:11:54 +08:00
fp Adopt a copy of Minix 2's ed; this allows the ACK's antiquated ed scripts to 2018-06-02 18:02:51 +02:00
grind Distributions are a pain --- let's not bother any more. Instead, we just tag 2016-09-02 23:00:38 +02:00
libg Distributions are a pain --- let's not bother any more. Instead, we just tag 2016-09-02 23:00:38 +02:00
mcg When parsing constants which don't fit into an arith, handle overflow properly 2018-09-22 12:45:59 +02:00
ncg Reduce clang warnings from ncg 2019-10-30 18:36:55 -04:00
top Reduce clang warnings from top 2019-10-30 18:36:55 -04:00