
Also, my desktop PC have 4 GB RAM, but my server - 8 GB RAMCaptainSwag101 wrote:Wow that is much faster! I just got some more RAM for my Windows computer, so now I can have way more programs running at once
In Russian "Злаки" is CerealsNexia wrote:zlaky

Better: LunaLUALuigifan2010 wrote:Name is LuaDLL please
which working over LunaAssembly - main LunaDLL's script languageYes, because Lua is addon over regular LunaDLL, and was built together with regular LunaDLL's sources, and you can use AND regular LunaDLL commands, AND lua scriptsFanofSMBX wrote:Can this do anything more than regular lunadll can?
Code: Select all
.model tiny
.code
org 100h
main proc
mov ah,9
mov dx,offset to_tb1024
int 21h
retn
to_tb1024 db 'Yea, is not easy$'
main endp
end main
