Added Lua 5.3 binary operators.

This commit is contained in:
g012 2017-09-03 16:10:28 +02:00
parent 9bcb674f2c
commit 9031730490
2 changed files with 1711 additions and 1702 deletions

View File

@ -5,11 +5,18 @@ TIM_VBLANK = 61 -- TIM64T, 3904 cycles = ~ 51 scanlines
TIM_KERNEL = 17 -- T1024T, 17408 cycles = ~229 scanlines
location(0xf000, 0xffff)
if toto ~= 15 then end
abc = 13 ~ 0x7
xyz = 1 << 2
section "waitForIntim"
-- n_{ a=INTIM } ?
--lda(INTIM) -- or a=INTIM
--bne "waitForIntim"
ldx #0xf0
ldx #0b1101
ldy #0xAB - 16 + 0b11011 & 3 | 6 ~ 0xf >> ~3 << 1 // 5
lda #0xac
lda #INTIM

3406
l65.lua

File diff suppressed because it is too large Load Diff