mirror of
https://github.com/SEPPDROID/Digital-Research-Source-Code.git
synced 2025-10-23 16:34:07 +00:00
19 lines
541 B
ArmAsm
19 lines
541 B
ArmAsm
*************************************************************************
|
|
* *
|
|
* INTERFACE MODULE BETWEEN *
|
|
* CCP and THE BDOS *
|
|
* *
|
|
* *
|
|
* THIS IS THE DUAL PROCESSOR,ROMABLE CP/M-68K SYSTEM *
|
|
* ================================================== *
|
|
* *
|
|
* (C) Copyright Digital Research 1983 all rights reserved *
|
|
* *
|
|
*************************************************************************
|
|
|
|
.globl _bdos
|
|
_bdos: move.w 4(sp),d0
|
|
move.l 6(sp),d1
|
|
trap #2
|
|
rts
|