summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthew Sotoudeh <matthew@masot.net>2023-07-25 15:02:28 -0700
committerMatthew Sotoudeh <matthew@masot.net>2023-07-25 15:02:28 -0700
commitfb4749df5809c637c1b9a90bb30d26b097164b30 (patch)
tree8cf524795568d3466f9434eed4bb518284ef7080 /docs
parent1d943da0cf9154e7ce78ce867cdbb91531c5d78e (diff)
no more memcpy
Diffstat (limited to 'docs')
-rw-r--r--docs/LANGUAGE.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/LANGUAGE.txt b/docs/LANGUAGE.txt
index 124e100..e5f2ec8 100644
--- a/docs/LANGUAGE.txt
+++ b/docs/LANGUAGE.txt
@@ -57,7 +57,6 @@ declaration:
instruction:
MEMZERO ( [ident] ) ;
- MEMCPY ( [ident] , [ident] ) ;
[ident] :
if ( [ident] ) goto [ident] ;
goto [ident] ;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback