From e02cf21e0fc4d138c04001b1463e680faec60fe7 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Wed, 3 May 2023 21:43:26 +0100 Subject: Add .include directive --- README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index fe9597b..f158f2e 100644 --- a/README.md +++ b/README.md @@ -228,6 +228,9 @@ Literal word (16-bit value). .equ label imm Define a label assigning an arbitrary immediate. +.include "filename" +Assemble the file at current position. + .incbin "filename" Read the file and add the content to the output. -- cgit v1.2.3