Skip to content

Commit

Permalink
Add ICMP transport with server shim
Browse files Browse the repository at this point in the history
  • Loading branch information
jephthai committed Jun 7, 2019
2 parents 102bbb8 + fba57b9 commit d3cbbf5
Show file tree
Hide file tree
Showing 9 changed files with 904 additions and 5 deletions.
5 changes: 5 additions & 0 deletions agent/core.asm
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,11 @@ start_def INL, or, "or"
add PSP, CELL
end_def or
start_def INL, xor, "xor"
xor TOS, [PSP]
add PSP, CELL
end_def xor
;;; ------------------------------------------------------------------------
;;; Counted string comparison
;;; ------------------------------------------------------------------------
Expand Down
Loading

0 comments on commit d3cbbf5

Please sign in to comment.