From 8bf4fc0af445c00b8b5e2b0486a0575720a94282 Mon Sep 17 00:00:00 2001 From: Nick-prog Date: Mon, 1 Jul 2024 09:37:34 -0500 Subject: [PATCH] updated structure.py --- core/structure.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/structure.py b/core/structure.py index 21fd847..cc72934 100644 --- a/core/structure.py +++ b/core/structure.py @@ -460,6 +460,8 @@ def translate_N3_N4(self) -> str: address = ', '.join(self.target[1:]) + if address == '': + return if self.target[0] == 'N4': return f'Primary Address: {address}'