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

19 lines
356 B
ArmAsm
Raw Normal View History

;
; 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 "../inc/jumptab.inc"
.include "../inc/geossym.inc"
_SwapRAM:
jsr REURegs
jmp SwapRAM