mirror of
https://github.com/mre/mos6502.git
synced 2025-01-03 00:30:57 +00:00
Remove unnecessary fixme comment (#37)
This commit is contained in:
parent
424262cd36
commit
6fdd561b02
@ -151,8 +151,6 @@ impl StackPointer {
|
|||||||
STACK_ADDRESS_LO + AddressDiff(i32::from(self.0))
|
STACK_ADDRESS_LO + AddressDiff(i32::from(self.0))
|
||||||
}
|
}
|
||||||
|
|
||||||
// JAM: FIXME: Should we prevent overflow here? What would a 6502 do?
|
|
||||||
|
|
||||||
pub fn decrement(&mut self) {
|
pub fn decrement(&mut self) {
|
||||||
self.0 = self.0.wrapping_sub(1);
|
self.0 = self.0.wrapping_sub(1);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user