menu
swf_core package
documentation
testing.dart
Asm
setTarget method
setTarget method
dark_mode
light_mode
setTarget
method
Asm
setTarget
(
String
path
)
Implementation
Asm setTarget(String path) { _op(0x8B, [...encodeSjis(path), 0]); return this; }
swf_core package
documentation
testing
Asm
setTarget method
Asm class