A B C D E F G H I J K L M N O P R S T U V W Z

A

A - Variable in class digs.invaders.I8080
 
A1 - Variable in class digs.invaders.I8080
 
accessToString() - Method in class digs.atari2600.Z26FrameTextDisplay
 
accessType - Variable in class tools.disassembly.MemoryMapEntry
 
addChild(Node) - Method in class tools.blend.Node
This method adds a child to the node's child list
address - Variable in class tools.disassembly.HotLabel
 
address - Variable in class tools.disassembly.MemoryMapEntry
 
AddressAccess - Interface in digs.invaders
 
AndNode - Class in tools.blend
An AND node tries all children one by one.
AndNode(Node, CapNode) - Constructor for class tools.blend.AndNode
This constructs a new AND node
AsIsNode - Class in tools.blend
Expression may contain needless parenthesis ...
AsIsNode(Node, CapNode) - Constructor for class tools.blend.AsIsNode
This creates a new AsIsNode
assemble(List<CodeLine>, Map<String, String>, Map<String, Integer>) - Static method in class tools.assembler.Assembler
This function performs the assembly of the given code lines.
Assembler - Class in tools.assembler
This application reads a text file (with includes) into a list of CodeLines and assembles the code lines to give them data and addresses.
Assembler() - Constructor for class tools.assembler.Assembler
 
Asteroids - Class in digs.atari2600
 
Asteroids() - Constructor for class digs.atari2600.Asteroids
 
Atari2600RamReport - Class in digs.atari2600
 
Atari2600RamReport() - Constructor for class digs.atari2600.Atari2600RamReport
 

B

B - Variable in class digs.invaders.I8080
 
B1 - Variable in class digs.invaders.I8080
 
backup(int) - Method in class digs.utils.DataCursor
 
Bedlam - Class in digs.bedlam
 
Bedlam() - Constructor for class digs.bedlam.Bedlam
 
BedlamCommentCopy - Class in digs.raakatu
 
BedlamCommentCopy() - Constructor for class digs.raakatu.BedlamCommentCopy
 
BinaryBitSwap - Class in tools.file
This class performs the bit-swapping for eprom chips that have data lines swapped.
BinaryBitSwap() - Constructor for class tools.file.BinaryBitSwap
 
BinaryFile - Class in tools.file
 
BinaryFile() - Constructor for class tools.file.BinaryFile
 
BinaryFiles - Class in tools.file
 
BinaryFiles(String) - Constructor for class tools.file.BinaryFiles
 
binaryFiles - Variable in class tools.file.BinaryFiles
 
BinTextPair - Class in tools.file
This class encapsulates the data from a binary file and the dissassembly text that goes with it.
BinTextPair(String, int, String) - Constructor for class tools.file.BinTextPair
This constructs a new BinTextPair and loads the data from the two files.
BinToSpin - Class in tools.propeller
This class makes a SPIN source file with the data from a given binary file.
BinToSpin() - Constructor for class tools.propeller.BinToSpin
 
bitSwapPattern - Variable in class tools.file.BinaryFile
 
blend(List<CodeLine>, ProcessorFamily) - Static method in class tools.blend.Blender
 
BlendEntry - Class in tools.processor
 
BlendEntry() - Constructor for class tools.processor.BlendEntry
 
Blender - Class in tools.blend
 
Blender() - Constructor for class tools.blend.Blender
 
Book - Class in tools.docx
This class encapsulates a DOCX file as a list of paragraphs.
Book(Element) - Constructor for class tools.docx.Book
This constructs a new DOCX book by parsing the list of paragraphs from the XML element.
branchBoth - Variable in class tools.processor.BlendEntry
 
branchFail - Variable in class tools.processor.BlendEntry
 
branchPass - Variable in class tools.processor.BlendEntry
 
Build - Class in tools
This tool runs through an assembly file and executes all build commands embedded in the comments line "; @build .....".
Build() - Constructor for class tools.Build
 
ByteImages - Class in digs.atari2600
This tool converts to an entire Atari2600 ROM file to bit-pixel visualization.
ByteImages() - Constructor for class digs.atari2600.ByteImages
 

C

C - Variable in class digs.invaders.I8080
 
C1 - Variable in class digs.invaders.I8080
 
CapNode - Class in tools.blend
Every blend expression tree has a root (cap) node.
CapNode() - Constructor for class tools.blend.CapNode
This constructs a CapNode and assigns it a unique construct name to be used by all nodes in the expression and construct.
clean() - Method in class digs.madness.MadnessAndTheMinotaur
 
Clean - Class in tools.processor
This utility class is for manipulating, cleaning, and general access of the family XML files.
Clean() - Constructor for class tools.processor.Clean
 
CleanInvaders - Class in digs.invaders
 
CleanInvaders() - Constructor for class digs.invaders.CleanInvaders
 
clocks - Variable in class tools.processor.Indexed6809
Number of additional clocks the indexed operation takes
CoCoTapeReader - Class in digs.utils
 
CoCoTapeReader() - Constructor for class digs.utils.CoCoTapeReader
 
code - Variable in class tools.processor.Indexed6809
The binary code of the indexed operation
CodeCleanTool - Class in digs.utils
This tool cleans an assembly listing by lining up the various fields vertically.
CodeCleanTool() - Constructor for class digs.utils.CodeCleanTool
 
codeLine - Variable in exception tools.blend.expression.ExpressionException
The CodeLine where the error occurred
codeLine - Variable in class tools.blend.expression.ParseToken
The line of code where this token came from
CodeLine - Class in tools.code
This class encapsulates a single line of assembly or disassembly.
CodeLine(String, String, int) - Constructor for class tools.code.CodeLine
This constructs a new CodeLine with the given original text.
CodeLineInputStream - Class in tools.code
This class implements an InputStream over a list of CodeLine lines.
CodeLineInputStream(List<CodeLine>, int, int) - Constructor for class tools.code.CodeLineInputStream
This constructs a new CodeLineInputStream
CodeToWeb - Class in tools.web
This tool converts commented disassembly to a web-friendly format.
CodeToWeb() - Constructor for class tools.web.CodeToWeb
 
collapseWhiteSpace(String) - Static method in class tools.code.CU
This static method collapses multiple white spaces into one white space.
combined - Variable in class tools.docx.Paragraph
 
command_text(List<FrameRecord>, String[]) - Static method in class digs.atari2600.Z26Frame
 
CompareNode - Class in tools.blend
A compare-node is where the action takes place in an expression tree.
CompareNode(Node, ParseToken, CapNode) - Constructor for class tools.blend.CompareNode
This creates a new CompareNode
compressMapData() - Method in class digs.madness.RoomInfo
 
content - Variable in class tools.docx.Book
The list of paragraphs in the document
content - Variable in class tools.docx.TextRange
 
CpuBoard - Interface in digs.invaders
 
CU - Class in tools.code
This class contains lots of tool functions for dealing with assembly code.
cycles_left - Variable in class digs.invaders.I8080
 

D

D - Variable in class digs.invaders.I8080
 
D1 - Variable in class digs.invaders.I8080
 
DagClean - Class in digs.daggorath
 
DagClean() - Constructor for class digs.daggorath.DagClean
 
data - Variable in class tools.file.BinaryFile
 
data - Variable in class tools.file.BinTextPair
 
DataAccessReport - Class in digs.utils
 
DataAccessReport() - Constructor for class digs.utils.DataAccessReport
 
DataCursor - Class in digs.utils
 
DataCursor(int, int, int[]) - Constructor for class digs.utils.DataCursor
 
DataCursor(int, int[]) - Constructor for class digs.utils.DataCursor
 
dataFieldSize - Variable in class tools.processor.PrintSpacing
 
DataOpcode - Class in tools.assembler
This Opcode implementation holds variable length data runs defined in an assembly program.
DataOpcode() - Constructor for class tools.assembler.DataOpcode
 
dataRunSize - Variable in class digs.utils.DataCursor
 
dataRunStart - Variable in class digs.utils.DataCursor
 
debugDisabled - Variable in class digs.invaders.I8080
 
debugFrom - Variable in class digs.invaders.I8080
 
debugLevel - Variable in class digs.invaders.I8080
 
debugMemLoc - Variable in class digs.invaders.I8080
 
debugMemVal - Variable in class digs.invaders.I8080
 
debugSelectMemEqVal - Variable in class digs.invaders.I8080
 
debugSelectStart - Variable in class digs.invaders.I8080
 
debugSkipped - Variable in class digs.invaders.I8080
 
debugUntil - Variable in class digs.invaders.I8080
 
decode(String, Map<Integer, Map<String, List<Integer>>>) - Method in class digs.atari2600.ScanLineCycle
This method decodes a single line of Z26 debug spew.
decodeCoord(int) - Static method in class digs.omegarace.DVGProcess
 
decodeCoords(int, int) - Static method in class digs.omegarace.DVGProcess
 
decodeData(int[]) - Method in class tools.processor.Opcode
This method maps the given data bytes into parameter-field values.
decodeDHALT(int) - Static method in class digs.asteroids.VectorDiss
 
decodeDJMPL(int) - Static method in class digs.asteroids.VectorDiss
 
decodeDJSRL(int) - Static method in class digs.asteroids.VectorDiss
 
decodeDLABS(int, int) - Static method in class digs.asteroids.VectorDiss
 
decodeDRTSL(int) - Static method in class digs.asteroids.VectorDiss
 
decodeDSVEC(int) - Static method in class digs.asteroids.VectorDiss
 
decodeDVCTR(int, int, int) - Static method in class digs.asteroids.VectorDiss
 
decodeFive(boolean) - Static method in class digs.bedlam.Bedlam
 
decodeFive(boolean) - Static method in class digs.raakatu.Raakatu
 
decodeMusic(int, int, int[], int) - Static method in class digs.zelda.Zelda
 
decodeNext(BinaryFiles, int, int, StringBuffer) - Static method in class digs.omegarace.DVGProcess
 
decoration - Variable in class tools.docx.TextRange
 
Deploy - Class in tools.web
This tool deploys the current directory (and its children) to the mirror directory on the web site.
Deploy() - Constructor for class tools.web.Deploy
 
description - Variable in class tools.disassembly.MemoryMapEntry
 
Diff - Class in tools
This tool is a simple binary file diff.
Diff() - Constructor for class tools.Diff
 
digs.asteroids - package digs.asteroids
 
digs.atari2600 - package digs.atari2600
 
digs.bedlam - package digs.bedlam
 
digs.daggorath - package digs.daggorath
 
digs.frogger - package digs.frogger
 
digs.invaders - package digs.invaders
 
digs.madness - package digs.madness
 
digs.mpatrol - package digs.mpatrol
 
digs.od2 - package digs.od2
 
digs.omegarace - package digs.omegarace
 
digs.pyramid - package digs.pyramid
 
digs.raakatu - package digs.raakatu
 
digs.utils - package digs.utils
 
digs.zelda - package digs.zelda
 
Disassembler - Class in tools.disassembly
This class manages the conversion of binary data into disassembly.
Disassembler() - Constructor for class tools.disassembly.Disassembler
 
DisassemblyFile - Class in tools.disassembly
This class parses a commented disassembly file into code lines.
DisassemblyFile(String) - Constructor for class tools.disassembly.DisassemblyFile
 
DisassemblyFile(String, String) - Constructor for class tools.disassembly.DisassemblyFile
 
displayName - Variable in class tools.disassembly.Menu
 
displayNames - Variable in class tools.disassembly.Menu
 
doCONTINUE() - Method in class tools.propeller.Prop
 
DocToWeb - Class in tools.web
 
DocToWeb() - Constructor for class tools.web.DocToWeb
 
DOCXToWeb - Class in tools.web
 
DOCXToWeb() - Constructor for class tools.web.DOCXToWeb
 
doDUMP(int, int[]) - Method in class tools.propeller.Prop
 
doEXECUTE(int) - Method in class tools.propeller.Prop
 
doHALT() - Method in class tools.propeller.Prop
 
doLOAD(int, int[]) - Method in class tools.propeller.Prop
 
doPAUSE() - Method in class tools.propeller.Prop
 
doSwap(int, String) - Static method in class tools.file.BinaryBitSwap
 
doTEST() - Method in class tools.propeller.Prop
 
drawRoom(RoomInfo) - Method in class digs.madness.TextRender
 
DT - Variable in class digs.invaders.I8080
 
DVG - Class in digs.asteroids
 
DVG(int, int) - Constructor for class digs.asteroids.DVG
 
DVG.LineInfo - Class in digs.asteroids
 
DVG.LineInfo() - Constructor for class digs.asteroids.DVG.LineInfo
 
dvg_draw_vector_list() - Method in class digs.asteroids.DVG
 
DVGProcess - Class in digs.omegarace
 
DVGProcess() - Constructor for class digs.omegarace.DVGProcess
 

E

E - Variable in class digs.invaders.I8080
 
E1 - Variable in class digs.invaders.I8080
 
error - Variable in class digs.invaders.I8080
 
ET - Variable in class digs.invaders.I8080
 
exec(int) - Method in class digs.invaders.I8080
 
exec(int) - Method in class digs.invaders.I8080SPIN
 
ExpressionException - Exception in tools.blend.expression
This exception class bubbles errors in an expression back through the levels of the recursive algorithms.
ExpressionException(String, CodeLine, int) - Constructor for exception tools.blend.expression.ExpressionException
 
ExpressionParser - Class in tools.blend.expression
These functions scan and parse a textual representation of a logic equation expressed in a C-like notation.
ExpressionParser() - Constructor for class tools.blend.expression.ExpressionParser
 
extractBinary(List<CodeLine>, int, int) - Static method in class tools.assembler.Assembler
 
extractNumberedLists() - Method in class digs.madness.MadnessAndTheMinotaur
 
extractObjectNames() - Method in class digs.madness.MadnessAndTheMinotaur
 
extractStrings() - Method in class digs.madness.MadnessAndTheMinotaur
 
extractStrings(int, int) - Method in class digs.madness.MadnessAndTheMinotaur
 
extractWordLists(int, int, boolean) - Method in class digs.madness.MadnessAndTheMinotaur
 

F

F - Variable in class digs.invaders.I8080
 
F1 - Variable in class digs.invaders.I8080
 
family - Variable in class tools.processor.Processor
 
field - Variable in class tools.web.OpcodeParamFieldReplaceInfo
 
filename - Variable in class tools.file.BinaryFile
 
findCommentReferences() - Method in class digs.madness.MadnessAndTheMinotaur
 
findEndOfRun(String, int) - Static method in class tools.code.CU
This method locates the end of a token run.
findHotLabel(int) - Method in class tools.disassembly.DisassemblyFile
 
findOpcode(String, Map<Character, String>, List<String>) - Method in class tools.processor.Processor
This method finds the opcode for the given mnemonic text string.
findPossibleOpcodes(int[], int, int) - Method in class tools.processor.Processor
This method looks at the processor's opcode list and returns all that potentially match the given binary stream.
findRAMEntry(int, char) - Method in class tools.disassembly.DisassemblyFile
 
findStartStop(List<String>, String, String) - Static method in class tools.web.LineListSubset
Find the start and stop index defining a subset within a list of lines.
fiveByteTable() - Method in class digs.madness.MadnessAndTheMinotaur
 
fixString(String) - Static method in class digs.atari2600.Z26Frame
 
fourDigitHex(int) - Static method in class tools.code.CU
This static method returns the given value as a 4 digit hex number.
frameNumber - Variable in class digs.atari2600.FrameRecord
 
FrameRecord - Class in digs.atari2600
This class holds all the scanline cycles for a single display frame as parsed from the Z26 debug spew.
FrameRecord() - Constructor for class digs.atari2600.FrameRecord
 
Frogger - Class in digs.frogger
 
Frogger() - Constructor for class digs.frogger.Frogger
 

G

generateHTML(Book, PrintStream) - Method in class tools.web.DOCXToWeb
 
getAddress(String) - Static method in class digs.atari2600.Z26Frame
 
getAddress() - Method in class tools.code.CodeLine
This method returns the code address or -1 if there is none.
getAmbientLightData() - Method in class digs.pyramid.Pyramid
 
getAsTypes() - Method in class tools.disassembly.MachineInfo
 
getBinaryFiles() - Method in class tools.disassembly.DisassemblyFile
 
getBus() - Method in class tools.processor.Opcode
 
getByte(int) - Method in class tools.file.BinaryFiles
 
getCharacterForHardwareRegister(int, boolean, int) - Static method in class digs.atari2600.Z26Frame
 
getChildIndex(Node) - Method in class tools.blend.Node
 
getClocks() - Method in class tools.processor.Opcode
 
getCode() - Method in class tools.processor.Opcode
 
getCommandData() - Method in class digs.pyramid.Pyramid
 
getComment() - Method in class tools.code.CodeLine
This method returns the code comment or null if there is none.
getConstructName() - Method in class tools.blend.CapNode
This method returns the unique name of the blend tree.
getCpuType() - Method in class tools.disassembly.MachineInfo
 
getCurrentFileLineNumber() - Method in class tools.code.CodeLineInputStream
This method returns the current line number within the list of CodeLine lines.
getCurrentFilename() - Method in class tools.code.CodeLineInputStream
This method returns the name of the file of the current line.
getCurrentLine() - Method in class tools.code.CodeLineInputStream
This method returns the current line
getCurrentLineNumber() - Method in class tools.code.CodeLineInputStream
This method returns the current line index in the array of code lines.
getCurrentPosition() - Method in class tools.code.CodeLineInputStream
This method return the current character index of the current line.
getCyclesLeft() - Method in class digs.invaders.I8080
 
getData() - Method in class tools.code.CodeLine
This method returns the code data or null if there is none.
getDataMap() - Method in class tools.code.CodeLine
This method returns the data map used for assembly.
getDataRun(int) - Method in class digs.utils.DataCursor
 
getDataRun(int, String) - Method in class digs.utils.DataCursor
 
getDataString(int[]) - Static method in class tools.code.CU
This method produces a string of hex bytes for the given byte array.
getDebug() - Method in class digs.invaders.I8080
 
getDisassembly(int, int[], Opcode, List<OpcodeParamFieldReplaceInfo>, String[], int) - Static method in class tools.disassembly.Disassembler
This method returns the disassembly mnemonic for the given run of data.
getDisassemblyOpcodes(Processor, int[], int) - Static method in class tools.disassembly.Disassembler
This function disassembles the binary data into a list of opcodes.
getDoors(List<String>) - Static method in class digs.madness.ZCoder
 
getError() - Method in class tools.code.CodeLine
This method returns any errors attached to the line or null if none.
getErrorDescription() - Method in class tools.code.CodeLine
This method returns the complete description of an error for the line.
getExpression() - Method in class tools.blend.CompareNode
This method returns the expression
getFamily() - Method in class tools.processor.Processor
 
getFamilyName() - Method in class tools.processor.ProcessorFamily
 
getFilename() - Method in class tools.code.CodeLine
This method returns the name of the file the line was loaded from.
getFlags() - Method in class tools.processor.Opcode
 
getHighestAddress() - Method in class tools.file.BinaryFiles
 
getHotLabels() - Method in class tools.disassembly.DisassemblyFile
 
getInstance() - Static method in class tools.processor.Processors
This static method returns the singleton Processors instance.
getInstruction() - Method in class digs.invaders.I8080
returns the currently excecuted instruction
getLabels() - Method in class tools.code.CodeLine
This method returns all labels attached to this assembly line.
getLineNumber() - Method in class tools.code.CodeLine
This method returns the line number of the file this line was loaded from.
getLines() - Method in class tools.disassembly.DisassemblyFile
 
getLowestAddress() - Method in class tools.file.BinaryFiles
 
getMachineInfo() - Method in class tools.disassembly.DisassemblyFile
 
getMenus() - Method in class tools.disassembly.DisassemblyFile
 
getMnemonics() - Method in class tools.processor.Opcode
 
getName() - Method in class tools.blend.Node
This method returns this node's unique name.
getName() - Method in class tools.processor.Processor
 
getNewNodeName() - Method in class tools.blend.CapNode
Nodes created under this cap will have a unique name based on the cap name.
getNumBytes() - Method in enum tools.processor.OpcodeParamField
 
getObjectData() - Method in class digs.pyramid.Pyramid
 
getOpcode() - Method in class tools.code.CodeLine
This method gets the line's opcode or null if none.
getOpcodeSize() - Method in class tools.assembler.DataOpcode
 
getOpcodeSize() - Method in class tools.processor.Opcode
This method returns the number of bytes occupied by the opcode.
getOpcodeString() - Method in class tools.code.CodeLine
This method returns the mnemonic text.
getOriginalBinary() - Method in class tools.disassembly.MachineInfo
 
getOriginalText() - Method in class tools.code.CodeLine
This method returns the original code text.
getOriginalTextNoComment() - Method in class tools.code.CodeLine
This gets the line's "original text" minus any comment
getPackedData() - Method in class digs.pyramid.Pyramid
 
getPadding(int) - Method in class digs.utils.DataCursor
 
getParamField(char) - Static method in enum tools.processor.OpcodeParamField
This static method returns the OpcodeParamField based on single-letter name.
getParseTokens() - Method in class tools.processor.Mnemonic
 
getPatchOutput() - Method in class tools.disassembly.MachineInfo
 
getPC() - Method in class digs.utils.DataCursor
 
getPrintSpacing() - Method in class tools.disassembly.MachineInfo
 
getPrintSpacing() - Method in class tools.processor.ProcessorFamily
 
getProcessor() - Method in class tools.processor.Opcode
 
getProcessor(String) - Method in class tools.processor.Processors
This method returns the Processor info for a given CPU type.
getProcessors() - Method in class tools.processor.ProcessorFamily
 
getRam() - Method in class tools.disassembly.DisassemblyFile
 
getRamEnd() - Method in class tools.disassembly.MachineInfo
 
getRamStart() - Method in class tools.disassembly.MachineInfo
 
getRomEnd() - Method in class tools.disassembly.MachineInfo
 
getRomStart() - Method in class tools.disassembly.MachineInfo
 
getRoomData() - Method in class digs.pyramid.Pyramid
 
getSpecialCommentData() - Method in class tools.code.CodeLine
This method returns the data of a system-targeted comment.
getStartingCompareNode() - Method in class tools.blend.Node
This returns the first compare node.
getSubChar() - Method in enum tools.processor.OpcodeParamField
 
getTextRepresentations() - Method in class tools.processor.Mnemonic
 
getTreeName() - Method in class tools.blend.CompareNode
This returns the name of the construct unique to the tree the node is in.
getValue(int) - Method in class digs.asteroids.DVG
 
getValue() - Method in class digs.invaders.InvadersInputs
 
getWordData() - Method in class digs.pyramid.Pyramid
 
getWords(int, int) - Static method in class digs.bedlam.Bedlam
 
getWords(int, int) - Static method in class digs.raakatu.Raakatu
 

H

H - Variable in class digs.invaders.I8080
 
H1 - Variable in class digs.invaders.I8080
 
HotLabel - Class in tools.disassembly
This class holds the data for a hot-spot in a disassembly file.
HotLabel() - Constructor for class tools.disassembly.HotLabel
 
HT - Variable in class digs.invaders.I8080
 

I

I - Variable in class digs.invaders.I8080
 
I8080 - Class in digs.invaders
Interpreting I8080 CPU emulator.
I8080() - Constructor for class digs.invaders.I8080
Default constructor debugging disabled Use this constructor for use in applets
I8080SPIN - Class in digs.invaders
 
I8080SPIN() - Constructor for class digs.invaders.I8080SPIN
 
I_Vector - Variable in class digs.invaders.I8080
 
IFF0 - Variable in class digs.invaders.I8080
 
IFF1 - Variable in class digs.invaders.I8080
 
ignoreBreakpoint - Variable in class digs.invaders.I8080
 
IM - Variable in class digs.invaders.I8080
 
in(int) - Method in interface digs.invaders.CpuBoard
Read from port
in(int) - Method in class digs.invaders.InvadersBoard
 
Indexed6809 - Class in tools.processor
The 6809 processor has a versatile indexed mode that can be applied to most instructions.
Indexed6809() - Constructor for class tools.processor.Indexed6809
 
init(CpuBoard, int) - Method in class digs.invaders.I8080
Initialize
init(CpuBoard, int) - Method in class digs.invaders.I8080SPIN
 
interrupt(int, boolean) - Method in class digs.invaders.I8080
 
interrupt(int, boolean) - Method in class digs.invaders.I8080SPIN
 
InvaderPorts - Class in digs.invaders
 
InvaderPorts() - Constructor for class digs.invaders.InvaderPorts
 
Invaders - Class in digs.invaders
 
Invaders() - Constructor for class digs.invaders.Invaders
 
InvadersBoard - Class in digs.invaders
 
InvadersBoard() - Constructor for class digs.invaders.InvadersBoard
 
InvadersInputs - Class in digs.invaders
 
InvadersInputs() - Constructor for class digs.invaders.InvadersInputs
 
InvadersScreen - Class in digs.invaders
 
IRQ - Variable in class digs.invaders.I8080
 
isAddress() - Method in enum tools.processor.OpcodeParamField
 
isCodeAddress() - Method in enum tools.processor.OpcodeParamField
 
isFourDigitHex(String) - Static method in class tools.code.CU
This method checks that the string starts with a four digit hex number.
isHandled(int) - Method in interface digs.invaders.AddressAccess
 
isHandled(int) - Method in class digs.invaders.InvaderPorts
 
isHandled(int) - Method in class digs.invaders.InvadersScreen
 
isHandled(int) - Method in class digs.invaders.RAM
 
isHandled(int) - Method in class digs.invaders.ROM
 
isIO() - Method in enum tools.processor.OpcodeParamField
 
isLittleEndian() - Method in class tools.processor.ProcessorFamily
 
isMe(int) - Method in class digs.asteroids.DVG
 
isMe(int, char) - Method in class tools.disassembly.MemoryMapEntry
Returns true if the given address is described by this entry.
isPCOffset() - Method in enum tools.processor.OpcodeParamField
 
isSigned() - Method in enum tools.processor.OpcodeParamField
 
isTwoDigitHex(String, int) - Static method in class tools.code.CU
This static method checks to see if there is a two-digit hex value at the given location in the target string.

J

Journal - Class in tools.web
 
Journal() - Constructor for class tools.web.Journal
 

K

keyToString() - Method in class digs.atari2600.Z26FrameTextDisplay
 

L

L - Variable in class digs.invaders.I8080
 
L1 - Variable in class digs.invaders.I8080
 
label - Variable in class tools.disassembly.HotLabel
 
leadingZero(String, int) - Static method in class tools.code.CU
This static method pads a string with leading zeros.
left - Variable in class tools.processor.BlendEntry
 
levelPad - Variable in class digs.utils.DataCursor
 
lineInfo - Variable in class digs.asteroids.DVG
 
LineListSubset - Class in tools.web
This static utility class finds a subset of lines within a list of lines.
LineListSubset() - Constructor for class tools.web.LineListSubset
 
lines - Variable in class tools.file.BinTextPair
 
links - Variable in class tools.disassembly.Menu
 
logFile - Variable in class digs.invaders.I8080
 
LogicTree - Class in tools.blend
These functions turn a tree of ParseTokens (a scanned and parsed expression) into a list of CompareNodes that are wired together through their pass/fail jump labels.
LT - Variable in class digs.invaders.I8080
 

M

m6809 - Variable in class tools.processor.Indexed6809
The mnemonic postfix
MachineInfo - Class in tools.disassembly
This class encapsulates all the information about a machine including the CPU type and memory map.
MachineInfo() - Constructor for class tools.disassembly.MachineInfo
 
MadnessAndTheMinotaur - Class in digs.madness
 
MadnessAndTheMinotaur() - Constructor for class digs.madness.MadnessAndTheMinotaur
 
mai67n(String[]) - Static method in class digs.zelda.Zelda
 
main(String[]) - Static method in class digs.asteroids.VectorDiss
 
main(String[]) - Static method in class digs.atari2600.Asteroids
 
main(String[]) - Static method in class digs.atari2600.Atari2600RamReport
 
main(String[]) - Static method in class digs.atari2600.ByteImages
 
main(String[]) - Static method in class digs.atari2600.Z26Frame
 
main(String[]) - Static method in class digs.bedlam.Bedlam
 
main(String[]) - Static method in class digs.daggorath.DagClean
 
main(String[]) - Static method in class digs.frogger.Frogger
 
main(String[]) - Static method in class digs.invaders.CleanInvaders
 
main(String[]) - Static method in class digs.invaders.Invaders
 
main(String[]) - Static method in class digs.invaders.OpcodeTool
 
main(String[]) - Static method in class digs.madness.SaveGameViewer
 
main(String[]) - Static method in class digs.madness.TextRender
 
main(String[]) - Static method in class digs.madness.ZCoder
 
main(String[]) - Static method in class digs.mpatrol.MPatrol
 
main(String[]) - Static method in class digs.od2.OD2Opcodes
 
main(String[]) - Static method in class digs.omegarace.DVGProcess
 
main(String[]) - Static method in class digs.omegarace.ORace
 
main(String[]) - Static method in class digs.pyramid.Pyramid
 
main(String[]) - Static method in class digs.raakatu.BedlamCommentCopy
 
main(String[]) - Static method in class digs.raakatu.Raakatu
 
main(String[]) - Static method in class digs.utils.CoCoTapeReader
 
main(String[]) - Static method in class digs.utils.CodeCleanTool
 
main(String[]) - Static method in class digs.utils.DataAccessReport
 
main(String[]) - Static method in class digs.utils.RAMMapperTool
 
main(String[]) - Static method in class digs.zelda.Zelda
 
main(String[]) - Static method in class tools.assembler.Assembler
This tool assembles a text file into a binary file and produces an optional listing file.
main(String[]) - Static method in class tools.blend.Blender
 
main(String[]) - Static method in class tools.Build
 
main(String[]) - Static method in class tools.Diff
This function performs the diff of two files.
main(String[]) - Static method in class tools.disassembly.Disassembler
This tool disassembles a binary file into text opcodes for a target processor.
main(String[]) - Static method in class tools.disassembly.ReBin
 
main(String[]) - Static method in class tools.disassembly.ReDis
 
main(String[]) - Static method in class tools.file.BinaryBitSwap
 
main(String[]) - Static method in class tools.processor.Clean
 
main(String[]) - Static method in class tools.processor.Processors
 
main(String[]) - Static method in class tools.propeller.BinToSpin
 
main(String[]) - Static method in class tools.propeller.RunNewCode
 
main(String[]) - Static method in class tools.web.CodeToWeb
 
main(String[]) - Static method in class tools.web.Deploy
 
main(String[]) - Static method in class tools.web.DocToWeb
 
main(String[]) - Static method in class tools.web.DOCXToWeb
 
main(String[]) - Static method in class tools.web.Journal
 
main(String[]) - Static method in class tools.web.LineListSubset
 
main1(String[]) - Static method in class digs.utils.CodeCleanTool
 
main123(String[]) - Static method in class digs.utils.CodeCleanTool
 
main2(String[]) - Static method in class digs.mpatrol.MPatrol
 
main22(String[]) - Static method in class digs.utils.CodeCleanTool
 
main22(String[]) - Static method in class digs.zelda.Zelda
 
main234(String[]) - Static method in class digs.invaders.CleanInvaders
 
main234(String[]) - Static method in class digs.utils.CodeCleanTool
 
main2435(String[]) - Static method in class digs.utils.CodeCleanTool
 
main3(String[]) - Static method in class digs.utils.CodeCleanTool
 
main3145(String[]) - Static method in class digs.utils.CodeCleanTool
 
main33(String[]) - Static method in class digs.zelda.Zelda
 
main345645(String[]) - Static method in class digs.utils.CodeCleanTool
 
main4(String[]) - Static method in class digs.utils.CodeCleanTool
 
main5(String[]) - Static method in class digs.utils.CodeCleanTool
 
main5342(String[]) - Static method in class digs.utils.CodeCleanTool
 
main5748(String[]) - Static method in class digs.utils.CodeCleanTool
 
main88(String[]) - Static method in class digs.utils.CodeCleanTool
 
main9643(String[]) - Static method in class digs.utils.CodeCleanTool
 
main999(String[]) - Static method in class tools.processor.Clean
 
main_images(String[]) - Static method in class digs.zelda.Zelda
 
mainddd(String[]) - Static method in class digs.zelda.Zelda
 
mainkk(String[]) - Static method in class digs.invaders.Invaders
 
makeHTMLFriendly(String) - Static method in class tools.web.DOCXToWeb
 
makeLogicTree(ParseToken) - Static method in class tools.blend.LogicTree
This method returns a list of CompareNodes wired together to implement the given expression.
mapBits(boolean, int, int, Z26FrameTextDisplay, int, int, byte, int) - Static method in class digs.atari2600.Z26Frame
 
mapStrings() - Method in class digs.madness.MadnessAndTheMinotaur
 
mask - Variable in class tools.disassembly.MemoryMapEntry
 
maxCommentStringSize - Variable in class digs.utils.DataCursor
 
maxDataStringSize - Variable in class digs.utils.DataCursor
 
maxNumData - Variable in class digs.utils.DataCursor
 
MemoryMapEntry - Class in tools.disassembly
This class manages the information about a single memory-bus (or IO-bus) access point (address).
MemoryMapEntry() - Constructor for class tools.disassembly.MemoryMapEntry
 
Menu - Class in tools.disassembly
This class encapsulates the information about a menu of links within a disassembly file.
Menu() - Constructor for class tools.disassembly.Menu
 
menuReport(PrintStream) - Method in class tools.disassembly.DisassemblyFile
This method generates a report on the menu comments.
Mnemonic - Class in tools.processor
This class encapsulates an opcode mnemonic that may have multiple forms.
Mnemonic(String) - Constructor for class tools.processor.Mnemonic
This constructs a new mnemonic by parsing the text representations (separated with ";".
mnemonicFieldSize - Variable in class tools.processor.PrintSpacing
 
MPatrol - Class in digs.mpatrol
 

N

name - Variable in class tools.disassembly.MemoryMapEntry
 
name - Variable in class tools.processor.Processor
 
NMI - Variable in class digs.invaders.I8080
 
Node - Class in tools.blend
This abstract class holds the basic functionality of all blend expression nodes.
Node(Node, String) - Constructor for class tools.blend.Node
This creates a new blend node.
NotNode - Class in tools.blend
This class is a "not" relationship between parent and child.
NotNode(Node, CapNode) - Constructor for class tools.blend.NotNode
This creates a new NotNode
numBytes - Variable in class tools.disassembly.MemoryMapEntry
 
numColumns - Variable in class tools.disassembly.Menu
 

O

OD2Opcodes - Class in digs.od2
 
OD2Opcodes() - Constructor for class digs.od2.OD2Opcodes
 
op - Variable in class tools.processor.BlendEntry
 
Opcode - Class in tools.processor
An opcode represents a CPU instruction for a given target processor.
Opcode(Processor, String, String, String, String, Map<String, String>) - Constructor for class tools.processor.Opcode
This constructs a new opcode.
OpcodeParamField - Enum in tools.processor
This enum defines the parameter primitives that opcodes are built from.
OpcodeParamFieldReplaceInfo - Class in tools.web
This class holds the information about a label substitution for an opcode's parameter field.
OpcodeParamFieldReplaceInfo() - Constructor for class tools.web.OpcodeParamFieldReplaceInfo
 
opcodes - Variable in class tools.processor.Processor
 
OpcodeTool - Class in digs.invaders
 
OpcodeTool() - Constructor for class digs.invaders.OpcodeTool
 
openStream(String) - Method in class tools.file.ZIP
 
ORace - Class in digs.omegarace
 
ORace() - Constructor for class digs.omegarace.ORace
 
origin - Variable in class digs.utils.DataCursor
 
origin - Variable in class tools.file.BinaryFile
 
origin - Variable in class tools.file.BinTextPair
 
OrNode - Class in tools.blend
An OR node tries all children one by one.
OrNode(Node, CapNode) - Constructor for class tools.blend.OrNode
This constructs a new OR node
out(int, int) - Method in interface digs.invaders.CpuBoard
Write to port
out(int, int) - Method in class digs.invaders.InvadersBoard
 

P

padTo(String, int) - Static method in class digs.od2.OD2Opcodes
 
padTo(String, int) - Static method in class tools.code.CU
This static method pads the given string to the given length by appending white-space to the end.
paint(Graphics) - Method in class digs.invaders.InvadersScreen
 
Paragraph - Class in tools.docx
This class encapsulates a DOCX paragraph as a list of text ranges combined into a single string.
Paragraph(Element, Book) - Constructor for class tools.docx.Paragraph
This constructs a new Paragraph by parsing the DOCX xml element.
parse(String) - Method in class tools.disassembly.MemoryMapEntry
This method parses a code comment that describes the access point.
parseData(CodeLine) - Static method in class tools.assembler.Assembler
 
parseExpressionTree(List<ParseToken>) - Static method in class tools.blend.expression.ExpressionParser
This function grows the flat list of parse tokens into a tree of parse tokens.
parseInfo(String) - Method in class tools.disassembly.MachineInfo
 
parseIntValue(String) - Static method in class tools.code.CU
This method parses an integer value from the given string accounting for base specification.
parseProcessorOpcodes(Element) - Method in class tools.processor.Processor
This method parses the processor's opcode list from the family's master list of opcodes.
ParseToken - Class in tools.blend.expression
This class represents a single scanned token from an algebraic expression.
ParseToken() - Constructor for class tools.blend.expression.ParseToken
 
ParseToken - Class in tools.processor
Mnemonics parse into tokens of two types: text-match and numeric-values.
ParseToken(ParseToken.TYPE, String) - Constructor for class tools.processor.ParseToken
 
ParseToken.TYPE - Enum in tools.processor
 
ParseTokenType - Enum in tools.blend.expression
The types of expression tokens.
PC - Variable in class digs.invaders.I8080
 
peekAhead() - Method in class digs.utils.DataCursor
 
piaRegistersA - Static variable in class digs.atari2600.Z26Frame
 
piaRegistersATD - Static variable in class digs.atari2600.Z26Frame
 
piaRegistersB - Static variable in class digs.atari2600.Z26Frame
 
piaRegistersBTD - Static variable in class digs.atari2600.Z26Frame
 
position - Variable in exception tools.blend.expression.ExpressionException
The position within the CodeLine where the error occurred
position - Variable in class tools.blend.expression.ParseToken
The token's position within the line of code
printAmbientLightData() - Method in class digs.pyramid.Pyramid
 
printConfigTable(int) - Method in class digs.madness.MadnessAndTheMinotaur
 
printDirHandlers() - Method in class digs.madness.MadnessAndTheMinotaur
 
printDisassembly(List<CodeLine>, String, String[], boolean) - Static method in class tools.disassembly.Disassembler
This function prints the disassembly of a list of code lines in the given mnemonic set.
printEnteringRoomTable() - Method in class digs.madness.MadnessAndTheMinotaur
 
printJumpInfoTable() - Method in class digs.madness.MadnessAndTheMinotaur
 
printListing(PrintStream, List<CodeLine>, Map<String, String>, Map<String, Integer>) - Static method in class tools.assembler.Assembler
 
printMap(boolean) - Method in class digs.madness.MadnessAndTheMinotaur
 
printObjectData() - Method in class digs.madness.MadnessAndTheMinotaur
 
printObjectData() - Method in class digs.pyramid.Pyramid
 
printObjectNames() - Method in class digs.madness.MadnessAndTheMinotaur
 
printObjectPlacementTable() - Method in class digs.madness.MadnessAndTheMinotaur
 
printPackedStrings() - Method in class digs.pyramid.Pyramid
 
printPoke() - Static method in class digs.madness.ZCoder
 
printRoomActionTable() - Method in class digs.madness.MadnessAndTheMinotaur
 
printRoomData() - Method in class digs.pyramid.Pyramid
 
printScript(int) - Method in class digs.pyramid.Pyramid
 
printShakeTable() - Method in class digs.madness.MadnessAndTheMinotaur
 
PrintSpacing - Class in tools.processor
 
PrintSpacing() - Constructor for class tools.processor.PrintSpacing
 
printStrings() - Method in class digs.madness.MadnessAndTheMinotaur
 
printWeightBulk() - Method in class digs.madness.MadnessAndTheMinotaur
 
printWordData() - Method in class digs.pyramid.Pyramid
 
Processor - Class in tools.processor
This class encapsulates all the information about a single processor.
Processor(ProcessorFamily, Element, Element) - Constructor for class tools.processor.Processor
This parses the generic processor info common to all processors.
Processor_6809 - Class in tools.processor
The 6809 has an extensive indexed addressing mode.
Processor_6809(ProcessorFamily, Element, Element) - Constructor for class tools.processor.Processor_6809
 
ProcessorFamily - Class in tools.processor
Processors often come in related families.
ProcessorFamily(String) - Constructor for class tools.processor.ProcessorFamily
This function creates a new Processor object by parsing the corresponding XML.
Processors - Class in tools.processor
This singleton class parses the Processors.xml file.
Processors() - Constructor for class tools.processor.Processors
 
processSplashScreen() - Method in class digs.madness.MadnessAndTheMinotaur
 
processTextDisplayScanLine(FrameRecord, int, Z26FrameTextDisplay) - Static method in class digs.atari2600.Z26Frame
 
Prop - Class in tools.propeller
 
Prop(String) - Constructor for class tools.propeller.Prop
 
Pyramid - Class in digs.pyramid
 
Pyramid() - Constructor for class digs.pyramid.Pyramid
 

R

R - Variable in class digs.invaders.I8080
 
Raakatu - Class in digs.raakatu
 
Raakatu() - Constructor for class digs.raakatu.Raakatu
 
RAM - Class in digs.invaders
 
RAM(int, int) - Constructor for class digs.invaders.RAM
 
RAMEntry - Class in digs.atari2600
 
RAMEntry() - Constructor for class digs.atari2600.RAMEntry
 
RAMMapperTool - Class in digs.utils
 
RAMMapperTool() - Constructor for class digs.utils.RAMMapperTool
 
read() - Method in class tools.code.CodeLineInputStream
 
read16(int) - Method in interface digs.invaders.CpuBoard
Read a word
read16(int) - Method in class digs.invaders.InvadersBoard
 
read16arg(int) - Method in interface digs.invaders.CpuBoard
Read a word
read16arg(int) - Method in class digs.invaders.InvadersBoard
 
read8(int) - Method in interface digs.invaders.CpuBoard
Read a byte
read8(int) - Method in class digs.invaders.InvadersBoard
 
read8arg(int) - Method in interface digs.invaders.CpuBoard
Read a byte.
read8arg(int) - Method in class digs.invaders.InvadersBoard
 
read8opc(int) - Method in interface digs.invaders.CpuBoard
Read an opcode byte
read8opc(int) - Method in class digs.invaders.InvadersBoard
 
readAssemblyText(String) - Static method in class tools.assembler.Assembler
This function reads an assembly file (and includes) and parses it into CodeLines.
readByte(int) - Method in interface digs.invaders.AddressAccess
 
readByte(int) - Method in class digs.invaders.InvaderPorts
 
readByte(int) - Method in class digs.invaders.InvadersScreen
 
readByte(int) - Method in class digs.invaders.RAM
 
readByte(int) - Method in class digs.invaders.ROM
 
readByte() - Method in class digs.utils.DataCursor
 
readDelta() - Method in class digs.utils.DataCursor
 
readXML(String) - Method in class tools.file.ZIP
 
ReBin - Class in tools.disassembly
This tool repackages a parsed disassembly file into a new binary file.
ReBin() - Constructor for class tools.disassembly.ReBin
 
ReDis - Class in tools.disassembly
Occasionally the disassembler changes (hopefully for the better).
ReDis() - Constructor for class tools.disassembly.ReDis
 
removeWhiteSpace(String) - Static method in class tools.code.CU
This method removes unneeded whitespace in a line of code.
render(PrintStream) - Method in class digs.madness.TextRender
 
replaceAll(String, String, String) - Static method in class tools.code.CU
This static method replaces all "key" in "source" with "value".
replacement - Variable in class tools.web.OpcodeParamFieldReplaceInfo
 
replacementPrintedSize - Variable in class tools.web.OpcodeParamFieldReplaceInfo
 
reports(PrintStream) - Method in class tools.disassembly.DisassemblyFile
This method generates all the reports on the disassembly file.
reset() - Method in class digs.asteroids.DVG
 
reset() - Method in class digs.invaders.I8080
Reset CPU - Only resets the registers
right - Variable in class tools.processor.BlendEntry
 
ROM - Class in digs.invaders
 
ROM(String, int, int) - Constructor for class digs.invaders.ROM
 
RoomInfo - Class in digs.madness
 
RoomInfo() - Constructor for class digs.madness.RoomInfo
 
runCommand(String) - Static method in class tools.Build
 
RunNewCode - Class in tools.propeller
 
RunNewCode() - Constructor for class tools.propeller.RunNewCode
 

S

SaveGameViewer - Class in digs.madness
 
SaveGameViewer() - Constructor for class digs.madness.SaveGameViewer
 
scanExpression(String, String, int) - Static method in class tools.blend.expression.ExpressionParser
This function scans an expression into a list of parse tokens.
scanExpression(CodeLineInputStream) - Static method in class tools.blend.expression.ExpressionParser
This function scans an expression into a list of parse tokens.
ScanLineCycle - Class in digs.atari2600
This class holds all the data from one line of Z26 debug spew.
ScanLineCycle() - Constructor for class digs.atari2600.ScanLineCycle
 
scanLines - Variable in class digs.atari2600.FrameRecord
 
selMask - Variable in class tools.disassembly.MemoryMapEntry
 
setAddress(int) - Method in class tools.code.CodeLine
This sets the code address.
setByte(int, int) - Method in class tools.file.BinaryFiles
 
setComment(String) - Method in class tools.code.CodeLine
This sets the code's comment.
setData(int, int, byte) - Method in class digs.atari2600.Z26FrameTextDisplay
 
setData(int[]) - Method in class tools.code.CodeLine
This sets the code's data.
setDebug(int) - Method in class digs.invaders.I8080
Sets the required debuglevel (if enabled):
setDisplay(int, int, byte) - Method in class digs.atari2600.Z26FrameTextDisplay
 
setError(String) - Method in class tools.code.CodeLine
This method attaches an error to the code line.
setKey(char, String) - Method in class digs.atari2600.Z26FrameTextDisplay
 
setMachineInfo(MachineInfo) - Method in class tools.disassembly.DisassemblyFile
 
setOpcode(Opcode) - Method in class tools.code.CodeLine
This method sets the line's opcode.
setOpcodeString(String) - Method in class tools.code.CodeLine
This sets the opcode string.
setOriginalText(String) - Method in class tools.code.CodeLine
This sets the line's "original text".
setPC(int) - Method in class digs.utils.DataCursor
 
setProperty(int, int) - Method in class digs.invaders.I8080
 
setString(int, int, String) - Method in class digs.madness.TextRender
 
setValue(int, int) - Method in class digs.asteroids.DVG
 
signedNumber(int, int) - Static method in class tools.code.CU
This static method converts an N-bit signed value to a true java signed value.
singleton - Static variable in class tools.processor.Processors
 
size - Variable in class tools.file.BinaryFile
 
sizes - Variable in class tools.assembler.DataOpcode
 
sort(List<String>, String) - Static method in class tools.web.LineListSubset
 
SP - Variable in class digs.invaders.I8080
 
SPT - Variable in class digs.invaders.I8080
 
state_HALT - Variable in class digs.invaders.I8080
 
style - Variable in class tools.docx.Paragraph
 
subList - Variable in class tools.blend.expression.ParseToken
If this is a SUBLIST then the list of sub tokens

T

tag - Variable in class tools.disassembly.HotLabel
 
text - Variable in class tools.processor.ParseToken
 
TEXT_MAP - Static variable in class digs.zelda.Zelda
 
textDisplay(FrameRecord) - Static method in class digs.atari2600.Z26Frame
 
TextRange - Class in tools.docx
This class encapsulates a list of content fragments.
TextRange(Element, Book) - Constructor for class tools.docx.TextRange
This constructs a text range by parsing the DOCX xml.
TextRender - Class in digs.madness
 
TextRender(int) - Constructor for class digs.madness.TextRender
 
tiaReadRegisters - Static variable in class digs.atari2600.Z26Frame
 
tiaReadRegistersTD - Static variable in class digs.atari2600.Z26Frame
 
tiaRegisters - Static variable in class digs.atari2600.Z26Frame
 
tiaRegistersTD - Static variable in class digs.atari2600.Z26Frame
 
toBin(int) - Static method in class digs.atari2600.Asteroids
 
toc - Variable in class tools.docx.Paragraph
 
token - Variable in class tools.blend.expression.ParseToken
The text of the token itself
tokenType - Variable in class tools.blend.expression.ParseToken
The type of the token
tokenType - Variable in class tools.processor.ParseToken
 
tools - package tools
 
tools.assembler - package tools.assembler
 
tools.blend - package tools.blend
 
tools.blend.expression - package tools.blend.expression
 
tools.code - package tools.code
 
tools.disassembly - package tools.disassembly
 
tools.docx - package tools.docx
 
tools.file - package tools.file
 
tools.processor - package tools.processor
 
tools.propeller - package tools.propeller
 
tools.web - package tools.web
 
toRoom(int, int) - Static method in class digs.madness.ZCoder
 
toString() - Method in class digs.asteroids.DVG.LineInfo
 
toString() - Method in class digs.atari2600.ScanLineCycle
 
toString() - Method in class digs.atari2600.Z26FrameTextDisplay
 
toString() - Method in class tools.blend.CompareNode
 
twoByteCommandTable(int, int) - Method in class digs.madness.MadnessAndTheMinotaur
 
TwoByteUnpack - Class in digs.bedlam
 
TwoByteUnpack() - Constructor for class digs.bedlam.TwoByteUnpack
 
twoDigitHex(int) - Static method in class digs.od2.OD2Opcodes
 
twoDigitHex(int) - Static method in class tools.code.CU
This static method returns the given value as a 2 digit hex number.
twoOrFourDigitHex(int) - Static method in class tools.code.CU
This static method returns the given value as a 2 digit or 4 digit hex number (4 if greater than 255).
twosComp(int) - Static method in class digs.asteroids.VectorDiss
 

U

unpackMessage(int) - Method in class digs.pyramid.Pyramid
 
unpackTwo(int, int) - Static method in class digs.bedlam.TwoByteUnpack
 

V

value - Variable in class tools.disassembly.MemoryMapEntry
 
valueOf(String) - Static method in enum tools.blend.expression.ParseTokenType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tools.processor.OpcodeParamField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tools.processor.ParseToken.TYPE
Returns the enum constant of this type with the specified name.
values - Variable in class tools.assembler.DataOpcode
 
values() - Static method in enum tools.blend.expression.ParseTokenType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tools.processor.OpcodeParamField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tools.processor.ParseToken.TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
VectorDiss - Class in digs.asteroids
 
VectorDiss() - Constructor for class digs.asteroids.VectorDiss
 

W

whereDoIGoOnFail(Node) - Method in class tools.blend.AndNode
 
whereDoIGoOnFail(Node) - Method in class tools.blend.AsIsNode
 
whereDoIGoOnFail(Node) - Method in class tools.blend.CapNode
 
whereDoIGoOnFail() - Method in class tools.blend.CompareNode
 
whereDoIGoOnFail(Node) - Method in class tools.blend.CompareNode
 
whereDoIGoOnFail(Node) - Method in class tools.blend.Node
 
whereDoIGoOnFail(Node) - Method in class tools.blend.NotNode
 
whereDoIGoOnFail(Node) - Method in class tools.blend.OrNode
 
whereDoIGoOnPass(Node) - Method in class tools.blend.AndNode
 
whereDoIGoOnPass(Node) - Method in class tools.blend.AsIsNode
 
whereDoIGoOnPass(Node) - Method in class tools.blend.CapNode
 
whereDoIGoOnPass() - Method in class tools.blend.CompareNode
 
whereDoIGoOnPass(Node) - Method in class tools.blend.CompareNode
 
whereDoIGoOnPass(Node) - Method in class tools.blend.Node
When a child node finishes its processing it can either have passed or failed and needs a destination to jump to (another compare-node or the pass/fail blocks).
whereDoIGoOnPass(Node) - Method in class tools.blend.NotNode
 
whereDoIGoOnPass(Node) - Method in class tools.blend.OrNode
 
write16(int, int) - Method in interface digs.invaders.CpuBoard
Write a word
write16(int, int) - Method in class digs.invaders.InvadersBoard
 
write16fast(int, int) - Method in interface digs.invaders.CpuBoard
Write a word When a Cpu calls this method, a speed up can be achieved.
write16fast(int, int) - Method in class digs.invaders.InvadersBoard
 
write8(int, int) - Method in interface digs.invaders.CpuBoard
Write a byte
write8(int, int) - Method in class digs.invaders.InvadersBoard
 
write8fast(int, int) - Method in interface digs.invaders.CpuBoard
Write a byte When a Cpu calls this method, a speed up can be achieved.
write8fast(int, int) - Method in class digs.invaders.InvadersBoard
 
writeByte(int, int) - Method in interface digs.invaders.AddressAccess
 
writeByte(int, int) - Method in class digs.invaders.InvaderPorts
 
writeByte(int, int) - Method in class digs.invaders.InvadersScreen
 
writeByte(int, int) - Method in class digs.invaders.RAM
 
writeByte(int, int) - Method in class digs.invaders.ROM
 
writeWallConfig() - Method in class digs.madness.MadnessAndTheMinotaur
 

Z

Z26Frame - Class in digs.atari2600
 
Z26Frame() - Constructor for class digs.atari2600.Z26Frame
 
Z26FrameTextDisplay - Class in digs.atari2600
 
ZCoder - Class in digs.madness
 
ZCoder() - Constructor for class digs.madness.ZCoder
 
Zelda - Class in digs.zelda
 
Zelda() - Constructor for class digs.zelda.Zelda
 
ZIP - Class in tools.file
 
ZIP(String) - Constructor for class tools.file.ZIP
 

A B C D E F G H I J K L M N O P R S T U V W Z