mirror of
https://github.com/g012/l65.git
synced 2025-01-06 08:31:22 +00:00
8 lines
127 B
Lua
8 lines
127 B
Lua
local macro = require "macro"
|
|
|
|
function addressing(get)
|
|
local t,v = get:next()
|
|
end
|
|
|
|
macro.define('lda', addressing)
|