A. Fachat
A. Fachat
'''file65 --vv``` prints the relocation entries. However, for undef'd labels index and low byte are exchanged. Also, 16 bit address offsets for SEG types are not printed.
In 65816 mode, REP and SEP modify the bits that determine the width of the A and X registers, which also affects immediate address modes. The xa currently has to...
When using ```label =*``` the label does not seem to take over the segment of '*', while just defining a label directly ```label ``` sets label to the current segment...
A listing file printout would be helpful when the assembler runs into an error situation, to see what has actually happened.
After (or rather in the process of) porting supermon816 to xa, I think we should consider the following: "- XKOW" (or similar) to support: - "." as prefix for cheap...
After (or rather in the process of) porting supermon816 to xa, I think we should consider the following: - .rept/.endr pseudos to repeat the code between the two
After (or rather in the process of) porting supermon816 to xa, I think we should consider the following: - .macro/.endm pseudos to define macros (either Kowalski, but prob. better in...
After (or rather in the process of) porting supermon816 to xa, I think we should consider the following: - JML opcode as equivalent to JMP with 24-bit jmps. (JMP @addr...
When I write ``` ldx $d900,y lda VIDPAGE
When you run DUM3.5 disk utility program, and try to show the directory of drive 0, it shows broken entries (potentially a length problem).