From dc6297d5df43f87d1ed2ea1b5c1f5a5193ec235a Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 2 Mar 2026 22:03:10 -0500 Subject: Fix "nick already in use" and permutation. --- memsetup.asm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'memsetup.asm') diff --git a/memsetup.asm b/memsetup.asm index 314a7df..fa81ae6 100644 --- a/memsetup.asm +++ b/memsetup.asm @@ -1,5 +1,8 @@ *= $2000 memsetup + lda $d301 ; PORTB + ora #$02 ; disable BASIC (XL/XE only) + sta $d301 lda #$80 sta $6a ; RAMTOP sta $02e6 ; MEMTOP high -- cgit v1.2.3