mirror of
https://github.com/ksherlock/x65.git
synced 2025-04-03 07:30:43 +00:00
Adding notes about how to use source debug output
This commit is contained in:
parent
efb99fe9ab
commit
2bbe8aab66
@ -102,6 +102,7 @@ Primarily tested with personal archive of sources written for Kick assmebler, DA
|
||||
* irp (indefinite repeat)
|
||||
|
||||
**FIXED**
|
||||
* Source Debug output file including linkable object files, C64Debugger format
|
||||
* Adding MERGE directive, Label Pools rewrite, TEXT data can be indexed from a string symbol
|
||||
* Label Pools were destroyed after each scope so they did not work in include files which defeated their purpose. Label pools are now persistent through scopes.
|
||||
* Labels reserved from label pools now distinguish between global and local. Use [.!@$] as a prefix to reserve a local label from a label pool (previously always local)
|
||||
|
3
x65.cpp
3
x65.cpp
@ -8314,7 +8314,8 @@ int main(int argc, char **argv) {
|
||||
" * -mrg : Force merge all sections (use with -a2o)\n"
|
||||
" * -sym (file.sym) : symbol file\n"
|
||||
" * -lst / -lst = (file.lst) : generate disassembly text from result(file or stdout)\n"
|
||||
" * -opcodes / -opcodes = (file.s) : dump all available opcodes(file or stdout)\n"
|
||||
" * -opcodes / -opcodes=(file.s) : dump all available opcodes(file or stdout)\n"
|
||||
" * -srcdbg / -srcdbg=(file.dbg) : generate a source level debugging file for object files or linked files"
|
||||
" * -sect: display sections loaded and built\n"
|
||||
" * -vice (file.vs) : export a vice symbol file\n"
|
||||
" * -merlin: use Merlin syntax\n"
|
||||
|
Loading…
x
Reference in New Issue
Block a user