fix carry and shifts in hardware, misc
This commit is contained in:
@@ -706,7 +706,7 @@ if HasTs or (not AsmIncluded) then
|
||||
ts.eval [[
|
||||
function AssembleBuildFile(%fn, %romsize, %offset, %len) { luacall("AssembleBuildFile", strReplace(%fn, "$", "Add-ons/_misc/rom/8608programs/"), %romsize, %offset, %len); }
|
||||
]]
|
||||
AssembleBuildFile(arg[1] or "../8608programs/test.asm", "16 16 8", "0", "256")
|
||||
if not HasTs then AssembleBuildFile(arg[1] or "../8608programs/test.asm", "16 16 8", "0", "256") end
|
||||
end
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user