[TI-H] MC68k, OP-codes, etc
[Prev][Next][Index][Thread]
[TI-H] MC68k, OP-codes, etc
Hi,
1.) which is EXACTLY the processor type of a TI92+, HW2
2.)
How does the MC68k handle the parameters for the assembly commands?
E.g. when I do a
move.w d0,#60000F
how is this stored in the binary program file?
OP-Code, first parameter,second parameter
?
I've downloaded the 68kpm.pdf from ticalc.org but I did not found any OP
codes?
I think OP-codes are the numbers of each commands; aren't they?
E.g.
move: 1
rte 2
and so on
Where can I find these codes?
3.) How does a disassembler/assembler work?
Do grad the binary code, look which OP code and then look for parameters?
Thank you,
Niki
Follow-Ups: