PHP Classes

File: public_html/vendor/jsc64/js/nl/kingsquare/core/cpu/CPUOpcodeInfo.js

Recommend this page to a friend!
  Packages of Matthew Asham   Binkterm PHP   public_html/vendor/jsc64/js/nl/kingsquare/core/cpu/CPUOpcodeInfo.js   Download  
File: public_html/vendor/jsc64/js/nl/kingsquare/core/cpu/CPUOpcodeInfo.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Binkterm PHP
Bulletin board system based on the Web
Author: By
Last change:
Date: 5 days ago
Size: 291 bytes
 

Contents

Class file image Download
nl.kingsquare.core.cpu.CPUOpcodeInfo = Class.extend({ init: function(cycles /* :uint */ , len/* :uint */, handler/* :Function */, addr/* :Function */, mnemo/* :String */) { this.cycles = cycles; this.len = len; this.handler = handler; this.addr = addr; this.mnemo = mnemo; } });