«x86-family» 태그된 질문

1
부트 로더 골프 : Brainf ***
주어진 Brainfuck 프로그램을 실행하는 부트 로더를 만듭니다. 이것은 code-golf 이므로 바이트 수가 가장 적은 프로그램이 승리합니다. 부트 로더 인 프로그램의 크기는 컴파일 된 코드에서 0이 아닌 바이트로 계산됩니다. Brainfuck 30000 8 비트 오버 플로우 셀. 포인터가 끝납니다. 작업에 대한 몇 가지 참고 사항 : 인쇄 가능한 모든 ASCII 문자가 올바르게 …

4
기계 코드에서 인쇄 가능한 가시 ASCII 문자 만 사용하여 x86 / x86-64에서 다르게 분기
작업은 간단합니다. 머신 코드에서 인쇄 가능한 보이는 ASCII 문자 0x21 ... 0x7e (공백 및 델타는 허용되지 않음) 만 사용하여 x86 (32 비트) 및 x86-64 (64 비트)로 다르게 분기되는 프로그램을 작성하십시오. . 조건부 어셈블리는 허용되지 않습니다. API 호출을 사용할 수 없습니다. 커널 모드 (링 0) 코드 사용은 허용되지 않습니다. Linux 또는 …

13
피보나치 제품
양의 피보나치 수의 고유 한 합계로 0보다 큰 수를 분해 할 수 있습니다. 이 질문에서 우리는 가능한 가장 큰 양의 피보나치 수 를 반복적으로 빼서이 작업을 수행합니다 . 예 : 1 = 1 2 = 2 3 = 3 4 = 3 + 1 12 = 8 + 3 + …
13 code-golf  math  sequence  fibonacci  code-golf  word  code-golf  cipher  code-golf  string  math  subsequence  code-golf  regular-expression  code-golf  brainfuck  assembly  machine-code  x86-family  code-golf  math  factorial  code-golf  math  geometry  code-golf  math  arithmetic  array-manipulation  math  number  optimization  stack  metagolf  code-golf  tips  assembly  code-golf  tips  lisp  code-golf  number-theory  path-finding  code-golf  number  sequence  generation  code-golf  math  geometry  code-golf  grid  permutations  code-golf  code-golf  graphical-output  geometry  fractal  knot-theory  code-golf  math  arithmetic  code-golf  interpreter  balanced-string  stack  brain-flak  code-golf  math  set-theory  code-golf  math  array-manipulation  code-golf  code-golf  string  natural-language  code-golf  code-golf  math  linear-algebra  matrix  code-golf  string  encode 
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.