diff options
| author | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-01-15 22:44:07 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-01-15 22:44:07 +0100 |
| commit | 23fda2e0742a9a87fc499816a0872926a1fb570b (patch) | |
| tree | 90504085ab6eb3f3a3a50846013b390432efa047 | |
| parent | c4f42fbf1197f9212477f398699fa65afddd0720 (diff) | |
| download | list.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>
| -rw-r--r-- | list.s | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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) |
