l65/samples/vcs_basic.l65

17 lines
319 B
Plaintext
Raw Permalink Normal View History

require'vcs'
mappers['2K']()
local kernel = function()
ldx#0xb0 @_loop sta WSYNC stx COLUBK dex bne _loop
end
@@main
init()
@_frame
overscan() vblank() screen(kernel) jmp _frame
2017-10-03 09:51:36 +00:00
; -- needed if last instruction is implied
writebin(filename..'.bin')
writesym(filename..'.sym')
print(stats)