File: opense-stub.asm

package info (click to toggle)
opense-basic 1%3A3.1.2-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,020 kB
  • ctags: 1,550
  • sloc: asm: 9,758; makefile: 43
file content (5 lines) | stat: -rw-r--r-- 87 bytes parent folder | download | duplicates (3)
1
2
3
4
5
;; Stub ROM to use OpenSE BASIC in 128K models
org 0
ld bc, 7ffdh
ld a, 10h
out (c), a