Added QR code generator as system function 78

This commit is contained in:
2025-05-17 01:29:19 -03:00
parent 4550e15838
commit ae90da403c
4 changed files with 2157 additions and 2 deletions

View File

@@ -4430,6 +4430,8 @@ sys_apm:
ret
; -----------------------------------------
include 'qrcode.inc'
align 4
undefined_syscall: ; Undefined system call
mov [esp + SYSCALL_STACK.eax], -1