$260) In BASIC 2.0, what happens if you try to CONT a program after a
program has executed a STOP command?
|
The program is continued from the statement following the STOP
command.
|
| Top |
$261) What is Drive Error 75 mean?
|
Alert readers will note this question is a duplicate of $252. My
memory is failing. I was looking for "Format Error". However,
Todd Elliott mentions this also appears on the 8250 as
"Format Speed Error".
|
| Top |
$262) What does the Super Expander 64 command RDOT do?
|
RDOT(M) returns information for next pixel to be plotted using mode M.
M=0 return X coordinate.
M=1 return Y coordinate.
M=2 return Color Source.
|
| Top |
$263) Quick, what does the 6502 opcode PHP do?
|
Pushes the processor status onto the stack.
|
| Top |
$264) When using the SBC opcode to perform subtraction without a borrow,
should the carry flag be set or clear?
|
It should be set, since the carry flag is treated as "-Borrow"
(not borrow) when doing subtraction.
|
| Top |
$265) Name the all-important zero-page subroutine on the VIC and 64 that
appears at location $73.
|
CHRGET. This routine fetches the BASIC next character. This routine
is usually patched to allow new BASIC commands.
|
| Top |
$266) How many I/O locations does the SID IC in the 64 actually use?
|
|
|
| Top |
$267) How many I/O locations does the SID IC in the 64 actually show up in?
|
|
|
| Top |
$268) How many blocks free does a newly formatted D9090 drive report?
|
29162 blocks free. The drive contained a total of 29376 sectors,
implying that the initial BAM and directory reserved 214 sectors.
|
| Top |
$269) Name the number of sectors per track on a D9060.
|
|
|
| Top |
$26A) Name the only Commodore disk drive that used neither a serial bus
nor IEEE-488 bus hookup?
|
I goofed on this question. Tghere are three answers:
The Amiga external drives.
The 1551 (connected via cartridge to PLus/4 or C16)
The External Drive for the C65 (connected via nonstandard serial
bus)
|
| Top |
$26B) The Block Availability Map for the 8050 and 8250 drives starts on
what track?
|
|
|
| Top |
$26C) On an 80 column PET, where does screen memory start?
|
$8000. If you consider the B series to be PETs, then $d000 is also a
correct answer.
|
| Top |
$26D) What CHR code can one use to scroll up on the 8032?
|
|
|
| Top |
$26E) On the VIC-20, 0000 to 0002 were used to hold the jmp xxxx for the
USR function. The 6510 in the C64 took over 0000 and 0001. Where
did Commodore relocate the USR jump vector to on the 64?
|
784-786. The relocation causes an unused byte of zero page RAM at
$0002.
|
| Top |
$26F) The KERNAL jump table on the VIC and 64 differ by how many bytes in
length?
|
They are the exact same length on both machines.
The information in this between the lines marked by (BEGIN) and (END)
is copyright (c)1997 by Jim Brain. Provided that the information
between the (BEGIN) and (END) lines is not changed except to correct
typographical errors, the so marked copyrighted information may be
reproduced in its entirety on other networks or in other mediums. For
more information about this contest or using these questions, please
contact the Commodore Trivia Administrator.
|
| Top |