hi my oscilloscope running 68k cpu has 4 lower + 4 upper eproms
right now when booting the scope halts with message ''software error 1111 address 0000ah0 , what address is this related? internal cpu address or
rom address?
hi my oscilloscope running 68k cpu has 4 lower + 4 upper eproms
right now when booting the scope halts with message ''software error 1111 address 0000ah0 , what address is this related? internal cpu address or rom address?
Are you sure it is a 68000? The big chip on the board doesn't have any recognisable part numbers to identify it as a 68000.
http://www.cpu-world.com/info/HP-parts.html
decodes that HP number to be a MC68000L.
software error 1111 address 0000a0h
On Tuesday, March 29, 2016 at 8:18:48 PM UTC+11, Michael Schwingen wrote:
http://www.cpu-world.com/info/HP-parts.html
decodes that HP number to be a MC68000L.
Wow. So HP private label CPUs. Weird.
No idea, but I can make some guesses. The 68k "trap" instruction causes
one of 16 "software interrupts". The vector at 0x00A0 would be executed
for a "TRAP #8", which has the opcode 0x4e48. That's only one bit
different to an 'UNLK D0" instruction (unlikely, but possible). It is
also close to one of the JSR instructions. So it could be "bit rot" in
one of the EPROMs as previously suggested, causing execution of a TRAP instruction. It this is unused in that device then the vector might
trigger an "unused interrupt" which could be printing that error.
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 379 |
Nodes: | 16 (2 / 14) |
Uptime: | 67:38:32 |
Calls: | 8,084 |
Calls today: | 2 |
Files: | 13,068 |
Messages: | 5,849,522 |