From d6700bdfa0a7d66b9e5ce6a833d3e009b40f9259 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernd=20B=C3=B6ckmann?= Date: Fri, 21 Oct 2022 18:50:22 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 492f708..be35f60 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,11 @@ Sets the current program counter to the numeric value of the argument .ORG $0801 +### .INCLUDE directive +Substitutes the directive with the contents of a file given by the argument. + + .INCLUDE "c64krnl.inc" + ### .BYTE directive Produces one or more output bytes. The arguments are separated by comma. Strings enclosed by " may also be used.