simulavr-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Simulavr-devel] I've a question about "info io_registers"


From: Hector Doblado
Subject: [Simulavr-devel] I've a question about "info io_registers"
Date: Wed, 27 Apr 2005 08:20:18 +0000


Hello

I've a question about "info io_registers"

I'm executing

[root]# simulavr -g -d at90s8515

[root]# ddd --debugger avr-gdb
file p3.o
target remote localhost:1212
load
break 22
continue


_________________________________________

        19      DDRA=0xFF;
        20      k=3;
        21      PORTA=4;
=>(stop)22   PORTA=5;

_________________________________________

info local
k = 3

info io_registers

[1b] PORTA      :00

_________________________________________

Why PORTA is equal to 0 and not is equal to 4?

Thanks
Héctor Doblado






reply via email to

[Prev in Thread] Current Thread [Next in Thread]