1
0
mirror of https://github.com/livingcomputermuseum/Darkstar.git synced 2026-03-02 02:01:00 +00:00
Files
livingcomputermuseum.Darkstar/D/IOP/Source/MoonBuffer2.asm,v
2023-09-27 16:17:41 -07:00

39 lines
978 B
Plaintext

head 1.1;
branch 1.1.1;
access ;
symbols start:1.1.1.1 Xerox:1.1.1;
locks ; strict;
comment @;; @;
1.1
date 2001.08.12.22.22.06; author freier; state Exp;
branches 1.1.1.1;
next ;
1.1.1.1
date 2001.08.12.22.22.06; author freier; state Exp;
branches ;
next ;
desc
@@
1.1
log
@Initial revision
@
text
@; Copyright (C) 1980 by Xerox Corporation. All rights reserved.
; Test Programs for CP: TPC, control store,CPport, and INSTRUCTION Tests.
; - Created (June 4, 1980 12:56 PM)
get "MOONSysDefs.asm" ; system defs (tests defs below)
; This buffer contains inst counts inst address's, and instructions to test
;TestNI
db InSun5
;TestNE
db InCur
;TestN
db InSun5
;CFBoot
db BootP2
;CFReportF
db 7
;CFTIndexF
db 8
;CFNumBias
db 44
db 1
;CFConF
db InSun5
db InCur
;CFConF1
db 17
db 17
;CFConF2
db 18
db 18
;CFConF3
db 19
db 19
end
@
1.1.1.1
log
@first add
@
text
@@