From 33250cf59989da299db159a62526d36e1cb88b4d Mon Sep 17 00:00:00 2001 From: Abdo Eid Date: Wed, 15 Nov 2023 00:20:31 +0200 Subject: [PATCH] a typo fix --- examples/addition.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/addition.s b/examples/addition.s index 26dfc3d..f7e4824 100644 --- a/examples/addition.s +++ b/examples/addition.s @@ -11,4 +11,4 @@ CLC ; clear the carry flag ADD AX, BX ; add BX to AX MOV DI, OFFSET RESULT ; move offset of result to DI MOV word [DI], AX ; store result -print reg ; preint result \ No newline at end of file +print reg ; print result