diff --git a/README.md b/README.md index 14b966c..eff973a 100644 --- a/README.md +++ b/README.md @@ -187,8 +187,8 @@ or: Words ----- -`:` `@` `0=` `1-` `1+` `2/` `2*` `2@` `2!` `and` `c!` `c@` `cmove` `count` `d-` `d+` `d=` `do` `drop` `dup` `i` `j` `loop` `+loop` `lshift` `<=` `<` `>=` `>` `-` `+` `or` `over` `rshift` `rsp` `sp` `swap` `unloop` `u<` `u>` `while` `<>` +`:` `@` `0=` `1-` `1+` `2/` `2*` `2@` `2!` `and` `c!` `c@` `cmove` `count` `d-` `d+` `d=` `do` `drop` `dup` `fill` `i` `j` `loop` `=` `!` `[` `]` `[code]` `[end-code]` `cell` `cells` `not` `[text-section]` `[data-section]` `variable` `2variable` `constant` `create` `,` `c,` `,'` `'` `,"` `"` `allot` `lit` `\` `(` `recursive` `[label]` `*` `/` `m*` diff --git a/foco65 b/foco65 index 37db80a..694d62d 100755 --- a/foco65 +++ b/foco65 @@ -1,7 +1,7 @@ #!/usr/bin/env python2 # foco65 -# Copyright (C) 2014 Piotr Wiszowaty +# Copyright (C) 2014,2018 Piotr Wiszowaty # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by