diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-02-16 21:13:41 -0500 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-02-16 21:13:41 -0500 |
| commit | 5ab86143c9d0b0c86411f7067cf9649f7f0d3311 (patch) | |
| tree | 44cc25726ebd6dd8c8e62876be25150a299a6c2f /memsetup.asm | |
| parent | 126c147638538ce54fc21a3803955b3693a99add (diff) | |
| download | fujinet-chat-5ab86143c9d0b0c86411f7067cf9649f7f0d3311.tar.gz | |
New UI stuff, not yet working.
Diffstat (limited to 'memsetup.asm')
| -rw-r--r-- | memsetup.asm | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/memsetup.asm b/memsetup.asm new file mode 100644 index 0000000..49d8149 --- /dev/null +++ b/memsetup.asm @@ -0,0 +1,11 @@ + *= $2000 +memsetup + lda #$a0 + sta $6a ; RAMTOP + sta $02e6 ; MEMTOP high + lda #0 + sta $02e5 ; MEMTOP low + rts + + *= $02e2 ; INITAD + .word memsetup |
