MCPcopy Create free account
hub / github.com/aiscriptdev/aiscript / byte_instruction

Method byte_instruction

aiscript-vm/src/chunk.rs:385–388  ·  view source on GitHub ↗
(&self, name: &str, byte: u8)

Source from the content-addressed store, hash-verified

383 }
384
385 fn byte_instruction(&self, name: &str, byte: u8) {
386 let name = format!("OP_{name}");
387 println!("{:-16} {:4}", name, byte);
388 }
389
390 fn jump_instruction(&self, name: &str, sign: i8, offset: usize, jump: u16) {
391 let name = format!("OP_{name}");

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected