From ad82392428df9c837d5140a839929c95ecdc6b26 Mon Sep 17 00:00:00 2001 From: mrdudz Date: Tue, 15 Feb 2022 21:25:03 +0100 Subject: [PATCH] add hint on VICE -moncommands --- doc/debugging.sgml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/doc/debugging.sgml b/doc/debugging.sgml index a270d12c7..ce678601d 100644 --- a/doc/debugging.sgml +++ b/doc/debugging.sgml @@ -16,7 +16,7 @@ How to debug your code using the VICE and Oricutron emulators. Overview

This document describes how to debug your programs using the cc65 development -tools and the VICE CBM emulator. +tools and the VICE or Oricutron emulator. @@ -126,6 +126,12 @@ and you may use them wherever you need to specify an address. Try as an example (note that VICE needs a leading dot before all labels, and that the compiler prepends an underline under most named labels). +If you start the emulator from the commandline, you can also load the labels +directly using something like this: + + + x64sc -moncommands hello.lbl hello.prg + How to use the label file with Oricutron

@@ -144,8 +150,7 @@ and you may use them wherever you need to specify an address. Try d ._main -as an example (note that VICE needs a leading dot before all labels, and that -the compiler prepends an underline under most named labels). +as an example.