User Tools

Site Tools


base:using_a_running_vice_session_for_development

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
base:using_a_running_vice_session_for_development [2016-07-01 12:06] – Makefile example updates compyxbase:using_a_running_vice_session_for_development [2016-07-01 13:35] (current) compyx
Line 126: Line 126:
 == Access VICE's output == == Access VICE's output ==
  
-If you want to see VICE's messages, you redirect stdout and stderr to log files, which you inspect later, or just tail -f them.+If you want to see VICE's messages, you redirect stdout and stderr to log files, which you inspect later, or just ''tail -f'' them.
  
 <code make> <code make>
Line 300: Line 300:
  
 Let's assume our demo.s looks like this: Let's assume our demo.s looks like this:
-<code 64tass>+<code 6502tasm>
         * = $0801         * = $0801
                  
base/using_a_running_vice_session_for_development.txt · Last modified: 2016-07-01 13:35 by compyx