
Public Attributes | |
| bool | success = false |
| std::vector< Diagnostic > | diagnostics |
| std::vector< Label > | labels |
| std::vector< Define > | defines |
| std::vector< WrittenBlock > | written_blocks |
| std::vector< uint8_t > | rom_data |
| int | rom_size = 0 |
| SourceMap | source_map |
Definition at line 64 of file z3dk_wrapper.cc.
| bool z3dk::AssembleResult::success = false |
Definition at line 65 of file z3dk_wrapper.cc.
Referenced by yaze::core::anonymous_namespace{z3dk_wrapper.cc}::ConvertResult().
| std::vector<Diagnostic> z3dk::AssembleResult::diagnostics |
Definition at line 66 of file z3dk_wrapper.cc.
Referenced by yaze::core::anonymous_namespace{z3dk_wrapper.cc}::ConvertResult().
| std::vector<Label> z3dk::AssembleResult::labels |
Definition at line 67 of file z3dk_wrapper.cc.
Referenced by yaze::core::anonymous_namespace{z3dk_wrapper.cc}::ConvertResult().
| std::vector<Define> z3dk::AssembleResult::defines |
Definition at line 68 of file z3dk_wrapper.cc.
| std::vector<WrittenBlock> z3dk::AssembleResult::written_blocks |
Definition at line 69 of file z3dk_wrapper.cc.
| std::vector<uint8_t> z3dk::AssembleResult::rom_data |
Definition at line 70 of file z3dk_wrapper.cc.
| int z3dk::AssembleResult::rom_size = 0 |
Definition at line 71 of file z3dk_wrapper.cc.
Referenced by yaze::core::anonymous_namespace{z3dk_wrapper.cc}::ConvertResult().
| SourceMap z3dk::AssembleResult::source_map |
Definition at line 72 of file z3dk_wrapper.cc.