This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| std::string Bit8RegTable[] = | |
| { | |
| /* "V1" to "VF" */ | |
| } | |
| std::string InstructionTable[] = | |
| { | |
| /* like "ADD","MOV","SUB" */ | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| std::string Bit8RegTable[] = | |
| { /* "V1" to "VF" */ | |
| } | |
| std::string InstructionTable[] = | |
| { /* like "ADD","MOV","SUB" */ | |
| } | |
| std::vector < std::string > libc8Lexer(std::string ProgLine) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| std::string Bit8RegTable[] = | |
| { /* "V1" to "VF" */ | |
| } | |
| std::string InstructionTable[] = | |
| { /* like "ADD","MOV","SUB" */ | |
| } | |
| std::vector < std::string > libc8Lexer(std::string ProgLine) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| std::string Bit8RegTable[] = | |
| { /* "V1" to "VF" */ | |
| } | |
| std::string InstructionTable[] = | |
| { /* like "ADD","MOV","SUB" */ | |
| } | |
| std::vector < std::string > libc8Lexer(std::string ProgLine) |