mirror of
https://git.sr.ht/~rabbits/uxn
synced 2024-11-22 22:05:11 +00:00
Fixed CI
This commit is contained in:
parent
79e085088a
commit
85ae1f6ebe
1 changed files with 25 additions and 25 deletions
|
@ -210,9 +210,9 @@
|
|||
JMP2r
|
||||
|
||||
&preamble
|
||||
"%BRK 20 '{ 20 "00 20 '} 20
|
||||
"%[ 20 '{ 20 '} 20
|
||||
"%] 20 '{ 20 '} 20
|
||||
"%BRK 20 "{ 20 "00 20 "} 20
|
||||
"%[ 20 "{ 20 "} 20
|
||||
"%] 20 "{ 20 "} 20
|
||||
"@on-reset 20
|
||||
&preamble-end
|
||||
|
||||
|
@ -947,33 +947,33 @@
|
|||
than than string data )
|
||||
|
||||
@asma-first-char-comment
|
||||
&28 $2 $2 '( 00 :asma-comment-more
|
||||
&_entry :&28 $2 ') 00 :asma-comment-less
|
||||
&28 $2 $2 "( 00 :asma-comment-more
|
||||
&_entry :&28 $2 ") 00 :asma-comment-less
|
||||
|
||||
@asma-first-char-macro
|
||||
&28 $2 $2 '( 00 :asma-comment-start
|
||||
&29 :&28 $2 ') 00 :asma-comment-end
|
||||
&_entry :&29 :&7d '{ 00 :asma-ignore
|
||||
&7d $2 $2 '} 00 :asma-macro-end
|
||||
&28 $2 $2 "( 00 :asma-comment-start
|
||||
&29 :&28 $2 ") 00 :asma-comment-end
|
||||
&_entry :&29 :&7d "{ 00 :asma-ignore
|
||||
&7d $2 $2 "} 00 :asma-macro-end
|
||||
|
||||
@asma-first-char-normal
|
||||
&22 $2 $2 '" 00 :asma-raw-word
|
||||
&23 :&22 $2 '# 00 :asma-literal-hex
|
||||
&24 :&23 :&25 '$ 00 :asma-pad-relative
|
||||
&25 $2 $2 '% 00 :asma-macro-define
|
||||
&22 $2 $2 "" 00 :asma-raw-word
|
||||
&23 :&22 $2 "# 00 :asma-literal-hex
|
||||
&24 :&23 :&25 "$ 00 :asma-pad-relative
|
||||
&25 $2 $2 "% 00 :asma-macro-define
|
||||
&26 :&24 :&29 26 00 ( & ) :asma-sublabel-define
|
||||
&27 $2 $2 '' 00 :asma-raw-char
|
||||
&28 :&27 $2 '( 00 :asma-comment-start
|
||||
&29 :&28 :&2c ') 00 :asma-comment-end
|
||||
&2c $2 $2 ', 00 :asma-literal-rel-addr
|
||||
&_entry :&26 :&7b '. 00 :asma-literal-zero-addr
|
||||
&3a $2 $2 ': 00 :asma-abs-addr
|
||||
&3b :&3a :&40 '; 00 :asma-literal-abs-addr
|
||||
&40 $2 $2 '@ 00 :asma-label-define
|
||||
&7b :&3b :&7d '{ 00 :asma-ignore
|
||||
&7c $2 $2 '| 00 :asma-pad-absolute
|
||||
&7d :&7c :&7e '} 00 :asma-ignore
|
||||
&7e $2 $2 '~ 00 :asma-include
|
||||
&27 $2 $2 "' 00 :asma-raw-char
|
||||
&28 :&27 $2 "( 00 :asma-comment-start
|
||||
&29 :&28 :&2c ") 00 :asma-comment-end
|
||||
&2c $2 $2 ", 00 :asma-literal-rel-addr
|
||||
&_entry :&26 :&7b ". 00 :asma-literal-zero-addr
|
||||
&3a $2 $2 ": 00 :asma-abs-addr
|
||||
&3b :&3a :&40 "; 00 :asma-literal-abs-addr
|
||||
&40 $2 $2 "@ 00 :asma-label-define
|
||||
&7b :&3b :&7d "{ 00 :asma-ignore
|
||||
&7c $2 $2 "| 00 :asma-pad-absolute
|
||||
&7d :&7c :&7e "} 00 :asma-ignore
|
||||
&7e $2 $2 "~ 00 :asma-include
|
||||
|
||||
@asma-opcodes
|
||||
&_entry :>H :&ROT &_disasm "LIT 00
|
||||
|
|
Loading…
Reference in a new issue