From 5fe9a6363cf75d842e1432ac42b3350a040aab26 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Wed, 3 May 2023 21:06:25 +0100 Subject: Add incbin and check memory overflow in output --- README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 18f474f..ce9f8de 100644 --- a/README.md +++ b/README.md @@ -228,6 +228,9 @@ Literal word. .equ label imm Define a label assigning an arbitrary immediate. +.incbin "filename" +Read the file and add the content to the output. + #### Load and Store LD r1, r2 -- cgit v1.2.3