Re: [Simh] RK formatting - closed

2020-02-14 Thread Henk Gooijen
zonden: donderdag 13 februari 2020 23:27 Aan: simh@trailing-edge.com<mailto:simh@trailing-edge.com> Onderwerp: [Simh] RK formatting - closed The simulator is doing the right thing. Here's the core of the formatting routine: 6$: MOV #-1,RKWC(R2);SET WORD COUNT TO 1 MOV

[Simh] RK formatting - closed

2020-02-13 Thread Bob Supnik
The simulator is doing the right thing. Here's the core of the formatting routine: 6$: MOV #-1,RKWC(R2)    ;SET WORD COUNT TO 1     MOV #RKDATA,RKBA(R2)    ;SET BUFFER ADDRESS     MOV #WRTFMT+GO,RKCS(R2) ;ISSUE WRITE FORMAT 7$: BIT