From d79db04aa1c689632f2e30b45ab324ed7c172e3b Mon Sep 17 00:00:00 2001 From: Oliver Schmidt Date: Tue, 14 Aug 2018 11:20:29 +0200 Subject: [PATCH] Make use of recently added popptr1. --- ip65/tcp_c.s | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ip65/tcp_c.s b/ip65/tcp_c.s index f39ad99..aadc7a0 100644 --- a/ip65/tcp_c.s +++ b/ip65/tcp_c.s @@ -19,7 +19,7 @@ .import tcp_connect_ip .import tcp_send_data_len -.import pushax, popax, popeax +.import pushax, popax, popeax, popptr1 .importzp ptr1, sreg @@ -57,8 +57,7 @@ _tcp_connect: stax jmpvector+1 ldax #callback stax tcp_callback - jsr popax - stax ptr1 + jsr popptr1 jsr popeax stax tcp_connect_ip ldax sreg