aboutsummaryrefslogtreecommitdiff
path: root/list.s
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mikisabate@gmail.com>2025-01-15 22:44:07 +0100
committerMiquel Sabaté Solà <mikisabate@gmail.com>2025-01-15 22:44:07 +0100
commit23fda2e0742a9a87fc499816a0872926a1fb570b (patch)
tree90504085ab6eb3f3a3a50846013b390432efa047 /list.s
parentc4f42fbf1197f9212477f398699fa65afddd0720 (diff)
downloadlist.nes-23fda2e0742a9a87fc499816a0872926a1fb570b.tar.gz
list.nes-23fda2e0742a9a87fc499816a0872926a1fb570b.zip
Remove unneeded .p02 statement
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à <mikisabate@gmail.com>
Diffstat (limited to 'list.s')
-rw-r--r--list.s2
1 files changed, 0 insertions, 2 deletions
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 <https://www.gnu.org/licenses/>.
-.p02
-
;; Initialize a new list which starts at the given 16-bit address.
.macro LIST_INIT address
lda #.lobyte(address)