goto инструкция || goto instruction
Open
bug
- Dominant language
- C
- Stars
- 1
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
goto работает не совсем корректно.
Должен перепрыгивать на инструкции, а прыгает на строки кода. В случае, если строчка пустая -- просто застывает.
goto not working correctly
Actually, goto must jump to instructions' ids (instruction count) but jumps to actual lines of code. If the line is empty -- stacks
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.