Fabcoin Core  0.16.2
P2P Digital Currency
Namespaces | Functions
Instruction.cpp File Reference
#include "Instruction.h"
#include "preprocessor/llvm_includes_start.h"
#include <llvm/ADT/APInt.h>
#include "preprocessor/llvm_includes_end.h"
Include dependency graph for Instruction.cpp:

Go to the source code of this file.

Namespaces

 dev
 Adapted from code found on http://stackoverflow.com/questions/180947/base64-decode-snippet-in-c Originally by RenĂ© Nyffenegger.
 
 dev::evmjit
 

Functions

llvm::APInt dev::evmjit::readPushData (code_iterator &_curr, code_iterator _end)
 Reads PUSH data from pointed fragment of bytecode and constructs number out of it Reading out of bytecode means reading 0. More...
 
void dev::evmjit::skipPushData (code_iterator &_curr, code_iterator _end)
 Skips PUSH data in pointed fragment of bytecode. More...