assembler-simulator
assembler-simulator copied to clipboard
Out of bounds value possible
trafficstars
MOV A, 255
SHL A, 255
A will now have value 256. This should not be possible