This is a migrated thread and some comments may be shown as answers.

Code Converter - 'Continue' Issue

0 Answers 47 Views
Code Converter
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Barret
Top achievements
Rank 1
Barret asked on 14 Feb 2013, 01:32 PM

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
Tags
Code Converter
Asked by
Barret
Top achievements
Rank 1
Share this question
or