MCPcopy Create free account
hub / github.com/TASEmulators/fceux / segment

Method segment

src/ld65dbg.cpp:14–17  ·  view source on GitHub ↗

---------------------------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

12{
13 //---------------------------------------------------------------------------------------------------
14 segment::segment( int id, const char *name, int startAddr, int size, int ofs, unsigned char type )
15 : _name(name ? name : ""), _id(id), _startAddr(startAddr), _size(size), _ofs(ofs), _type(type)
16 {
17 }
18 //---------------------------------------------------------------------------------------------------
19 scope::scope(int id, const char *name, int size, int parentID)
20 : _name(name ? name : ""), _id(id), _parentID(parentID), _size(size), _parent(nullptr)

Callers 2

uri.min.jsFile · 0.80
uri.min.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected