This question is locked. New answers and comments are not allowed.
Good day,
I looked thru the forums to find this bug but did not get any results from it.
I get a "Runtime error" once clicked on convert from c# to vb.net.
To give you an example:
if (Instruction == 0x01) // LDA #<value>{ Register_A = Memory[(IP + 1)]; SetRegisterD(); ProgLength -= 1; IP += 2; continue;}The converter has a problem with apperently parsing the "Continue" because if you comment it out, no error will occour.
I hope this will help fixing this converter since its one of the best ones ive been using so far.
Greets Barret