martinlindhe / dustbox-rs

DOS emulator (semi-abandoned)
https://martinlindhe.github.io/dustbox-rs/
MIT License
48 stars 7 forks source link

Breakpoints should recognize segment:offset format #21

Closed martinlindhe closed 6 years ago

nicklaswj commented 6 years ago

In hex please ;)

martinlindhe commented 6 years ago

It only accepts unprefixed hex, see https://github.com/martinlindhe/dustbox-rs/commit/fff5ce273d6543228b5726bbbd978c43f2c986ef#diff-50627b0ef22f57522881a64a5a4e8829R11

Made no sense to accept decimal imo

nicklaswj commented 6 years ago

It only accepts unprefixed hex, see fff5ce2#diff-50627b0ef22f57522881a64a5a4e8829R11

Made no sense to accept decimal imo

For clarity maybe? 0x... removes all doubt

martinlindhe commented 6 years ago

Sure, I'll fix that

martinlindhe commented 6 years ago

Fixed in cf22727