1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-09 01:28:58 +00:00
cc65/libsrc/geos/memory/verifyram.s

20 lines
310 B
ArmAsm
Raw Normal View History

;
; Maciej 'YTM/Alliance' Witkowiak
;
; 21.12.99
; char VerifyRAM (char REUBank, int length, char *reuaddy, char *cpuaddy);
.import REURegs
.export _VerifyRAM
.include "../inc/jumptab.inc"
.include "../inc/geossym.inc"
_VerifyRAM:
jsr REURegs
jsr VerifyRAM
txa
rts