1
0
mirror of https://github.com/aap/pdp6.git synced 2026-01-29 05:11:50 +00:00

verilog character instructions

This commit is contained in:
aap
2016-11-24 16:13:49 +01:00
parent 844810b249
commit 45bd177a73
4 changed files with 335 additions and 105 deletions

View File

@@ -1111,9 +1111,12 @@ pulse(dct1){
}
pulse(dct0a){
word mb;
trace("DCT0A\n");
apr->dcf1 = 0; // 6-20
swap(&apr->mb, &apr->mq); // 6-17, 6-13 (dct0b)
mb = apr->mq; // 6-13
apr->mq |= apr->mb; // 6-17 dct0b
apr->mb = mb;
apr->ar = ~apr->ar & FW; // 6-17
nextpulse(apr, dct1); // 6-20
}