#if defined(__H8300H__) .h8300h #endif #if defined(__H8300S__) .h8300s #endif .section .text .align 2 .global __open __open: jsr @@0xc5 rts .end