;------ ;Readme ;------ 6502_readme: .byte "Basic 6502/6510 SoftMMU wrapper module.",$0a,$0a .byte "Since LUnix manages the standard " .byte "64k of addressable memory, all " .byte "functionality is passed through to" .byte "the kernel functions.",$0a,$0a .byte "Octobet 27, 1999",$0a .byte "White Flame (aka David Holz)",$0a .byte "http://fly.to/theflame",$00 ;---- ;Init ;---- ;Since this "expanion" only accesses LUnix's memory functions, no init required 6502_init: rts