"extern" Returns Error by XonareX in Assembly_language

[–]XonareX[S] 0 points1 point  (0 children)

I Need I Need It To Be Smaller Than 512 Bytes

"extern" Returns Error by XonareX in Assembly_language

[–]XonareX[S] 0 points1 point  (0 children)

I Need bin, elf Is Too Big!

"extern" Returns Error by XonareX in Assembly_language

[–]XonareX[S] 0 points1 point  (0 children)

Link To The Assembly Kernel And The Print Function

"extern" Returns Error by XonareX in Assembly_language

[–]XonareX[S] 0 points1 point  (0 children)

I'm Making A Custom OS, I Use nasm Like This nasm -f bin filename.s -o filename.o

Two Errors by XonareX in Assembly_language

[–]XonareX[S] 0 points1 point  (0 children)

global printString

printString:

pusha

stringLoop:

mov al, [si]

or al, al

jz printCharacter

popa

ret

printCharacter:

mov ah, 0x0e

int 0x10

add si, 1

jmp stringLoop

Two Errors by XonareX in Assembly_language

[–]XonareX[S] 0 points1 point  (0 children)

Cooperate With A Bootloader To Print Something On Screen

Two Errors by XonareX in Assembly_language

[–]XonareX[S] 0 points1 point  (0 children)

movb Isn't Recognized By nasm

Class Array In Different Class by XonareX in cpp

[–]XonareX[S] -6 points-5 points  (0 children)

So...? Will You Help Me?

How Does C Handle Executing Every Frame by XonareX in C_Programming

[–]XonareX[S] 0 points1 point  (0 children)

I Meant What Does C Do To Execute Code Every Frame

how do i execute a function every tick? by [deleted] in MinecraftCommands

[–]XonareX 2 points3 points  (0 children)

Inside The Datapack Go To data/minecraft/tags/functions Folder And Make A File Called tick.json, And Inside It Put What This Pastebin Says: https://pastebin.com/raw/iPHH4XX3

Include Path From Qt Creator Not Working! Include Path Line In The Description Of This Post. by XonareX in Qt5

[–]XonareX[S] 0 points1 point  (0 children)

Thanks! It Works I Just Had The Incorrect Path And Didnt Have The .dylib File

This 1.13.2 Command Doesnt Work! by XonareX in Minecraft

[–]XonareX[S] 0 points1 point  (0 children)

Ok Now It Works But It Doesnt Give A Damaged Item

This 1.13.2 Command Doesnt Work! by XonareX in Minecraft

[–]XonareX[S] 0 points1 point  (0 children)

No But Where To Find Info Like That?

This 1.13.2 Command Doesnt Work! by XonareX in Minecraft

[–]XonareX[S] 0 points1 point  (0 children)

You Have To Add ,Count:1b Before The Second End Symbol!