MEGA65 / m65dbg

An enhanced remote serial debugger/monitor for the mega65 project
GNU General Public License v3.0
13 stars 17 forks source link

Relaxed Ophis map file parsing, some corner cases fixed. #30

Open csoren opened 1 day ago

csoren commented 1 day ago

The Ophis map file loader will now handle addresses longer than 4 hex characters, and the string symbol value is read correctly. A corner case when reading the last line of the list was identified and fixed, as was a dereferenced NULL pointer.