pkimpel / retro-b5500

Web-based emulator and operating environment for the Burroughs B5500 computer system.

Home Page:http://www.phkimpel.us/B5500/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Time of day does not print correctly under MCP control

GoogleCodeExporter opened this issue · comments

Time of day (e.g., in response to a WT SPO command) frequently does not format 
properly, e.g., TIME IS 2L3M.

As observed thus far, the letters in the time are always in the range J-R, 
which may indicate that the internal time counter from which the time is being 
formatted (XCLOCK) has gone negative, as character mode in the processor 
converts negative binary numbers to characters with a "J-sign" in the low-order 
position. Thus, since the hours and minutes fields of the time are formatted 
separately, 2L3M could indicate a time of -2334.

Original issue reported on code.google.com by paul.kimpel@digm.com on 24 Mar 2013 at 10:13

This appears to have been a misunderstanding of how MCP initialization is 
supposed to work. When option 40 (TYPE TIME) or 41 (TYPE DATE) is set, MCP 
initialization does not complete until a TR and/or DT command is entered, as 
appropriate. Until that time, XCLOCK is set to a negative value, and most SPO 
commands are inhibited. This was never a problem.

Original comment by paul.kimpel@digm.com on 27 May 2013 at 1:40

  • Changed state: Invalid