xdt99 icon indicating copy to clipboard operation
xdt99 copied to clipboard

xdt99: TMS 99xx Cross-Development Tools

Results 12 xdt99 issues
Sort by recently updated
recently updated
newest added

I have missed something like this construct ``` .rept 10 ... .endr ``` which is quite common for other assemblers.

Would be cool to have some performance metrics on the assembly process. For example: * Total amount of CPU instructions processed * Total amount of data definition instructions processed *...

Would be cool to have a pragma that allows one to start data definition directives on even addresses. That would be especially useful if you for example have a sequence...

The new syntax source file had a non-honored reference to kscan (non-honored: the corresponding copy was missing). I fixed it by copying "keyscan_ea.asm", although for that one to work, I...

Official tutorial says in a paragraph: "The resulting image file ashello5.img has 248 bytes", but then an "ls -l" is offered to confirm and it correctly shows that the size...

LiClipse produces the following error when running xda99 against the file at this link: [https://www.dropbox.com/s/zk87ceivpet63pd/sieve.rar?dl=1](url) I am not sure if the error lies within the disassembler or the PyDev implementation...

The following code is strictly speaking invalid, however the disassembler produces spurious labels which is a potential issue. The offending label that is generated `mov r4, @scan ` For example,...

It turns out there was an off-by-one in the record seek logic that fouled up --long decodes. I've also turned on stack backtrace for the parser, so that we can...

Attempts to assemble the following table access construct: mov @mess(R6,R0 --or-- mov R0,@mess(R6 will result in the following traceback: raceback (most recent call last): File "/home/robert/bin/xdt99-3.6.0/xas99.py", line 3622, in status...