tallforasmurf / CHIP8IDE

An interactive development and emulation environment for the CHIP8/SCHIP system
30 stars 1 forks source link

CHECK empty file gets index error #16

Closed tallforasmurf closed 8 years ago

tallforasmurf commented 8 years ago

assemble1 of empty file yields properly an empty list of bytes, but the do_assembly method of source.py assumes it will have something.

Query, will reset_vm handle an empty mem load?

tallforasmurf commented 8 years ago

of course it does.