From 23fda2e0742a9a87fc499816a0872926a1fb570b Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Wed, 15 Jan 2025 22:44:07 +0100 Subject: Remove unneeded .p02 statement MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It's the default in cc65, and some tools like nasm don't even like this statement. Hence, let's remove it. Signed-off-by: Miquel Sabaté Solà --- list.s | 2 -- 1 file changed, 2 deletions(-) (limited to 'list.s') diff --git a/list.s b/list.s index 52649f5..6fa17b8 100644 --- a/list.s +++ b/list.s @@ -16,8 +16,6 @@ ;; You should have received a copy of the GNU Lesser General Public License ;; along with this library. If not, see . -.p02 - ;; Initialize a new list which starts at the given 16-bit address. .macro LIST_INIT address lda #.lobyte(address) -- cgit v1.2.3