Add word 'fill' to the word list in README

This commit is contained in:
Piotr Wiszowaty 2018-09-22 23:41:30 +02:00
parent 21e3fccbe7
commit 1fa534c871
2 changed files with 2 additions and 2 deletions

View File

@ -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*`

2
foco65
View File

@ -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