ActionScript Byte Code
From Just Solve the File Format Problem
ActionScript Byte Code (ABC) is the byte code generated by an ActionScript compiler, executed by the ActionScript virtual machine. The reference documentation (linked below) refers to an ABC "file", but notes that in actual use it might never actually be saved to a file but generated dynamically by a compiler for immediate execution.