avr-assembly-play/7_segment_display/.gdbinit

12 lines
183 B
Plaintext

# Connect to simavr server
target remote :1234
# Print the registers and code at each step
def hook-stop
i r
disass
end
# Here you can put a breakpoint to skip some code
b COMPUTED