Added PDP-10 JSP and JFCL operations (which seem to be the simplest means of getting and setting the processor flags)
This commit is contained in:
parent
0e18448423
commit
7e207db2a1
8 changed files with 456 additions and 350 deletions
|
|
@ -198,6 +198,11 @@ var PDP10 = {
|
|||
|
||||
/*
|
||||
* Flags returned by getPS() for various program control operations.
|
||||
*
|
||||
* NOTE: I see SIMH setting PS bits like 0o000200 and 0o000400, which are not documented for the KA10.
|
||||
* The SIMH docs only refer to the KS10 ("KS10 CPU with 1MW of memory"), so I'm guessing it doesn't have
|
||||
* a KA10 emulation option. The `pdp10` SIMH binary does have some SET CPU options, but unlike the `pdp11`
|
||||
* binary, the only options you can set relate to the operating system to be run -- which seems very hacky.
|
||||
*/
|
||||
PSFLAG: {
|
||||
OVFL: 0o400000, // Overflow
|
||||
|
|
|
|||
Loading…
Reference in a new issue