As pointed out by @Ciro Santilli, GNU AS does not perform CPP-like preprocessing. To do this, you need to compile a file gcc
, for example gcc in.S
. This allows you to use both the CPP preprocessor and the continuation line symbol.
AS, #define
GNU AS, .set
( , . AS manual).