From c82e52d55bd31eea943c616ad780f27e5ab9dc7a Mon Sep 17 00:00:00 2001 From: Michael Matz Date: Tue, 28 Jun 2016 15:11:06 +0200 Subject: tccasm: Implement .pushsection and .popsection --- tcctok.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tcctok.h') diff --git a/tcctok.h b/tcctok.h index 7480ac7..6e2a041 100644 --- a/tcctok.h +++ b/tcctok.h @@ -323,6 +323,8 @@ DEF_ASMDIR(data) DEF_ASMDIR(bss) DEF_ASMDIR(previous) + DEF_ASMDIR(pushsection) + DEF_ASMDIR(popsection) DEF_ASMDIR(fill) DEF_ASMDIR(rept) DEF_ASMDIR(endr) -- cgit v1.3.1