Guest User

Untitled

a guest
Sep 23rd, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. /*
  2. This file (assign_read_write.ks) is an example of K bytecode. In
  3. this example, we will write to the output register, and then write
  4. the contents of the output register to an output window.
  5. */
  6.  
  7. K_SOF K_EOL
  8. K_RPTR 0x2 K_EOL
  9. K_RMOV "Hello World! This is written in K bytecode!" K_EOL
  10. K_REXE K_EOL
  11. K_EOF
Add Comment
Please, Sign In to add comment