[INCLUDE:ASM]: fix the .space macro definition for MASM: it aims at imitating the...
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Thu, 4 Jun 2015 01:53:22 +0000 (01:53 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Thu, 4 Jun 2015 01:53:22 +0000 (01:53 +0000)
commit77f9846093a95065f8cded6af587b4ac79a117b2
treef16d615996a1f5cca59c95b538aa882c80db774d
parente1aecc4b70a50f95bee2f5f8503177529dd5adc7
[INCLUDE:ASM]: fix the .space macro definition for MASM: it aims at imitating the .space macro of GAS. Its syntax is: ".space size_in_bytes optional_fill_byte_defaults_to_zero" . As previously declared, it was doing the reverse: filling *just* one (zero?) bytes with 'count' interpreted as a byte value. Also add a .skip macro that exactly does the same (and is equivalent of the same one in GAS).

svn path=/trunk/; revision=68004
reactos/include/asm/asm.inc