generated from rnentjes/kotlin-server-web-undertow
Refactor: Restructure project package hierarchy and add initial implementation for assembler instructions, shell commands, and exception handling.
This commit is contained in:
6
src/jvmMain/kotlin/mtmc/asm/HasLocation.kt
Normal file
6
src/jvmMain/kotlin/mtmc/asm/HasLocation.kt
Normal file
@@ -0,0 +1,6 @@
|
||||
package mtmc.asm
|
||||
|
||||
interface HasLocation {
|
||||
var location: Int
|
||||
var sizeInBytes: Int
|
||||
}
|
||||
Reference in New Issue
Block a user