1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-05 06:28:57 +00:00
cc65/libsrc/geos-cbm/memory/swapram.s

18 lines
381 B
ArmAsm

;
; Maciej 'YTM/Alliance' Witkowiak
;
; 21.12.99
; void SwapRAM (char REUBank, int length, char *reuaddy, char *cpuaddy);
; note that in all REU procs last two pointers are identified like here
.import REURegs
.export _SwapRAM
.include "jumptab.inc"
.include "geossym.inc"
_SwapRAM:
jsr REURegs
jmp SwapRAM