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

Function memory_readwordsigned

src/lua-engine.cpp:1572–1575  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1570}
1571
1572static int memory_readwordsigned(lua_State *L) {
1573 lua_pushinteger(L, GetWord(L, true));
1574 return 1;
1575}
1576
1577static int memory_writebyte(lua_State *L) {
1578 uint32 A = luaL_checkinteger(L, 1);

Callers

nothing calls this directly

Calls 2

lua_pushintegerFunction · 0.85
GetWordFunction · 0.85

Tested by

no test coverage detected